HomeSort by relevance Sort by last modified time
    Searched refs:GL_RGB (Results 1 - 25 of 88) sorted by null

1 2 3 4

  /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);
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLESvalidate.cpp 40 return format == GL_RGB;
52 case GL_RGB:
PaletteTexture.cpp 32 colorFrmt = GL_RGB;
135 int colorSizeOut = (formatOut == GL_RGB? 3:4);
TextureUtils.cpp 56 GLint format = GL_RGB;
  /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");
  /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);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 244 case GL_RGB: return sizeof(unsigned char) * 3;
260 case GL_RGB: return sizeof(float) * 3;
271 case GL_RGB: return sizeof(unsigned short) * 3;
302 case GL_RGB:
317 case GL_RGB:
332 return (format == GL_RGB);
Blit.cpp 329 case GL_RGB:
360 case GL_RGB:
  /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 134 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB,
193 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
196 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
198 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 34 case GL_RGB:
36 texInternalFormat = GL_RGB;
59 int nComp = (texInternalFormat == GL_RGB ? 3 : 4);
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 115 case GL_RGB:
  /external/webkit/Source/WebCore/platform/graphics/android/
VideoLayerAndroid.cpp 138 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels);
GLUtils.cpp 202 return GL_RGB;
328 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels);
348 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 2, 2, 0, GL_RGB, GL_UNSIGNED_BYTE, pixels);
  /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);
  /development/samples/BrowserPlugin/jni/
RenderingThread.cpp 118 return GL_RGB;
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
MessageProcessor.java 134 case GL_RGB:
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
MessageProcessor.java 134 case GL_RGB:
  /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...]
  /development/tools/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 415 case GL_RGB:
  /frameworks/base/libs/hwui/
TextureCache.cpp 230 uploadToTexture(resize, GL_RGB, bitmap->rowBytesAsPixels(), texture->height,
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 164 glFormat = GL_RGB;
169 glFormat = GL_RGB;
  /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);

Completed in 862 milliseconds

1 2 3 4