/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 | 402 int yoffset, in glTexSubImage3D() 418 int yoffset, in glTexSubImage3D() 434 int yoffset, in glCopyTexSubImage3D() 476 int yoffset, in glCompressedTexSubImage3D() 492 int yoffset, in glCompressedTexSubImage3D()
|
D | GLES10.java | 433 int yoffset, in glCompressedTexSubImage2D() 460 int yoffset, in glCopyTexSubImage2D() 1257 int yoffset, in glTexSubImage2D()
|
D | GLErrorWrapper.java | 177 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()
|
D | GLES20.java | 508 int yoffset, in glCompressedTexSubImage2D() 535 int yoffset, in glCopyTexSubImage2D() 1500 int yoffset, in glTexSubImage2D()
|
/frameworks/av/cmds/screenrecord/ |
D | FontBitmap.h | 11 static const uint16_t yoffset[]; variable
|
/frameworks/base/tools/aapt2/compile/ |
D | NinePatch.cpp | 136 explicit HorizontalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in HorizontalImageLine() 159 explicit VerticalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in VerticalImageLine() 178 explicit DiagonalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in DiagonalImageLine()
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
D | TiledImageView.java | 263 int yoffset = Math.round((getHeight() - mTempRectF.height()) / 2 / scale); in positionFromMatrix() local
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.h | 76 GLint yoffset, GLsizei width, GLsizei height, in glCompressedTexSubImage2D_() 81 virtual void glCopyTexSubImage2D_(GLenum target, GLint level, GLint xoffset, GLint yoffset, in glCopyTexSubImage2D_() 142 virtual void glTexSubImage2D_(GLenum target, GLint level, GLint xoffset, GLint yoffset, in glTexSubImage2D_()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 265 GLint xoffset, GLint yoffset, in copyPixels() 1225 GLint yoffset, GLsizei width, GLsizei height, in glTexSubImage2D() 1408 GLenum target, GLint level, GLint xoffset, GLint yoffset, in glCopyTexSubImage2D()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 362 int yoffset, in glCompressedTexSubImage2D() 385 int yoffset, in glCopyTexSubImage2D() 938 int yoffset, in glTexSubImage2D()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 247 int yoffset, in glCompressedTexSubImage2D() 274 int yoffset, in glCopyTexSubImage2D() 1082 int yoffset, in glTexSubImage2D()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 687 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 747 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() 3310 …(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_GLES30.cpp | 581 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 627 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIII() 646 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCopyTexSubImage3D__IIIIIIIII() 724 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() 770 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIII()
|
D | android_opengl_GLES20.cpp | 805 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 865 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() 4823 …(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 | 496 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 556 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() 4066 …(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 | 745 jint target, jint level, jint xoffset, jint yoffset, in util_texSubImage2D()
|