Home
last modified time | relevance | path

Searched refs:glCopyTexImage2D (Results 1 – 25 of 36) sorted by relevance

12

/aosp12/frameworks/native/opengl/libs/
H A DlibGLESv2.map.txt30 glCopyTexImage2D;
H A DlibGLESv1_CM.map.txt44 glCopyTexImage2D;
H A DlibGLESv3.map.txt65 glCopyTexImage2D;
H A Dentries_gles1.in42 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/
H A Dglspec-1.1extpack9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint wi…
H A Dglspec-1.019 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11ExtensionPack.java156 void glCopyTexImage2D( in glCopyTexImage2D() method
H A DGL10.java370 void glCopyTexImage2D( in glCopyTexImage2D() method
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/
H A Dstubs_arm64.cc61 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexImage2D);
341 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glCopyTexImage2D); in init_stub_library()
H A Dstubs_arm.cc61 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexImage2D);
341 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glCopyTexImage2D); in init_stub_library()
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
H A DGLES20.spec24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
/aosp12/frameworks/native/opengl/libs/GLES_CM/
H A Dgl_api.in172 void API_ENTRY(glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
173 CALL_GL_API(glCopyTexImage2D, target, level, internalformat, x, y, width, height, border);
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java443 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES10
H A DGLErrorWrapper.java185 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLErrorWrapper
188 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width, in glCopyTexImage2D()
H A DGLES20.java520 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES20
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, G…
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java260 public native void glCopyTexImage2D( in glCopyTexImage2D() method in GLImpl
/aosp12/frameworks/libs/native_bridge_support/libGLESv2/
H A Dstubs_arm.cc111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexImage2D);
959 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexImage2D); in init_stub_library()
H A Dstubs_arm64.cc111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexImage2D);
959 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv2.so", glCopyTexImage2D); in init_stub_library()
/aosp12/frameworks/libs/native_bridge_support/libGLESv3/
H A Dstubs_arm.cc111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexImage2D);
959 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexImage2D); in init_stub_library()
H A Dstubs_arm64.cc111 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glCopyTexImage2D);
959 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv3.so", glCopyTexImage2D); in init_stub_library()
/aosp12/frameworks/native/opengl/include/GLES/
H A Dgl.h462 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
/aosp12/frameworks/native/opengl/libs/GLES2/
H A Dgl2_api.in70 void API_ENTRY(glCopyTexImage2D)(GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
71 CALL_GL_API(glCopyTexImage2D, target, level, internalformat, x, y, width, height, border);
/aosp12/frameworks/native/opengl/include/GLES2/
H A Dgl2.h549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…

12