Home
last modified time | relevance | path

Searched defs:border (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DGLUtils.java99 Bitmap bitmap, int border) { in texImage2D()
125 Bitmap bitmap, int type, int border) { in texImage2D()
147 int border) { in texImage2D()
267 Bitmap bitmap, int type, int border); in native_texImage2D()
DETC1Util.java45 public static void loadTexture(int target, int level, int border, in loadTexture()
64 public static void loadTexture(int target, int level, int border, in loadTexture()
DGLES10.java422 int border, in glCompressedTexImage2D()
451 int border in glCopyTexImage2D()
1229 int border, in glTexImage2D()
DGLES30.java375 int border, in glTexImage3D()
390 int border, in glTexImage3D()
451 int border, in glCompressedTexImage3D()
465 int border, in glCompressedTexImage3D()
DGLErrorWrapper.java168 int internalformat, int width, int height, int border, in glCompressedTexImage2D()
186 int x, int y, int width, int height, int border) { in glCopyTexImage2D()
780 int width, int height, int border, int format, int type, in glTexImage2D()
DGLES20.java497 int border, in glCompressedTexImage2D()
526 int border in glCopyTexImage2D()
1438 int border, in glTexImage2D()
DGLLogWrapper.java1339 int internalformat, int width, int height, int border, in glCompressedTexImage2D()
1378 int x, int y, int width, int height, int border) { in glCopyTexImage2D()
2464 int width, int height, int border, int format, int type, in glTexImage2D()
/frameworks/base/core/java/android/gesture/
DGestureOverlayView.java593 final int border = mInvalidateExtraBorder; in touchDown() local
623 final int border = mInvalidateExtraBorder; in touchMove() local
/frameworks/base/libs/hwui/debug/
DNullGlesDriver.h66 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageS… in glCompressedTexImage2D_()
68 …, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) override {} in glCopyTexImage2D_()
112 …et, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format,… in glTexImage2D_()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java151 int border, in glCompressedTexImage2D()
164 int border in glCopyTexImage2D()
DGL10.java353 int border, in glCompressedTexImage2D()
378 int border in glCopyTexImage2D()
916 int border, in glTexImage2D()
/frameworks/native/opengl/libagl/
Dtexture.cpp1051 GLsizei width, GLsizei height, GLint border, in glCompressedTexImage2D()
1161 GLsizei width, GLsizei height, GLint border, in glTexImage2D()
1309 GLint border) in glCopyTexImage2D()
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java236 int border, in glCompressedTexImage2D()
265 int border in glCopyTexImage2D()
1054 int border, in glTexImage2D()
/frameworks/base/core/jni/
Dandroid_opengl_GLES10.cpp645 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
732 …nt target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) { in android_glCopyTexImage2D__IIIIIIII()
3251 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, j… in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
Dandroid_opengl_GLES30.cpp525 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, j… in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
564 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, j… in android_glTexImage3D__IIIIIIIIII()
664 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize… in android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2()
708 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize… in android_glCompressedTexImage3D__IIIIIIIII()
Dandroid_opengl_GLES20.cpp763 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
850 …nt target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) { in android_glCopyTexImage2D__IIIIIIII()
4576 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, j… in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
Dcom_google_android_gles_jni_GLImpl.cpp454 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2()
541 …nt target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) { in android_glCopyTexImage2D__IIIIIIII()
4007 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, j… in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp698 jobject jbitmap, jint type, jint border) in util_texImage2D()