| /frameworks/base/opengl/java/android/opengl/ |
| D | GLUtils.java | 99 Bitmap bitmap, int border) { in texImage2D() 125 Bitmap bitmap, int type, int border) { in texImage2D() 147 int border) { in texImage2D() 273 Bitmap bitmap, int type, int border); in native_texImage2D()
|
| D | ETC1Util.java | 45 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()
|
| D | GLES10.java | 422 int border, in glCompressedTexImage2D() 451 int border in glCopyTexImage2D() 1229 int border, in glTexImage2D()
|
| D | GLES30.java | 375 int border, in glTexImage3D() 390 int border, in glTexImage3D() 451 int border, in glCompressedTexImage3D() 465 int border, in glCompressedTexImage3D()
|
| D | GLErrorWrapper.java | 168 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()
|
| D | GLES20.java | 497 int border, in glCompressedTexImage2D() 526 int border in glCopyTexImage2D() 1438 int border, in glTexImage2D()
|
| D | GLLogWrapper.java | 1339 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/ |
| D | GestureOverlayView.java | 593 final int border = mInvalidateExtraBorder; in touchDown() local 623 final int border = mInvalidateExtraBorder; in touchMove() local
|
| /frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
| D | GL11ExtensionPack.java | 151 int border, in glCompressedTexImage2D() 164 int border in glCopyTexImage2D()
|
| D | GL10.java | 353 int border, in glCompressedTexImage2D() 378 int border in glCopyTexImage2D() 916 int border, in glTexImage2D()
|
| /frameworks/base/libs/hwui/tests/ |
| D | nullgles.cpp | 174 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageS… in glCompressedTexImage2D() 176 …int level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) {} in glCopyTexImage2D() 220 …et, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format,… in glTexImage2D()
|
| /frameworks/native/opengl/libagl/ |
| D | texture.cpp | 1058 GLsizei width, GLsizei height, GLint border, in glCompressedTexImage2D() 1168 GLsizei width, GLsizei height, GLint border, in glTexImage2D() 1316 GLint border) in glCopyTexImage2D()
|
| /frameworks/base/opengl/java/com/google/android/gles_jni/ |
| D | GLImpl.java | 236 int border, in glCompressedTexImage2D() 265 int border in glCopyTexImage2D() 1054 int border, in glTexImage2D()
|
| /frameworks/base/core/jni/ |
| D | android_opengl_GLES10.cpp | 626 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 685 …nt target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) { in android_glCopyTexImage2D__IIIIIIII() 3044 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, j… in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
|
| D | android_opengl_GLES30.cpp | 498 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, j… in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() 529 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint format, j… in android_glTexImage3D__IIIIIIIIII() 615 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize… in android_glCompressedTexImage3D__IIIIIIIILjava_nio_Buffer_2() 645 … jint level, jint internalformat, jint width, jint height, jint depth, jint border, jint imageSize… in android_glCompressedTexImage3D__IIIIIIIII()
|
| D | android_opengl_GLES20.cpp | 744 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 803 …nt target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) { in android_glCopyTexImage2D__IIIIIIII() 4368 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, j… in android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2()
|
| D | com_google_android_gles_jni_GLImpl.cpp | 446 …jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 505 …nt target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) { in android_glCopyTexImage2D__IIIIIIII() 3805 …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/ |
| D | util.cpp | 734 jobject jbitmap, jint type, jint border) in util_texImage2D()
|
| /frameworks/native/opengl/libs/GLES_trace/src/ |
| D | gltrace_api.cpp | 793 …t, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageS… in GLTrace_glCompressedTexImage2D() 941 …Lint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) { in GLTrace_glCopyTexImage2D() 4123 …et, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format,… in GLTrace_glTexImage2D() 5812 …, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format,… in GLTrace_glTexImage3D() 6060 … GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageS… in GLTrace_glCompressedTexImage3D() 14330 … GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format,… in GLTrace_glTexImage3DOES() 14578 … GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageS… in GLTrace_glCompressedTexImage3DOES()
|