/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
|
D | GLES20.spec | 25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
D | gl2_copyTexImage.cpp | 255 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, w / 2, h / 2); in renderFrame()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 381 void glCopyTexSubImage2D( in glCopyTexSubImage2D() method
|
/frameworks/base/libs/hwui/ |
D | BakedOpRenderer.cpp | 111 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, in copyToLayer()
|
D | OpenGLRenderer.cpp | 663 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, in createLayer()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint…
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 175 void API_ENTRY(glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint… 176 CALL_GL_API(glCopyTexSubImage2D, target, level, xoffset, yoffset, x, y, width, height);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 456 public static native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLES10
|
D | GLES20.java | 531 public static native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLES20
|
D | GLErrorWrapper.java | 193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorWrapper 196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
|
D | GLLogWrapper.java | 1395 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLLogWrapper 1408 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 188 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() function
|
D | wrap_gles.h | 131 #define glCopyTexSubImage2D wrap_glCopyTexSubImage2D macro
|
D | unwrap_gles.h | 131 #undef glCopyTexSubImage2D
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 492 GLAPI void APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 270 public native void glCopyTexSubImage2D( in glCopyTexSubImage2D() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 653 GL_API void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 73 void API_ENTRY(glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint… 74 CALL_GL_API(glCopyTexSubImage2D, target, level, xoffset, yoffset, x, y, width, height);
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1420 void glCopyTexSubImage2D( in glCopyTexSubImage2D() function
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl31.h | 552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
D | gl32.h | 552 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint y…
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 702 glCopyTexSubImage2D( in android_glCopyTexSubImage2D__IIIIIIII()
|