Home
last modified time | relevance | path

Searched refs:GL_UNSIGNED_SHORT_5_6_5 (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/native/opengl/tests/finish/
Dfinish.cpp84 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels); in main()
167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
180 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); in main()
215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main()
/frameworks/native/opengl/tests/linetex/
Dlinetex.cpp95 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/frameworks/native/opengl/tests/textures/
Dtextures.cpp102 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/frameworks/native/opengl/tests/filter/
Dfilter.cpp121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/frameworks/native/opengl/libagl/
Dtexture.cpp204 case GL_UNSIGNED_SHORT_5_6_5: ti = 1; break; in convertGLPixelFormat()
222 type != GL_UNSIGNED_SHORT_5_5_5_1 && type != GL_UNSIGNED_SHORT_5_6_5) { in validFormatType()
225 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) { in validFormatType()
1078 type = GL_UNSIGNED_SHORT_5_6_5; in glCompressedTexImage2D()
1325 type = GL_UNSIGNED_SHORT_5_6_5; in glCopyTexImage2D()
1478 if ((type != GL_UNSIGNED_BYTE) && (type != GL_UNSIGNED_SHORT_5_6_5)) { in glReadPixels()
1494 } else if ((format == GL_RGB) && (type == GL_UNSIGNED_SHORT_5_6_5)) { in glReadPixels()
Dstate.cpp416 params[0] = GL_UNSIGNED_SHORT_5_6_5; in glGetIntegerv()
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java69 if (! (fallbackType == GLES10.GL_UNSIGNED_SHORT_5_6_5 in loadTexture()
DGLES10.java256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in GLES10
DGLES20.java162 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field in GLES20
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp178 GL_UNSIGNED_SHORT_5_6_5, p); in initTexture()
232 GL_UNSIGNED_SHORT_5_6_5, 0); in initTexture()
234 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p); in initTexture()
237 GL_UNSIGNED_SHORT_5_6_5, p); in initTexture()
/frameworks/base/libs/hwui/
DOpenGLReadback.cpp154 type = GL_UNSIGNED_SHORT_5_6_5; in copyTextureInto()
DTexture.cpp213 *outType = GL_UNSIGNED_SHORT_5_6_5; in colorTypeToGlFormatAndType()
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLES20RenderEngine.cpp132 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData); in GLES20RenderEngine()
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaOpenGLPipeline.cpp355 type = GL_UNSIGNED_SHORT_5_6_5; in allocateHardwareBitmap()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java254 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if253 int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
/frameworks/base/core/jni/android/opengl/
Dutil.cpp639 return (type == GL_UNSIGNED_SHORT_5_6_5 && in checkInternalFormat()
692 return GL_UNSIGNED_SHORT_5_6_5; in getType()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java90 ? GLES20.GL_UNSIGNED_BYTE : GLES20.GL_UNSIGNED_SHORT_5_6_5;
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h333 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10Header.java-if256 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
DGLES20Header.java-if162 public static final int GL_UNSIGNED_SHORT_5_6_5 = 0x8363;
/frameworks/native/opengl/include/GLES/
Dgl.h296 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h218 #define GL_UNSIGNED_SHORT_5_6_5 0x8363 macro
/frameworks/rs/driver/
DrsdAllocation.cpp57 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5; in rsdTypeToGLType()
/frameworks/native/opengl/libs/
Denums.in214 GL_ENUM(0x8363,GL_UNSIGNED_SHORT_5_6_5)

12