Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef mozilla_java_GeckoSurfaceTextureNatives_h
#define mozilla_java_GeckoSurfaceTextureNatives_h
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/GeckoSurfaceTextureWrappers.h"
#include "mozilla/jni/Natives.h"
#endif
namespace mozilla {
namespace java {
template<class Impl>
class GeckoSurfaceTexture::NativeGLBlitHelper::Natives : public mozilla::jni::NativeImpl<NativeGLBlitHelper, Impl>
{
public:
static const JNINativeMethod methods[3];
};
template<class Impl>
const JNINativeMethod GeckoSurfaceTexture::NativeGLBlitHelper::Natives<Impl>::methods[] = {
mozilla::jni::MakeNativeMethod<GeckoSurfaceTexture::NativeGLBlitHelper::Blit_t>(
mozilla::jni::NativeStub<GeckoSurfaceTexture::NativeGLBlitHelper::Blit_t, Impl>
::template Wrap<&Impl::Blit>),
mozilla::jni::MakeNativeMethod<GeckoSurfaceTexture::NativeGLBlitHelper::DisposeNative_t>(
mozilla::jni::NativeStub<GeckoSurfaceTexture::NativeGLBlitHelper::DisposeNative_t, Impl>
::template Wrap<&Impl::DisposeNative>),
mozilla::jni::MakeNativeMethod<GeckoSurfaceTexture::NativeGLBlitHelper::NativeCreate_t>(
mozilla::jni::NativeStub<GeckoSurfaceTexture::NativeGLBlitHelper::NativeCreate_t, Impl>
::template Wrap<&Impl::NativeCreate>)
};
} /* java */
} /* mozilla */
#endif // mozilla_java_GeckoSurfaceTextureNatives_h