/frameworks/base/libs/hwui/ |
D | PixelBuffer.cpp | 71 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, in upload() 153 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat, in upload()
|
D | TextureCache.cpp | 352 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data); in uploadToTexture() 376 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, temp); in uploadToTexture()
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 168 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main() 216 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 87 glTexSubImage2D nullAllowed
|
D | GLES10.spec | 102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
|
D | GLES20.spec | 112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
|
/frameworks/base/services/core/jni/ |
D | com_android_server_AssetAtlasService.cpp | 162 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, bitmap.width(), bitmap.height(), in com_android_server_AssetAtlasService_upload()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 23 glTexSubImage2D nullAllowed
|
D | glspec-1.0 | 102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 203 glTexSubImage2D(GL_TEXTURE_2D, 0, in initTexture() 215 glTexSubImage2D(GL_TEXTURE_2D, 0, in initTexture()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 934 void glTexSubImage2D( in glTexSubImage2D() method
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 421 void API_ENTRY(glTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w… 422 …CALL_GL_API(glTexSubImage2D, target, level, xoffset, yoffset, width, height, format, type, pixels);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 1253 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES10
|
D | GLES20.java | 1496 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES20
|
D | GLErrorWrapper.java | 812 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() method in GLErrorWrapper 816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height, in glTexSubImage2D()
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 225 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D() function
|
/frameworks/native/opengl/libs/GLES_trace/proto/ |
D | gltrace.proto | 365 glTexSubImage2D = 337; enumerator
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsi…
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 116 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr); in Update2DTexture() 149 RSD_CALL_GL(glTexSubImage2D, t, lod, 0, 0, in Upload2DTexture()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 1078 public native void glTexSubImage2D( in glTexSubImage2D() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 825 case GLMessage::glTexSubImage2D: in fixupGLMessage()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 798 glTexSubImage2D(target, level, xoffset, yoffset, w, h, format, type, p); in util_texSubImage2D()
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 331 void API_ENTRY(glTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei w… 332 …CALL_GL_API(glTexSubImage2D, target, level, xoffset, yoffset, width, height, format, type, pixels);
|