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

1 2 3 4 5

  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 59 { "rgb8", GL_RGB8 },
es3pTextureFormatTests.cpp 71 { "rgb8", GL_RGB8, },
  /external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp 794 { "rgb8", GL_RGB8, },
880 { "rgb8_offset", GL_RGB8, 23, 6, 0, 0, 0, 0, 0, 1, 67 },
881 { "rgb8_alignment", GL_RGB8, 23, 6, 0, 0, 0, 0, 0, 2, 0 },
882 { "rgb8_image_height", GL_RGB8, 23, 6, 26, 0, 0, 0, 0, 4, 0 },
883 { "rgb8_row_length", GL_RGB8, 23, 6, 0, 27, 0, 0, 0, 4, 0 },
884 { "rgb8_skip_images", GL_RGB8, 23, 6, 0, 0, 3, 0, 0, 4, 0 },
885 { "rgb8_skip_rows", GL_RGB8, 23, 6, 26, 0, 0, 3, 0, 4, 0 },
886 { "rgb8_skip_pixels", GL_RGB8, 23, 6, 0, 25, 0, 0, 2, 4, 0 }
    [all...]
es31fFboTestCase.cpp 172 case GL_RGB8:
284 case GL_RGB8:
es31fFboColorbufferTests.cpp 287 GL_RGB8,
  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 152 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB8, w, h);
183 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
227 { GL_RGB8, 8, 8, 8, 0 },
es3fTextureSpecificationTests.cpp     [all...]
es3fInternalFormatQueryTests.cpp 187 { "rgb8", GL_RGB8, false },
es3fFboTestCase.cpp 168 case GL_RGB8:
279 case GL_RGB8:
es3fFboStateQueryTests.cpp 258 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB8, 128, 128);
296 glTexStorage2D(GL_TEXTURE_2D, 7, GL_RGB8, 128, 128);
334 glTexStorage2D(GL_TEXTURE_CUBE_MAP, 1, GL_RGB8, 128, 128);
432 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB8, 128, 128);
507 { GL_RGB8, GL_UNSIGNED_NORMALIZED },
    [all...]
es3fFboMultisampleTests.cpp 270 GL_RGB8,
es3fTextureStateQueryTests.cpp 608 glTexStorage3D(m_textureTarget, level, GL_RGB8, 256, 256, 256);
610 glTexStorage2D(m_textureTarget, level, GL_RGB8, 256, 256);
637 GL_RGB5_A1, GL_RGB8, GL_RGB565, GL_RG32I, GL_RG32UI, GL_RG16I, GL_RG16UI,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 46 case GL_RGB8:
258 return GL_RGB8;
nouveau_screen.c 167 color_format = GL_RGB8;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 46 case GL_RGB8:
258 return GL_RGB8;
nouveau_screen.c 167 color_format = GL_RGB8;
  /external/chromium_org/third_party/angle/tests/angle_tests/
SwizzleTest.cpp 194 init2DTexture(GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE, data);
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 56 GL_RGB8,
gluTextureUtil.cpp 164 case FMT_CASE(RGB, UNORM_INT8): return GL_RGB8;
377 case GL_RGB8: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
439 case GL_RGB8:
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 90 int GL_RGB8 = 0x8051;
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 120 GL_RGB8,
126 GL_RGB8,
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 36 public static final int GL_RGB8 = 0x8051;
  /external/chromium_org/third_party/angle/src/libGLESv2/
Caps.cpp 209 requiredFormats.push_back(GL_RGB8);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_format.c 772 { 3, GL_RGB, GL_RGB8, 0 },
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 772 { 3, GL_RGB, GL_RGB8, 0 },
    [all...]

Completed in 504 milliseconds

1 2 3 4 5