/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 78 int imageSize = data.remaining(); in loadTexture() local
|
D | GLES10.java | 423 int imageSize, in glCompressedTexImage2D() 437 int imageSize, in glCompressedTexSubImage2D()
|
D | GLErrorWrapper.java | 169 int imageSize, Buffer data) { in glCompressedTexImage2D() 177 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
|
D | GLES20.java | 494 int imageSize, in glCompressedTexImage2D() 508 int imageSize, in glCompressedTexSubImage2D()
|
D | GLLogWrapper.java | 1340 int imageSize, Buffer data) { in glCompressedTexImage2D() 1358 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D()
|
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 139 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in onAttach() local
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 145 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in onAttach() local
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 677 const size_t imageSize = size + palette_size; in util_texImage2D() local 900 jint imageSize = stride * height; in etc1_encodeImage() local 933 jint imageSize = stride * height; in etc1_decodeImage() local
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 811 String imageSize = Integer.toString(width) + "x" + Integer.toString(height); in getDeviceProperty() local
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 1059 GLsizei imageSize, const GLvoid *data) in glCompressedTexImage2D() 1228 GLenum format, GLsizei imageSize, in glCompressedTexSubImage2D()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL11ExtensionPack.java | 152 int imageSize, in glCompressedTexImage2D()
|
D | GL10.java | 354 int imageSize, in glCompressedTexImage2D() 366 int imageSize, in glCompressedTexSubImage2D()
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 237 int imageSize, in glCompressedTexImage2D() 251 int imageSize, in glCompressedTexSubImage2D()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 314 …nt level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 343 …l, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
D | android_opengl_GLES20.cpp | 425 …nt level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 454 …l, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 442 …nt level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_… in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 471 …l, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_… in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.cpp | 794 …GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoi… in GLTrace_glCompressedTexImage2D() 865 …ffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoi… in GLTrace_glCompressedTexSubImage2D() 6269 …format, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoi… in GLTrace_glCompressedTexImage3DOES() 6346 …ffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoi… in GLTrace_glCompressedTexSubImage3DOES()
|