/frameworks/base/services/surfaceflinger/ |
H A D | TextureManager.cpp | 277 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 D | LayerBlur.cpp | 199 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, w, h,
|
/frameworks/base/opengl/tests/finish/ |
H A D | finish.cpp | 167 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 D | checks.spec | 25 glTexSubImage2D nullAllowed
|
H A D | GLES10.spec | 102 void glTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels )
|
H A D | GLES20.spec | 112 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 D | BootAnimation.cpp | 171 glTexSubImage2D(GL_TEXTURE_2D, 0, 183 glTexSubImage2D(GL_TEXTURE_2D, 0,
|
/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 1267 // 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 D | GLErrorWrapper.java | 812 public void glTexSubImage2D(int target, int level, int xoffset, method in class:GLErrorWrapper 816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height,
|
H A D | GLES20.java | 1509 // 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 D | GLLogWrapper.java | 2527 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 D | GL10.java | 934 void glTexSubImage2D( method in interface:GL10
|
/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 711 glTexSubImage2D(target, level, xoffset, yoffset, w, h, format, type, p);
|
/frameworks/base/opengl/include/GLES/ |
H A D | gl.h | 735 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 D | gl2.h | 584 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 D | GLImpl.java | 1075 // 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 D | gl.h | 574 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 D | texture.cpp | 1236 void glTexSubImage2D(
|
/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 3347 /* 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 D | android_opengl_GLES20.cpp | 3825 /* 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 D | com_google_android_gles_jni_GLImpl.cpp | 3473 /* 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 },
|