/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 677 const size_t imageSize = size + palette_size; in util_texImage2D() local 678 void* const data = malloc(imageSize); in util_texImage2D() 685 glCompressedTexImage2D(target, level, internalformat, w, h, border, imageSize, data); in util_texImage2D() 900 jint imageSize = stride * height; in etc1_encodeImage() local 902 if (inB.remaining() < imageSize) { in etc1_encodeImage() 933 jint imageSize = stride * height; in etc1_decodeImage() local 937 } else if (outB.remaining() < imageSize) { in etc1_decodeImage()
|
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 78 int imageSize = data.remaining(); in loadTexture() local 80 border, imageSize, data); in loadTexture()
|
D | GLES10.java | 423 int imageSize, in glCompressedTexImage2D() argument 437 int imageSize, in glCompressedTexSubImage2D() argument
|
D | GLES20.java | 494 int imageSize, in glCompressedTexImage2D() argument 508 int imageSize, in glCompressedTexSubImage2D() argument
|
D | GLErrorWrapper.java | 169 int imageSize, Buffer data) { in glCompressedTexImage2D() argument 172 height, border, imageSize, data); in glCompressedTexImage2D() 177 int yoffset, int width, int height, int format, int imageSize, in glCompressedTexSubImage2D() argument 181 height, format, imageSize, data); in glCompressedTexSubImage2D()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 145 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in onAttach() local 147 switch (imageSize) { in onAttach()
|
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 139 final ImageUtils.ImageSize imageSize = ImageUtils.sUseImageSize; in onAttach() local 141 switch (imageSize) { in onAttach()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 17 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 18 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
D | GLES20.spec | 22 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 23 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 354 int imageSize, in glCompressedTexImage2D() argument 366 int imageSize, in glCompressedTexSubImage2D() argument
|
D | GL11ExtensionPack.java | 152 int imageSize, in glCompressedTexImage2D() argument
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1extpack | 8 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d…
|
D | glspec-1.0 | 17 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 18 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2ext_api.in | 31 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 32 …ressedTexImage3DOES, target, level, internalformat, width, height, depth, border, imageSize, data); 34 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d… 35 …age3DOES, target, level, xoffset, yoffset, zoffset, width, height, depth, format, imageSize, data);
|
D | gl2_api.in | 64 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… 65 …API(glCompressedTexImage2D, target, level, internalformat, width, height, border, imageSize, data); 67 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… 68 …lCompressedTexSubImage2D, target, level, xoffset, yoffset, width, height, format, imageSize, data);
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 811 String imageSize = Integer.toString(width) + "x" + Integer.toString(height); in getDeviceProperty() local 812 imageSize.getChars(0, imageSize.length(), outStringValue, 0); in getDeviceProperty() 813 outStringValue[imageSize.length()] = 0; in getDeviceProperty()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 166 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 167 …API(glCompressedTexImage2D, target, level, internalformat, width, height, border, imageSize, data); 169 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d… 170 …lCompressedTexSubImage2D, target, level, xoffset, yoffset, width, height, format, imageSize, data);
|
/frameworks/native/opengl/libs/ |
D | trace.in | 55 …imageSize, const GLvoid *data), (target, level, internalformat, width, height, border, imageSize, … 56 …imageSize, const GLvoid* data), (target, level, internalformat, width, height, depth, border, imag… 57 …imageSize, const GLvoid *data), (target, level, xoffset, yoffset, width, height, format, imageSize… 58 …imageSize, const GLvoid* data), (target, level, xoffset, yoffset, zoffset, width, height, depth, f…
|
D | debug.in | 30 …imageSize, const GLvoid* data), (target, level, internalformat, width, height, depth, border, imag… 31 …imageSize, const GLvoid* data), (target, level, xoffset, yoffset, zoffset, width, height, depth, f…
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 489 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 490 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 45 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… 46 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d… 179 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 180 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d…
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2ext.h | 768 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 769 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d… 775 …at, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid* d… 776 …t, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid* d…
|
D | gl2.h | 495 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid* d… 496 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid* d…
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 237 int imageSize, in glCompressedTexImage2D() argument 251 int imageSize, in glCompressedTexSubImage2D() argument
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 650 …um internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *d… 651 …t, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *d…
|