Home
last modified time | relevance | path

Searched defs:yoffset (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLUtils.java189 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D()
214 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D()
284 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
DGLES30.java402 int yoffset, in glTexSubImage3D()
418 int yoffset, in glTexSubImage3D()
434 int yoffset, in glCopyTexSubImage3D()
476 int yoffset, in glCompressedTexSubImage3D()
492 int yoffset, in glCompressedTexSubImage3D()
DGLES10.java433 int yoffset, in glCompressedTexSubImage2D()
460 int yoffset, in glCopyTexSubImage2D()
1257 int yoffset, in glTexSubImage2D()
DGLErrorWrapper.java177 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
194 int yoffset, int x, int y, int width, int height) { in glCopyTexSubImage2D()
813 int yoffset, int width, int height, int format, int type, in glTexSubImage2D()
DGLES20.java508 int yoffset, in glCompressedTexSubImage2D()
535 int yoffset, in glCopyTexSubImage2D()
1497 int yoffset, in glTexSubImage2D()
DGLLogWrapper.java1358 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
1396 int yoffset, int x, int y, int width, int height) { in glCopyTexSubImage2D()
2528 int yoffset, int width, int height, int format, int type, in glTexSubImage2D()
/frameworks/native/opengl/libagl/
Dtexture.cpp272 GLint xoffset, GLint yoffset, in copyPixels()
1227 GLint yoffset, GLsizei width, GLsizei height, in glCompressedTexSubImage2D()
1237 GLint yoffset, GLsizei width, GLsizei height, in glTexSubImage2D()
1421 GLenum target, GLint level, GLint xoffset, GLint yoffset, in glCopyTexSubImage2D()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java362 int yoffset, in glCompressedTexSubImage2D()
385 int yoffset, in glCopyTexSubImage2D()
938 int yoffset, in glTexSubImage2D()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java247 int yoffset, in glCompressedTexSubImage2D()
274 int yoffset, in glCopyTexSubImage2D()
1082 int yoffset, in glTexSubImage2D()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp530 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
576 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII()
2972 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
Dandroid_opengl_GLES30.cpp428 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
460 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIII()
479 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCopyTexSubImage3D__IIIIIIIII()
543 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
575 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIII()
Dandroid_opengl_GLES20.cpp647 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
693 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII()
4465 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp471 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
517 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII()
3855 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp699 jint target, jint level, jint xoffset, jint yoffset, in util_texSubImage2D()
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_api.cpp865 void GLTrace_glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL… in GLTrace_glCompressedTexSubImage2D()
1012 void GLTrace_glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x,… in GLTrace_glCopyTexSubImage2D()
4363 void GLTrace_glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei widt… in GLTrace_glTexSubImage2D()
5896 void GLTrace_glTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffse… in GLTrace_glTexSubImage3D()
5985 void GLTrace_glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zo… in GLTrace_glCopyTexSubImage3D()
6138 void GLTrace_glCompressedTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL… in GLTrace_glCompressedTexSubImage3D()
10724 void GLTrace_glTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zof… in GLTrace_glTexSubImage3DOES()
10813 void GLTrace_glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint… in GLTrace_glCopyTexSubImage3DOES()
10966 void GLTrace_glCompressedTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint yoffset,… in GLTrace_glCompressedTexSubImage3DOES()
15411 void GLTrace_glExtGetTexSubImageQCOM(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLin… in GLTrace_glExtGetTexSubImageQCOM()