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

/frameworks/base/services/surfaceflinger/
H A DTextureManager.cpp277 glTexSubImage2D(GL_TEXTURE_2D, 0,
282 glTexSubImage2D(GL_TEXTURE_2D, 0,
288 glTexSubImage2D(GL_TEXTURE_2D, 0,
294 glTexSubImage2D(GL_TEXTURE_2D, 0,
H A DLayerBlur.cpp199 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, w, h,
/frameworks/base/opengl/tests/finish/
H A Dfinish.cpp167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
/frameworks/base/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec25 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.cpp171 glTexSubImage2D(GL_TEXTURE_2D, 0,
183 glTexSubImage2D(GL_TEXTURE_2D, 0,
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1267 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1269 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.java1509 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1511 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/base/core/jni/android/opengl/
H A Dutil.cpp711 glTexSubImage2D(target, level, xoffset, yoffset, w, h, format, type, p);
/frameworks/base/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/base/opengl/include/GLES2/
H A Dgl2.h584 GL_APICALL void GL_APIENTRY glTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java1075 // C function void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
1077 public native void glTexSubImage2D( method in class:GLImpl
/frameworks/base/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/base/opengl/libagl/
H A Dtexture.cpp1236 void glTexSubImage2D(
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3347 /* void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) */
3358 glTexSubImage2D(
3553 {"glTexSubImage2D", "(IIIIIIIILjava/nio/Buffer;)V", (void *) android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 },
H A Dandroid_opengl_GLES20.cpp3825 /* void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) */
3836 glTexSubImage2D(
4996 {"glTexSubImage2D", "(IIIIIIIILjava/nio/Buffer;)V", (void *) android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 },
H A Dcom_google_android_gles_jni_GLImpl.cpp3473 /* void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels ) */
3484 glTexSubImage2D(
7427 {"glTexSubImage2D", "(IIIIIIIILjava/nio/Buffer;)V", (void *) android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2 },

Completed in 3832 milliseconds