Searched refs:glTexSubImage2D (Results 1 - 25 of 29) sorted by relevance

12

/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp71 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height,
153 glTexSubImage2D(GL_TEXTURE_2D, 0, x, y, width, height, mFormat,
H A DTextureCache.cpp352 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, data);
376 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width, height, format, type, temp);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp168 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
216 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp162 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, bitmap.width(), bitmap.height(),
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec87 glTexSubImage2D nullAllowed
H A DGLES10.spec102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
H A DGLES20.spec112 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp203 glTexSubImage2D(GL_TEXTURE_2D, 0,
215 glTexSubImage2D(GL_TEXTURE_2D, 0,
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto365 glTexSubImage2D = 337;
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp225 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) {} function
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1251 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1253 public static native void glTexSubImage2D( method in class:GLES10
H A DGLErrorWrapper.java812 public void glTexSubImage2D(int target, int level, int xoffset, method in class:GLErrorWrapper
816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
H A DGLES20.java1494 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1496 public static native void glTexSubImage2D( method in class:GLES20
H A DGLLogWrapper.java2527 public void glTexSubImage2D(int target, int level, int xoffset, method in class:GLLogWrapper
2530 begin("glTexSubImage2D");
2541 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java934 void glTexSubImage2D( method in interface:GL10
/frameworks/rs/driver/
H A DrsdAllocation.cpp116 RSD_CALL_GL(glTexSubImage2D, t, lod, xoff, yoff, w, h, drv->glFormat, drv->glType, ptr);
149 RSD_CALL_GL(glTexSubImage2D, t, lod, 0, 0,
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp798 glTexSubImage2D(target, level, xoffset, yoffset, w, h, format, type, p);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1076 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1078 public native void glTexSubImage2D( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h735 GL_API void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp185 /** Common fixup routing for glTexImage2D & glTexSubImage2D. */
234 void glTexSubImage2D(GLenum target,
825 case GLMessage::glTexSubImage2D:
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h574 GLAPI void APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels);
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
H A Dgl31.h487 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp1235 void glTexSubImage2D(

Completed in 244 milliseconds

12