/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/native/opengl/libs/ |
D | libGLESv2.map.txt | 30 glCopyTexImage2D;
|
D | libGLESv1_CM.map.txt | 44 glCopyTexImage2D;
|
D | libGLESv3.map.txt | 65 glCopyTexImage2D;
|
D | entries_gles1.in | 42 GL_ENTRY(void, glCopyTexImage2D, GLenum target, GLint level, GLenum internalformat, GLint x, GLint …
|
/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 | 520 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/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 | 462 GL_API void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint …
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 127 #define glCopyTexImage2D wrap_glCopyTexImage2D macro
|
D | gles_undefine.h | 127 #undef glCopyTexImage2D
|
D | gles_stubs.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/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 | 549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1300 void glCopyTexImage2D( in glCopyTexImage2D() function
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 549 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GL…
|