/external/deqp/modules/gles3/functional/ |
D | es3fTextureSpecificationTests.cpp | 3449 { "r8", GL_R8, }, in init() 3518 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_4_8", "", GL_R8, 4, 8, 4, 8)… in init() 3519 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_1", "", GL_R8, 63, 30, 1, 1… in init() 3520 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_2", "", GL_R8, 63, 30, 1, 2… in init() 3521 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_4", "", GL_R8, 63, 30, 1, 4… in init() 3522 …alignGroup->addChild(new TexImage2DAlignCase (m_context, "2d_r8_63_8", "", GL_R8, 63, 30, 1, 8… in init() 3536 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_4_8", "", GL_R8, 4, 3, 8)… in init() 3537 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_63_1", "", GL_R8, 63, 1, 1… in init() 3538 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_63_2", "", GL_R8, 63, 1, 2… in init() 3539 …alignGroup->addChild(new TexImageCubeAlignCase (m_context, "cube_r8_63_4", "", GL_R8, 63, 1, 4… in init() [all …]
|
D | es3fFboTestCase.cpp | 181 case GL_R8: in isRequiredFormat() 292 case GL_R8: in getMinimumSampleCount()
|
D | es3fRboStateQueryTests.cpp | 183 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test() 225 { GL_R8, 8, 0, 0, 0 }, in test()
|
D | es3fInternalFormatQueryTests.cpp | 185 { "r8", GL_R8, false }, in init()
|
D | es3fFboMultisampleTests.cpp | 277 GL_R8, in init()
|
D | es3fFboCompletenessTests.cpp | 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
|
D | es3fTextureSwizzleTests.cpp | 246 { "red", GL_R8, GL_RED, GL_UNSIGNED_BYTE }, in init()
|
D | es3fFragmentOutputTests.cpp | 1010 GL_R8 in createRandomCase() 1115 GL_R8 in init()
|
D | es3fFboStateQueryTests.cpp | 505 { GL_R8, GL_UNSIGNED_NORMALIZED }, in test()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 101 { "r8", GL_R8, }, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 185 case GL_R8: in isRequiredFormat() 297 case GL_R8: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 474 { "r8", GL_R8, }, in init() 521 { "r8", GL_R8, }, in init()
|
D | es31fFboColorbufferTests.cpp | 304 GL_R8, in init()
|
D | es31fTextureLevelStateQueryTests.cpp | 278 internalFormat == GL_R8 || in isColorRenderableFormat() 314 return internalFormat == GL_R8 || in isTextureBufferFormat() 588 GL_R8, GL_R8_SNORM, GL_RG8, GL_RG8_SNORM, GL_RGB8, GL_RGB8_SNORM, GL_RGB565, GL_RGBA4, GL_RGB5_A1, in generateInternalFormatTextureGenerationGroup() 1170 const int initialValues[2] = { GL_RGBA, GL_R8 }; in checkTextureState()
|
D | es31fInternalFormatQueryTests.cpp | 361 { "r8", GL_R8, FormatSamplesCase::FORMAT_COLOR }, in init()
|
D | es31fFboTestUtil.cpp | 530 case GL_R8: return "r8"; in getFormatName()
|
D | es31fTextureBorderClampTests.cpp | 2307 { "r8", GL_R8, tcu::Sampler::MODE_LAST }, in init() 2434 { "unorm_color", GL_R8, tcu::Sampler::MODE_LAST }, in init() 2479 { "unorm_color", GL_R8, tcu::Sampler::MODE_LAST }, in init() 2707 { "r8", GL_R8, tcu::Sampler::MODE_LAST }, in init()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 210 case FMT_CASE(R, UNORM_INT8): return GL_R8; in getInternalFormat() 534 case GL_R8: return TextureFormat(TextureFormat::R, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 555 case GL_R8: in isGLInternalColorFormatFilterable() 1100 case GL_R8: in getRenderableBitsES3()
|
D | gluFboRenderContext.cpp | 58 GL_R8, in chooseColorFormat()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 120 GL_R8,
|
/external/mesa3d/src/mesa/main/ |
D | texformat.c | 784 case GL_R8: in _mesa_choose_tex_format()
|
D | glformats.c | 484 case GL_R8: in _mesa_is_color_format()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 332 strb->Base.InternalFormat = GL_R8; in st_new_renderbuffer_fb()
|
D | st_format.c | 1061 { GL_RED, GL_R8, 0 },
|
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 135 GL_R8, GL_RG8,
|