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

1 23 4 5 6 7 8 91011>>

  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp 56 GLint format = GL_RGB;
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 70 case GL_RGB: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
    [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
SwizzleTest.cpp 194 init2DTexture(GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE, data);
222 init2DTexture(GL_RGB32F, GL_RGB, GL_FLOAT, data);
  /frameworks/native/opengl/tests/filter/
filter.cpp 120 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB,
121 4, 4, 0, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, t16);
  /frameworks/native/services/surfaceflinger/RenderEngine/
GLES11RenderEngine.cpp 59 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 1, 0,
60 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);
GLES20RenderEngine.cpp 64 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB, 1, 1, 0,
65 GL_RGB, GL_UNSIGNED_SHORT_5_6_5, protTexData);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_screen.c 222 image->internal_format = GL_RGB;
227 image->internal_format = GL_RGB;
322 image->internal_format = GL_RGB;
327 image->internal_format = GL_RGB;
742 fb_format[0] = GL_RGB;
radeon_pixel_read.c 45 case GL_RGB:
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 222 image->internal_format = GL_RGB;
227 image->internal_format = GL_RGB;
322 image->internal_format = GL_RGB;
327 image->internal_format = GL_RGB;
742 fb_format[0] = GL_RGB;
radeon_pixel_read.c 45 case GL_RGB:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 100 case GL_RGB:
241 case GL_RGB: return IDX_RGB;
338 logicalBaseFormat == GL_RGB ||
348 textureBaseFormat == GL_RGB ||
387 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA ||
449 logicalBaseFormat == GL_RGB ||
458 textureBaseFormat == GL_RGB ||
496 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA ||
576 logicalBaseFormat == GL_RGB ||
585 textureBaseFormat == GL_RGB ||
    [all...]
fbobject.c 487 case GL_RGB:
1052 * corresponding base format (one of GL_RGB, GL_RGBA, GL_STENCIL_INDEX,
    [all...]
  /external/mesa3d/src/mesa/main/
texstore.c 100 case GL_RGB:
241 case GL_RGB: return IDX_RGB;
338 logicalBaseFormat == GL_RGB ||
348 textureBaseFormat == GL_RGB ||
387 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA ||
449 logicalBaseFormat == GL_RGB ||
458 textureBaseFormat == GL_RGB ||
496 ASSERT(textureBaseFormat == GL_RGB || textureBaseFormat == GL_RGBA ||
576 logicalBaseFormat == GL_RGB ||
585 textureBaseFormat == GL_RGB ||
    [all...]
fbobject.c 487 case GL_RGB:
1052 * corresponding base format (one of GL_RGB, GL_RGBA, GL_STENCIL_INDEX,
    [all...]
  /external/chromium_org/gpu/tools/compositor_model_bench/
render_tree.cc 30 return GL_RGB;
40 case GL_RGB:
53 case GL_RGB:
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_framebuffers.cc 387 const GLenum kFormat = GL_RGB;
538 ReadPixels(0, 0, kWidth, kHeight, GL_RGB, GL_UNSIGNED_BYTE, _))
545 GL_RGB,
659 GL_RGB,
672 GL_RGB,
685 GL_RGB,
698 GL_RGB,
710 GL_RGB,
722 GL_RGB,
734 GL_RGB,
    [all...]
renderbuffer_manager.cc 187 return GL_RGB;
feature_info_unittest.cc 158 { GL_RGB, kRGBTypes, arraysize(kRGBTypes), },
209 { GL_RGB, kRGBTypes, arraysize(kRGBTypes), },
644 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
654 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
677 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
687 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
711 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
721 EXPECT_TRUE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
746 EXPECT_FALSE(info_->GetTextureFormatValidator(GL_RGB).IsValid(
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_screen.c 59 { GL_RGB , GL_UNSIGNED_SHORT_5_6_5 },
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_zoom.c 179 if (format == GL_RGBA || format == GL_RGB) {
242 else if (format == GL_RGB) {
297 if (format == GL_RGBA || format == GL_RGB) {
343 zoom_span(ctx, imgX, imgY, span, rgb, GL_RGB);
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 182 { "rgb", GL_RGB, false },