/frameworks/base/opengl/java/android/opengl/ |
D | GLUtils.java | 181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() 268 native private static int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D()
|
D | GLES30.java | 401 int xoffset, in glTexSubImage3D() 417 int xoffset, in glTexSubImage3D() 433 int xoffset, in glCopyTexSubImage3D() 475 int xoffset, in glCompressedTexSubImage3D() 491 int xoffset, in glCompressedTexSubImage3D()
|
D | GLES10.java | 432 int xoffset, in glCompressedTexSubImage2D() 459 int xoffset, in glCopyTexSubImage2D() 1256 int xoffset, in glTexSubImage2D()
|
D | GLErrorWrapper.java | 176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() 193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() 812 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D()
|
D | GLES20.java | 507 int xoffset, in glCompressedTexSubImage2D() 534 int xoffset, in glCopyTexSubImage2D() 1499 int xoffset, in glTexSubImage2D()
|
D | GLLogWrapper.java | 1357 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() 1395 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() 2527 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | get_pred_outside.cpp | 258 int xoffset; in GetPredOutside() local
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageView.java | 262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); in positionFromMatrix() local
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 265 GLint xoffset, GLint yoffset, in copyPixels() 1229 GLenum target, GLint level, GLint xoffset, in glTexSubImage2D() 1414 GLenum target, GLint level, GLint xoffset, GLint yoffset, in glCopyTexSubImage2D()
|
/frameworks/base/libs/hwui/debug/ |
D | nullgles.cpp | 186 void glCompressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei wi… in glCompressedTexSubImage2D() 188 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y… in glCopyTexSubImage2D() 236 void glTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsiz… in glTexSubImage2D()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 1526 Int xoffset; in EncGetPredOutside() local
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 361 int xoffset, in glCompressedTexSubImage2D() 384 int xoffset, in glCopyTexSubImage2D() 937 int xoffset, in glTexSubImage2D()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 246 int xoffset, in glCompressedTexSubImage2D() 273 int xoffset, in glCopyTexSubImage2D() 1081 int xoffset, in glTexSubImage2D()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES30.cpp | 549 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 581 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIII() 600 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCopyTexSubImage3D__IIIIIIIII() 664 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 696 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIII()
|
D | android_opengl_GLES10.cpp | 655 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 701 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() 3098 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
D | android_opengl_GLES20.cpp | 773 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 819 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() 4580 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 475 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 521 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() 3859 …(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/ |
D | util.cpp | 774 jint target, jint level, jint xoffset, jint yoffset, in util_texSubImage2D()
|