HomeSort by relevance Sort by last modified time
    Searched refs:GL_RGB (Results 26 - 50 of 404) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_unittest.cc 98 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 1, &size, &unpadded_row_size,
173 kWidth, kHeight, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, 1, &size,
193 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 1, &size, &unpadded_row_size,
199 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 2, &size, &unpadded_row_size,
206 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 4, &size, &unpadded_row_size,
213 kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, 8, &size, &unpadded_row_size,
227 EXPECT_EQ(4u, GLES2Util::RenderbufferBytesPerPixel(GL_RGB));
gles2_cmd_utils.cc 354 case GL_RGB:
469 case GL_RGB:
625 return GL_RGB;
644 case GL_RGB:
668 case GL_RGB:
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 67 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_BYTE, GL_RGB8, WriteColor<R8G8B8, GLfloat> );
68 InsertFormatMapping(&map, GL_RGB, GL_BYTE, GL_RGB8_SNORM, WriteColor<R8G8B8S, GLfloat> );
69 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, GL_RGB565, WriteColor<R5G6B5, GLfloat> );
70 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_R11F_G11F_B10F, WriteColor<R11G11B10F, GLfloat> );
71 InsertFormatMapping(&map, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, GL_RGB9_E5, WriteColor<R9G9B9E5, GLfloat> );
72 InsertFormatMapping(&map, GL_RGB, GL_FLOAT, GL_RGB32F, WriteColor<R32G32B32F, GLfloat> );
73 InsertFormatMapping(&map, GL_RGB, GL_HALF_FLOAT, GL_RGB16F, WriteColor<R16G16B16F, GLfloat> );
74 InsertFormatMapping(&map, GL_RGB, GL_HALF_FLOAT_OES, GL_RGB16F, WriteColor<R16G16B16F, GLfloat> );
388 map.insert(InternalFormatInfoPair(GL_RGB8, RGBAFormat( 8, 8, 8, 0, 0, GL_RGB, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, false, RequireESVersionOrExtension<3, &Extensions::rgb8rgba8>, AlwaysSupported, AlwaysSupported)));
389 map.insert(InternalFormatInfoPair(GL_RGB8_SNORM, RGBAFormat( 8, 8, 8, 0, 0, GL_RGB, GL_BYTE, GL_SIGNED_NORMALIZED, false, RequireESVersion<3>, (…)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
swrast.c 165 fb_format = GL_RGB;
169 fb_format = GL_RGB;
356 rb->InternalFormat = GL_RGB;
357 rb->_BaseFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB;
363 rb->_BaseFormat = GL_RGB;
368 rb->InternalFormat = GL_RGB;
369 rb->_BaseFormat = GL_RGB;
640 if (internalFormat == GL_RGB)
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 165 fb_format = GL_RGB;
169 fb_format = GL_RGB;
356 rb->InternalFormat = GL_RGB;
357 rb->_BaseFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB;
363 rb->_BaseFormat = GL_RGB;
368 rb->InternalFormat = GL_RGB;
369 rb->_BaseFormat = GL_RGB;
640 if (internalFormat == GL_RGB)
  /external/chromium_org/content/common/gpu/client/
gl_helper_readback_support.cc 42 supports_format = SupportsFormat(GL_RGB, GL_UNSIGNED_SHORT_5_6_5);
141 *format = GL_RGB;
  /frameworks/native/opengl/tests/textures/
textures.cpp 108 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
PaletteTexture.cpp 32 colorFrmt = GL_RGB;
135 int colorSizeOut = (formatOut == GL_RGB? 3:4);
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 159 TestFormat rgb16f = { GL_RGB, GL_HALF_FLOAT_OES, 3 };
166 TestFormat rgb32f = { GL_RGB, GL_FLOAT, 3 };
261 if ((read_format == GL_RGB || read_format == GL_RGBA) &&
268 case GL_RGB:
  /external/chromium_org/third_party/mesa/src/include/GL/
osmesa.h 77 #define OSMESA_RGB GL_RGB
  /external/deqp/framework/opengl/simplereference/
sglrContext.cpp 52 case GL_RGB:
  /external/deqp/modules/gles2/performance/
es2pTextureFilteringTests.cpp 57 { "rgb565", GL_RGB, GL_UNSIGNED_SHORT_5_6_5 },
  /external/mesa3d/include/GL/
osmesa.h 77 #define OSMESA_RGB GL_RGB
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 45 case GL_RGB:
47 rb->_BaseFormat = GL_RGB;
58 rb->_BaseFormat = GL_RGB;
  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 57 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_UNSIGNED_SHORT_5_6_5)
89 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_FLOAT),
96 GLS_UNSIZED_FORMATKEY(GL_RGB, GL_HALF_FLOAT_OES),
es2fFboRenderTest.cpp 268 case GL_RGB: return "rgb";
768 createMetaballsTex2D(ctx, metaballsTex, GL_RGB, GL_UNSIGNED_BYTE, 64, 64);
769 createQuadsTex2D(ctx, quadsTex, GL_RGB, GL_UNSIGNED_BYTE, 64, 64);
868 createMetaballsTex2D(context, metaballsTex, GL_RGB, GL_UNSIGNED_BYTE, 64, 64);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 45 case GL_RGB:
47 rb->_BaseFormat = GL_RGB;
58 rb->_BaseFormat = GL_RGB;
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 148 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, w, h, 0, GL_RGB,
212 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
215 0, 0, w, h, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, p);
217 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, tw, th, 0, GL_RGB,
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 249 GL_ALPHA, GL_RGB, GL_RGBA,
319 GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_RGB, GL_RGBA,
323 GL_ALPHA, GL_LUMINANCE, GL_LUMINANCE_ALPHA, GL_RGB, GL_RGBA,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_image.c 119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5);
301 internalFormat = GL_RGB;
309 internalFormat = GL_RGB;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_image.c 119 return (format == GL_RGB && type == GL_UNSIGNED_SHORT_5_6_5);
301 internalFormat = GL_RGB;
309 internalFormat = GL_RGB;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 35 case GL_RGB:
37 texInternalFormat = GL_RGB;
60 int nComp = (texInternalFormat == GL_RGB ? 3 : 4);
  /external/chromium_org/third_party/webrtc/test/gl/
gl_renderer.cc 68 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, width, height, 0, GL_BGRA,
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.cc 62 case GL_RGB:
63 gl_internal_format = GL_RGB;
78 case GL_RGB:
99 case GL_RGB:
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 116 case GL_RGB:

Completed in 1065 milliseconds

12 3 4 5 6 7 8 91011>>