Searched refs:GL_R8 (Results 1 - 25 of 54) sorted by relevance

123

/external/deqp/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp101 { "r8", GL_R8, },
/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp185 { "r8", GL_R8, false },
H A Des3fFboTestCase.cpp181 case GL_R8:
292 case GL_R8:
H A Des3fRboStateQueryTests.cpp183 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2,
225 { GL_R8, 8, 0, 0, 0 },
H A Des3fTextureSpecificationTests.cpp3437 { "r8", GL_R8, },
3506 alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_4_8", "", GL_R8, 4, 8, 4, 8));
3507 alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_1", "", GL_R8, 63, 30, 1, 1));
3508 alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_2", "", GL_R8, 63, 30, 1, 2));
3509 alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_4", "", GL_R8, 63, 30, 1, 4));
3510 alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_8", "", GL_R8, 63, 30, 1, 8));
3524 alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_4_8", "", GL_R8, 4, 3, 8));
3525 alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_63_1", "", GL_R8, 63, 1, 1));
3526 alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_63_2", "", GL_R8, 63, 1, 2));
3527 alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_63_4", "", GL_R8, 6
[all...]
H A Des3fFboMultisampleTests.cpp277 GL_R8,
H A Des3fFboCompletenessTests.cpp49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
H A Des3fTextureSwizzleTests.cpp246 { "red", GL_R8, GL_RED, GL_UNSIGNED_BYTE },
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp185 case GL_R8:
297 case GL_R8:
H A Des31fTextureFormatTests.cpp474 { "r8", GL_R8, },
521 { "r8", GL_R8, },
H A Des31fFboColorbufferTests.cpp304 GL_R8,
H A Des31fInternalFormatQueryTests.cpp361 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR },
H A Des31fTextureLevelStateQueryTests.cpp487 GL_R8, GL_RGB565, GL_RGB5_A1, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_RG32I,
495 GL_R8, GL_R8_SNORM, GL_RG8, GL_RG8_SNORM, GL_RGB8, GL_RGB8_SNORM, GL_RGB565, GL_RGBA4, GL_RGB5_A1,
1074 const int initialValues[2] = { GL_RGBA, GL_R8 };
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DSwizzleTest.cpp208 init2DTexture<GLubyte>(GL_R8, GL_RED, GL_UNSIGNED_BYTE, data);
/external/deqp/framework/opengl/
H A DgluFboRenderContext.cpp58 GL_R8,
H A DgluTextureUtil.cpp202 case FMT_CASE(R, UNORM_INT8): return GL_R8;
415 case GL_R8: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT8);
435 case GL_R8:
952 case GL_R8:
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DCaps.cpp268 requiredFormats.push_back(GL_R8);
H A Dformatutils.cpp96 InsertFormatMapping(&map, GL_RED, GL_UNSIGNED_BYTE, GL_R8, WriteColor<R8, GLfloat> );
384 map.insert(InternalFormatInfoPair(GL_R8, RGBAFormat( 8, 0, 0, 0, 0, GL_RED, GL_UNSIGNED_BYTE, GL_UNSIGNED_NORMALIZED, false, RequireESVersionOrExtension<3, &Extensions::textureRG>, AlwaysSupported, AlwaysSupported)));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dglformats.c484 case GL_R8:
H A Dtexformat.c784 case GL_R8:
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_fbo.c332 strb->Base.InternalFormat = GL_R8;
/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp142 GL_R8, GL_RG8,
/external/mesa3d/src/mesa/main/
H A Dglformats.c484 case GL_R8:
H A Dtexformat.c784 case GL_R8:
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_fbo.c332 strb->Base.InternalFormat = GL_R8;

Completed in 6375 milliseconds

123