Searched refs:GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 – 20 of 20) sorted by relevance
/frameworks/native/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/native/opengl/tests/filter/ |
D | filter.cpp | 123 4, 4, 0, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4, t16); in main()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 212 case GL_UNSIGNED_SHORT_4_4_4_4: ti = 2; break; in convertGLPixelFormat() 228 if (type != GL_UNSIGNED_BYTE && type != GL_UNSIGNED_SHORT_4_4_4_4 && in validFormatType() 235 if ((type == GL_UNSIGNED_SHORT_4_4_4_4 || in validFormatType() 1094 type = GL_UNSIGNED_SHORT_4_4_4_4; in glCompressedTexImage2D() 1344 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/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 251 int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 578 case GL_UNSIGNED_SHORT_4_4_4_4: in checkFormat() 617 return GL_UNSIGNED_SHORT_4_4_4_4; in getType()
|
/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/libs/hwui/ |
D | LayerRenderer.cpp | 394 type = GL_UNSIGNED_SHORT_4_4_4_4; in copyLayer()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 331 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.cpp | 133 GL_UNSIGNED_SHORT_4_4_4_4, p); in initTexture()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 254 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
D | GLES20Header.java-if | 160 public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 0x8033;
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 53 case GL_UNSIGNED_SHORT_4_4_4_4: in getBytesPerTexel()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 374 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 254 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 241 GL_ENUM(0x8033,GL_UNSIGNED_SHORT_4_4_4_4)
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 65 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4; in rsdTypeToGLType()
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 278 #define GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
|
/frameworks/base/api/ |
D | current.txt | 15797 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 16720 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033 45358 field public static final int GL_UNSIGNED_SHORT_4_4_4_4 = 32819; // 0x8033
|