Home
last modified time | relevance | path

Searched refs:glTexSubImage2D (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/libs/hwui/
DPixelBuffer.cpp75 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, in upload()
153 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat, in upload()
DTextureCache.cpp371 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data); in uploadToTexture()
395 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, temp); in uploadToTexture()
/frameworks/native/opengl/tests/finish/
Dfinish.cpp168 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/
Dchecks.spec87 glTexSubImage2D nullAllowed
DGLES10.spec102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
DGLES20.spec112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp186 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, bitmap->width(), bitmap->height(), in com_android_server_AssetAtlasService_upload()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-checks23 glTexSubImage2D nullAllowed
Dglspec-1.0102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLs…
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp202 glTexSubImage2D(GL_TEXTURE_2D, 0, in initTexture()
214 glTexSubImage2D(GL_TEXTURE_2D, 0, in initTexture()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java934 void glTexSubImage2D( in glTexSubImage2D() method
/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in421 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/
DGLES10.java1253 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES10
DGLES20.java1496 public static native void glTexSubImage2D( in glTexSubImage2D() method in GLES20
DGLErrorWrapper.java812 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/native/opengl/libs/GLES_trace/
Dgltrace.proto363 glTexSubImage2D = 337; enumerator
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsi…
/frameworks/rs/driver/
DrsdAllocation.cpp117 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr); in Update2DTexture()
150 RSD_CALL_GL(glTexSubImage2D, t, lod, 0, 0, in Upload2DTexture()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java1078 public native void glTexSubImage2D( in glTexSubImage2D() method in GLImpl
/frameworks/native/opengl/include/GLES2/
Dgl2.h487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…
/frameworks/native/opengl/include/GLES/
Dgl.h735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, …
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp825 case GLMessage::glTexSubImage2D: in fixupGLMessage()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp714 glTexSubImage2D(target, level, xoffset, yoffset, w, h, format, type, p); in util_texSubImage2D()
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in331 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);
/frameworks/native/opengl/include/GLES3/
Dgl3.h487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffs…

12