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

1 2 3 4 5 6 7 8

  /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,
  /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,
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLESTextureUtils.cpp 35 case GL_RGB8:
64 case 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,
  /external/swiftshader/src/OpenGL/common/
Image.hpp 220 case HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED: return GL_RGB8;
222 case HAL_PIXEL_FORMAT_RGBX_8888: return GL_RGB8;
Image.cpp 721 case GL_RGB8:
761 case GL_RGB8:
926 case GL_RGB8:
956 case GL_RGB8:
    [all...]
  /external/mesa3d/src/mesa/main/
glformats.c 676 case GL_RGB8:
1024 case GL_RGB8:
    [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...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 45 case GL_RGB8:
nouveau_screen.c 252 color_format = GL_RGB8;
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 90 int GL_RGB8 = 0x8051;
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GLESv2Validation.cpp 546 case GL_RGB8:
750 f(GL_RGB8) \
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/
OGLES3ColourGrading.cpp 464 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGB8, PVRShellGet(prefWidth), PVRShellGet(prefHeight), 0, GL_RGB, GL_UNSIGNED_BYTE, 0);
504 glRenderbufferStorageMultisample(GL_RENDERBUFFER, samples, GL_RGB8, PVRShellGet(prefWidth), PVRShellGet(prefHeight));
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES30Header.java-if 36 public static final int GL_RGB8 = 0x8051;

Completed in 483 milliseconds

1 2 3 4 5 6 7 8