/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 9 void glCopyTexImage2D ( GLint target, GLint level, GLint internalformat, GLint x, GLint y, GLint wi…
|
D | glspec-1.0 | 19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 156 void glCopyTexImage2D( in glCopyTexImage2D() method
|
D | GL10.java | 370 void glCopyTexImage2D( in glCopyTexImage2D() method
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
|
D | GLES20.spec | 24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsize…
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 172 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/ |
D | GLES10.java | 443 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES10
|
D | GLES20.java | 518 public static native void glCopyTexImage2D( in glCopyTexImage2D() method in GLES20
|
D | GLErrorWrapper.java | 185 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()
|
D | GLLogWrapper.java | 1377 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/base/libs/hwui/debug/ |
D | nullgles.cpp | 187 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei … in glCopyTexImage2D() function
|
D | unwrap_gles.h | 130 #undef glCopyTexImage2D
|
D | wrap_gles.h | 130 #define glCopyTexImage2D wrap_glCopyTexImage2D macro
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 491 GLAPI void APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, G…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 257 public native void glCopyTexImage2D( in glCopyTexImage2D() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 652 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 70 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/ |
D | gl2.h | 551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1306 void glCopyTexImage2D( in glCopyTexImage2D() function
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|
D | gl31.h | 551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|
D | gl32.h | 551 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 686 glCopyTexImage2D( in android_glCopyTexImage2D__IIIIIIII()
|
/frameworks/native/opengl/libs/ |
D | entries.in | 111 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
|