/frameworks/native/opengl/tests/finish/ |
D | finish.cpp | 84 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main() 85 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels); in main() 168 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); in main() 180 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, in main() 181 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); in main() 216 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/ |
D | linetex.cpp | 95 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/ |
D | textures.cpp | 108 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/ |
D | filter.cpp | 120 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/ |
D | BootAnimation.cpp | 145 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, in initTexture() 209 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture() 212 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p); in initTexture() 214 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, in initTexture()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES20RenderEngine.cpp | 58 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 1, 0, in GLES20RenderEngine() 59 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData); in GLES20RenderEngine()
|
D | GLES11RenderEngine.cpp | 53 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 1, 0, in GLES11RenderEngine() 54 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData); in GLES11RenderEngine()
|
/frameworks/base/libs/hwui/ |
D | Texture.cpp | 36 case GL_RGB: in bytesPerPixel() 182 *outFormat = GL_RGB; in colorTypeToGlFormatAndType()
|
D | Readback.cpp | 68 format = GL_RGB; in copySurfaceInto()
|
D | LayerRenderer.cpp | 384 format = GL_RGB; in copyLayer()
|
/frameworks/native/opengl/libagl/ |
D | texture.cpp | 204 case GL_RGB: fi = 1; break; in convertGLPixelFormat() 232 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) { in validFormatType() 1078 format = GL_RGB; in glCompressedTexImage2D() 1088 format = GL_RGB; in glCompressedTexImage2D() 1103 format = GL_RGB; in glCompressedTexImage2D() 1369 case GL_RGB: in glCopyTexImage2D() 1487 if ((format != GL_RGBA) && (format != GL_RGB)) { in glReadPixels() 1507 } else if ((format == GL_RGB) && (type == GL_UNSIGNED_SHORT_5_6_5)) { in glReadPixels()
|
D | state.cpp | 413 params[0] = GL_RGB; in glGetIntegerv()
|
/frameworks/base/opengl/java/android/opengl/ |
D | ETC1Util.java | 66 if (fallbackFormat != GLES10.GL_RGB) { in loadTexture()
|
D | GLES10.java | 180 public static final int GL_RGB = 0x1907; field in GLES10
|
D | GLES20.java | 156 public static final int GL_RGB = 0x1907; field in GLES20
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 178 int GL_RGB = 0x1907; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 177 int GL_RGB = 0x1907;
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
D | VideoDumpView.java | 88 public static final int PIXEL_FORMAT = GLES20.GL_RGB;
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 320 #define GL_RGB 0x1907 macro
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 180 public static final int GL_RGB = 0x1907;
|
D | GLES20Header.java-if | 156 public static final int GL_RGB = 0x1907;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 363 #define GL_RGB 0x1907 macro
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 686 return GL_RGB; in getInternalFormat()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 214 #define GL_RGB 0x1907 macro
|
/frameworks/rs/driver/ |
D | rsdAllocation.cpp | 82 case RS_KIND_PIXEL_RGB: return GL_RGB; in rsdKindToGLFormat()
|