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

1 2 3 4 5 6

  /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 173 case GL_RGB8:
296 case GL_RGB8:
es31fFboColorbufferTests.cpp 287 GL_RGB8,
es31fInternalFormatQueryTests.cpp 382 { "rgb8", GL_RGB8, FormatSamplesCase::FORMAT_COLOR },
  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 152 glRenderbufferStorage(GL_RENDERBUFFER, GL_RGB8, w, h);
182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
226 { GL_RGB8, 8, 8, 8, 0 },
es3fTextureSpecificationTests.cpp     [all...]
es3fInternalFormatQueryTests.cpp 187 { "rgb8", GL_RGB8, false },
es3fFboTestCase.cpp 168 case GL_RGB8:
289 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,
es3fFboCompletenessTests.cpp 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
es3fTextureSwizzleTests.cpp 248 { "rgb", GL_RGB8, GL_RGB, GL_UNSIGNED_BYTE },
  /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/deqp/modules/egl/
teglAndroidUtil.cpp 71 case GL_RGB8: return tcu::Android::internal::PIXEL_FORMAT_RGB_888;
teglImageTests.cpp 310 case GL_RGB8: return "rgb8";
543 GL_RGB8,
teglImageFormatTests.cpp     [all...]
  /external/deqp/framework/opengl/
gluFboRenderContext.cpp 83 GL_RGB8,
gluTextureUtil.cpp 172 case FMT_CASE(RGB, UNORM_INT8): return GL_RGB8;
496 case GL_RGB8: return TextureFormat(TextureFormat::RGB, TextureFormat::UNORM_INT8);
560 case GL_RGB8:
    [all...]
gluStrUtil.inl     [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 90 int GL_RGB8 = 0x8051;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 36 public static final int GL_RGB8 = 0x8051;
  /external/mesa3d/src/mesa/state_tracker/
st_format.c 772 { 3, GL_RGB, GL_RGB8, 0 },
    [all...]

Completed in 388 milliseconds

1 2 3 4 5 6