Home
last modified time | relevance | path

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

12

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt30 glCopyTexImage2D;
DlibGLESv1_CM.map.txt44 glCopyTexImage2D;
DlibGLESv3.map.txt63 glCopyTexImage2D;
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.1extpack9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint wi…
Dglspec-1.019 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java156 void glCopyTexImage2D( in glCopyTexImage2D() method
DGL10.java370 void glCopyTexImage2D( in glCopyTexImage2D() method
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES10.spec19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
DGLES20.spec24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
/frameworks/native/opengl/libs/GLES_CM/
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);
/frameworks/base/opengl/java/android/opengl/
DGLES10.java443 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES10
DGLES20.java518 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES20
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()
DGLLogWrapper.java1377 public void glCopyTexImage2D(int target, int level, int internalformat, in glCopyTexImage2D() method in GLLogWrapper
1390 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width, in glCopyTexImage2D()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, G…
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java257 public native void glCopyTexImage2D( in glCopyTexImage2D() method in GLImpl
/frameworks/native/opengl/include/GLES/
Dgl.h461 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h127 #define glCopyTexImage2D wrap_glCopyTexImage2D macro
Dgles_undefine.h127 #undef glCopyTexImage2D
Dgles_stubs.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);
/frameworks/native/opengl/libs/GLES2/
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);
/frameworks/native/opengl/include/GLES2/
Dgl2.h549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
/frameworks/native/opengl/libagl/
Dtexture.cpp1306 void glCopyTexImage2D( in glCopyTexImage2D() function
/frameworks/native/opengl/include/GLES3/
Dgl3.h549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp733 glCopyTexImage2D( in android_glCopyTexImage2D__IIIIIIII()

12