/frameworks/base/libs/hwui/ |
D | PixelBuffer.cpp | 65 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat, GL_UNSIGNED_BYTE, in upload() 139 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat, GL_UNSIGNED_BYTE, in upload()
|
D | Texture.cpp | 134 glTexSubImage2D(GL_TEXTURE_2D, 0, internalFormat, mWidth, mHeight, 0, format, type, pixels); in upload() 163 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data); in uploadToTexture() 187 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, temp); in uploadToTexture()
|
/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main() 215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
|
/frameworks/native/opengl/libs/ |
D | libGLESv2.map.txt | 173 glTexSubImage2D;
|
D | libGLESv1_CM.map.txt | 271 glTexSubImage2D;
|
D | libGLESv3.map.txt | 356 glTexSubImage2D;
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 102 glTexSubImage2D nullAllowed pixels
|
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/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 23 glTexSubImage2D nullAllowed pixels
|
D | glspec-1.0 | 102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
|
/frameworks/base/libs/hwui/pipeline/skia/ |
D | SkiaOpenGLPipeline.cpp | 418 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, info.width(), info.height(), format, type, in allocateHardwareBitmap()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 934 void glTexSubImage2D( in glTexSubImage2D() method
|
/frameworks/base/libs/hwui/renderthread/ |
D | OpenGLPipeline.cpp | 361 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, bitmap.width(), bitmap.height(), format, type, in uploadBitmapToGraphicBuffer()
|
/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/cmds/bootanimation/ |
D | BootAnimation.cpp | 221 glTexSubImage2D(GL_TEXTURE_2D, 0, in initTexture() 233 glTexSubImage2D(GL_TEXTURE_2D, 0, in initTexture()
|
/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 | 111 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr); in Update2DTexture() 144 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 | 545 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 821 #define glTexSubImage2D wrap_glTexSubImage2D macro
|
D | gles_undefine.h | 820 #undef glTexSubImage2D
|