Home
last modified time | relevance | path

Searched refs:GL_RGB (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/opengl/tests/finish/
Dfinish.cpp83 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main()
84 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()
179 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 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/libs/renderengine/gl/
DGLFramebuffer.cpp76 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, data); in allocateBuffers()
/frameworks/av/media/libstagefright/renderfright/gl/
DGLFramebuffer.cpp73 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_RGB, GL_UNSIGNED_BYTE, data); in allocateBuffers()
/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/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/filter/
Dfilter.cpp120 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main()
121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16); in main()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp325 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture()
379 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture()
382 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, pixels); in initTexture()
384 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture()
/frameworks/base/opengl/java/android/opengl/
DETC1Util.java66 if (fallbackFormat != GLES10.GL_RGB) { in loadTexture()
DGLES10.java180 public static final int GL_RGB = 0x1907; field in GLES10
DGLES20.java158 public static final int GL_RGB = 0x1907; field in GLES20
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp347 formatInfo.format = GL_RGB; in determineFormat()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java178 int GL_RGB = 0x1907; field
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGL10Header.java-if177 int GL_RGB = 0x1907;
/frameworks/base/core/jni/android/opengl/
Dutil.cpp643 return (type == GL_UNSIGNED_SHORT_5_6_5 && internalformat == GL_RGB); in checkInternalFormat()
678 return GL_RGB; in getInternalFormat()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DVideoDumpView.java88 public static final int PIXEL_FORMAT = GLES20.GL_RGB;
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h320 #define GL_RGB 0x1907 macro
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DGLES10Header.java-if180 public static final int GL_RGB = 0x1907;
DGLES20Header.java-if158 public static final int GL_RGB = 0x1907;
/frameworks/native/opengl/include/GLES/
Dgl.h288 #define GL_RGB 0x1907 macro
/frameworks/native/opengl/include/GLES2/
Dgl2.h212 #define GL_RGB 0x1907 macro
/frameworks/rs/driver/
DrsdAllocation.cpp78 case RS_KIND_PIXEL_RGB: return GL_RGB; in rsdKindToGLFormat()
/frameworks/native/opengl/include/GLES3/
Dgl3.h212 #define GL_RGB 0x1907 macro
Dgl31.h214 #define GL_RGB 0x1907 macro
Dgl32.h214 #define GL_RGB 0x1907 macro
/frameworks/native/opengl/libs/
Denums.in206 GL_ENUM(0x1907,GL_RGB)

12