Home
last modified time | relevance | path

Searched refs:xoffset (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java181 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() argument
190 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, -1, type) != 0) { in texSubImage2D()
206 public static void texSubImage2D(int target, int level, int xoffset, int yoffset, in texSubImage2D() argument
214 if (native_texSubImage2D(target, level, xoffset, yoffset, bitmap, format, type) != 0) { in texSubImage2D()
268 private static native int native_texSubImage2D(int target, int level, int xoffset, int yoffset, in native_texSubImage2D() argument
H A DGLES30.java401 int xoffset, in glTexSubImage3D() argument
417 int xoffset, in glTexSubImage3D() argument
433 int xoffset, in glCopyTexSubImage3D() argument
475 int xoffset, in glCompressedTexSubImage3D() argument
491 int xoffset, in glCompressedTexSubImage3D() argument
H A DGLES10.java432 int xoffset, in glCompressedTexSubImage2D() argument
459 int xoffset, in glCopyTexSubImage2D() argument
1256 int xoffset, in glTexSubImage2D() argument
H A DGLES20.java509 int xoffset, in glCompressedTexSubImage2D() argument
536 int xoffset, in glCopyTexSubImage2D() argument
1503 int xoffset, in glTexSubImage2D() argument
H A DGLErrorWrapper.java176 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() argument
180 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, in glCompressedTexSubImage2D()
193 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() argument
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
812 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() argument
816 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height, in glTexSubImage2D()
H A DGLLogWrapper.java1357 public void glCompressedTexSubImage2D(int target, int level, int xoffset, in glCompressedTexSubImage2D() argument
1363 arg("xoffset", xoffset); in glCompressedTexSubImage2D()
1372 mgl.glCompressedTexSubImage2D(target, level, xoffset, yoffset, width, in glCompressedTexSubImage2D()
1395 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() argument
1400 arg("xoffset", xoffset); in glCopyTexSubImage2D()
1408 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width, in glCopyTexSubImage2D()
2527 public void glTexSubImage2D(int target, int level, int xoffset, in glTexSubImage2D() argument
2533 arg("xoffset", xoffset); in glTexSubImage2D()
2541 mgl.glTexSubImage2D(target, level, xoffset, yoffset, width, height, in glTexSubImage2D()
/aosp14/frameworks/base/tools/aapt2/compile/
H A DNinePatch.cpp136 explicit HorizontalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in HorizontalImageLine() argument
138 : rows_(rows), xoffset_(xoffset), yoffset_(yoffset), length_(length) {} in HorizontalImageLine()
159 explicit VerticalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in VerticalImageLine() argument
161 : rows_(rows), xoffset_(xoffset), yoffset_(yoffset), length_(length) {} in VerticalImageLine()
178 explicit DiagonalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in DiagonalImageLine() argument
181 xoffset_(xoffset), in DiagonalImageLine()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java262 int xoffset = Math.round((getWidth() - mTempRectF.width()) / 2 / scale); in positionFromMatrix() local
265 cx += (mTempRectF.left / scale) - xoffset; in positionFromMatrix()
267 cx -= (mTempRectF.left / scale) - xoffset; in positionFromMatrix()
/aosp14/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java361 int xoffset, in glCompressedTexSubImage2D() argument
384 int xoffset, in glCopyTexSubImage2D() argument
937 int xoffset, in glTexSubImage2D() argument
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java249 int xoffset, in glCompressedTexSubImage2D() argument
276 int xoffset, in glCopyTexSubImage2D() argument
1084 int xoffset, in glTexSubImage2D() argument
/aosp14/frameworks/base/core/java/android/widget/
H A DStackView.java1399 float xoffset = -invalidateRectf.left;
1401 invalidateRectf.offset(xoffset, yoffset);
1403 invalidateRectf.offset(-xoffset, -yoffset);
/aosp14/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp663 jint xoffset, jint yoffset, jobject bitmapObj, jint format, jint type) in util_texSubImage2D() argument
677 glTexSubImage2D(target, level, xoffset, yoffset, bitmapInfo.width, bitmapInfo.height, in util_texSubImage2D()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp653 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
676 (GLint)xoffset, in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
713 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() argument
717 (GLint)xoffset, in android_glCopyTexSubImage2D__IIIIIIII()
3277 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
3296 (GLint)xoffset, in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
H A Dandroid_opengl_GLES30.cpp547 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() argument
570 (GLint)xoffset, in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
593 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glTexSubImage3D__IIIIIIIIIII() argument
597 (GLint)xoffset, in android_glTexSubImage3D__IIIIIIIIIII()
612 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCopyTexSubImage3D__IIIIIIIII() argument
616 (GLint)xoffset, in android_glCopyTexSubImage3D__IIIIIIIII()
690 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() argument
713 (GLint)xoffset, in android_glCompressedTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
736 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, j… in android_glCompressedTexSubImage3D__IIIIIIIIIII() argument
740 (GLint)xoffset, in android_glCompressedTexSubImage3D__IIIIIIIIIII()
H A Dandroid_opengl_GLES20.cpp771 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
794 (GLint)xoffset, in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
831 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() argument
835 (GLint)xoffset, in android_glCopyTexSubImage2D__IIIIIIII()
4793 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4812 (GLint)xoffset, in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
H A Dcom_google_android_gles_jni_GLImpl.cpp437 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
460 (GLint)xoffset, in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
497 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y,… in android_glCopyTexSubImage2D__IIIIIIII() argument
501 (GLint)xoffset, in android_glCopyTexSubImage2D__IIIIIIII()
4008 …(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jin… in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() argument
4027 (GLint)xoffset, in android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...