Searched refs:GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 – 20 of 20) sorted by relevance
/frameworks/base/opengl/tests/textures/ |
D | textures.cpp | 110 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main()
|
/frameworks/base/opengl/tests/filter/ |
D | filter.cpp | 123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main()
|
/frameworks/base/opengl/libagl/ |
D | texture.cpp | 213 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break; in convertGLPixelFormat() 229 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 && in validFormatType() 236 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 || in validFormatType() 1095 type = GL_UNSIGNED_SHORT_4_4_4_4; in glCompressedTexImage2D() 1345 type = GL_UNSIGNED_SHORT_4_4_4_4; in glCopyTexImage2D()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 252 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 572 case GL_UNSIGNED_SHORT_4_4_4_4: in checkFormat() 611 return GL_UNSIGNED_SHORT_4_4_4_4; in getType()
|
/frameworks/base/libs/hwui/ |
D | LayerRenderer.cpp | 360 type = GL_UNSIGNED_SHORT_4_4_4_4; in copyLayer()
|
/frameworks/base/opengl/libs/GLES2_dbg/src/ |
D | dbgcontext.cpp | 97 case GL_UNSIGNED_SHORT_4_4_4_4: in GetBytesPerPixel()
|
/frameworks/base/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 251 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in GLES10
|
D | GLES20.java | 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033; field in GLES20
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 126 GL_UNSIGNED_SHORT_4_4_4_4, p); in initTexture()
|
/frameworks/base/opengl/tests/angeles/include/GLES/ |
D | gl.h | 331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/libs/rs/driver/ |
D | rsdAllocation.cpp | 49 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4; in rsdTypeToGLType()
|
/frameworks/base/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 253 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
D | GLES20Header.java-if | 159 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/base/opengl/include/GLES/ |
D | gl.h | 374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/opengl/include/GLES2/ |
D | gl2.h | 254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/opengl/libs/ |
D | enums.in | 228 GL_ENUM(0x8033,GL_UNSIGNED_SHORT_4_4_4_4)
|
/frameworks/base/api/ |
D | current.txt | 13206 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 14120 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 39956 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|
D | 14.txt | 13206 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 14120 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 39956 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|