/frameworks/base/opengl/tests/finish/ |
finish.cpp | 83 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 84 512, 512, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, texels); 167 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green); 179 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 180 1, 1, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &texel); 215 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 1, 1, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, &green);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
CompressedTextureActivity.java | 95 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, input); 124 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, bis); 130 GLES10.GL_RGB, GLES10.GL_UNSIGNED_SHORT_5_6_5, etc1Texture);
|
/frameworks/base/opengl/java/android/opengl/ |
Texture.java | 113 gl.glTexImage2D(gl.GL_TEXTURE_2D, 0, gl.GL_RGB, 115 0, gl.GL_RGB, dataType,
|
ETC1Util.java | 38 * Must be GL_RGB. 58 * Must be GL_RGB. 66 if (fallbackFormat != GLES10.GL_RGB) { 67 throw new IllegalArgumentException("fallbackFormat must be GL_RGB");
|
GLES10.java | 180 public static final int GL_RGB = 0x1907; [all...] |
/frameworks/base/opengl/tests/linetex/ |
linetex.cpp | 94 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
|
/frameworks/base/opengl/tests/textures/ |
textures.cpp | 107 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 128 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB, 181 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB, 184 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p); 186 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
|
/frameworks/base/services/surfaceflinger/ |
TextureManager.cpp | 253 GL_RGB, texture->potWidth, texture->potHeight, 0, 254 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, data); 279 GL_RGB, GL_UNSIGNED_SHORT_5_6_5,
|
LayerBlur.cpp | 139 if (mReadFormat != GL_RGB || mReadType != GL_UNSIGNED_SHORT_5_6_5) {
|
SurfaceFlinger.cpp | 253 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, 254 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, textureData); [all...] |
/frameworks/base/libs/rs/ |
rsComponent.cpp | 184 case RS_KIND_PIXEL_RGB: return GL_RGB;
|
rsAllocation.cpp | 496 srcGLFmt == GL_RGB && 498 dstGLType == GL_RGB) { 506 dstGLType == GL_RGB) {
|
/frameworks/base/opengl/tests/filter/ |
filter.cpp | 118 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 119 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
|
/frameworks/base/opengl/libagl/ |
texture.cpp | 188 0, 0 }, // GL_RGB 205 case GL_RGB: fi = 1; break; 233 if (type == GL_UNSIGNED_SHORT_5_6_5 && format != GL_RGB) { [all...] |
/external/quake/quake/src/QW/client/ |
gl_vidlinux_x11.c | 606 glColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
gl_vidlinuxglx.c | 554 glColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
gl_screen.c | 660 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 ); 881 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, newbuf );
|
gl_vidnt.c | [all...] |
/external/quake/quake/src/WinQuake/ |
gl_screen.cpp | 627 glReadPixels (glx, gly, glwidth, glheight, GL_RGB, GL_UNSIGNED_BYTE, buffer+18 );
|
gl_vidlinuxglx.cpp | 685 qglColorTableEXT(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
gl_vidnt.cpp | [all...] |
gl_draw.cpp | [all...] |
/external/skia/src/gl/ |
SkGL.cpp | 146 *format = GL_RGB;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_video.c | 850 video->is_32bit ? GL_RGBA : GL_RGB, 854 video->is_32bit ? GL_RGBA : GL_RGB, [all...] |