/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 400 case GL_RG8: in IsSizedInternalFormat() 1104 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RG8) in ValidateTextureFormatType() 1410 case GL_RG8: in IsColorRenderable() 1497 case GL_RG8: in IsDepthRenderable() 1563 case GL_RG8: in IsStencilRenderable() 1651 case GL_RG8: return 0; in GetAlphaSize() 1700 case GL_RG8: return 8; in GetRedSize() 1749 case GL_RG8: return 8; in GetGreenSize() 1798 case GL_RG8: return 0; in GetBlueSize() 1880 case GL_RG8: in GetColorComponentType()
|
D | Framebuffer.cpp | 537 case GL_RG8: return GL_RG; in getImplementationColorReadFormat() 598 case GL_RG8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 97 static const glw::GLenum WriteMasksFormats[] = { GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, in iterate() 335 case GL_RG8: in NumComponents() 367 case GL_RG8: in ReadableType()
|
D | esextcDrawBuffersIndexedBlending.cpp | 96 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGBA8, in iterate() 343 case GL_RG8: in NumComponents()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 91 { "rg8", GL_RG8, }, in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 182 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test() 225 { GL_RG8, 8, 8, 0, 0 }, in test()
|
D | es3fFboTestCase.cpp | 174 case GL_RG8: in isRequiredFormat() 297 case GL_RG8: in getMinimumSampleCount()
|
D | es3fInternalFormatQueryTests.cpp | 186 { "rg8", GL_RG8, false }, in init()
|
D | es3fFboCompletenessTests.cpp | 49 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8,
|
D | es3fTextureSwizzleTests.cpp | 248 { "rg", GL_RG8, GL_RG, GL_UNSIGNED_BYTE }, in init()
|
D | es3fFboMultisampleTests.cpp | 367 GL_RG8, in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 179 case GL_RG8: in isRequiredFormat() 308 case GL_RG8: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 502 { "rg8", GL_RG8, }, in init() 568 { "rg8", GL_RG8, }, in init()
|
D | es31fFboColorbufferTests.cpp | 295 GL_RG8, in init()
|
D | es31fInternalFormatQueryTests.cpp | 381 { "rg8", GL_RG8, FormatSamplesCase::FORMAT_COLOR }, in init()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 666 case GL_RG8: in _mesa_is_enum_format_unorm() 1015 case GL_RG8: in _mesa_is_color_format() 1727 return GL_RG8; in _mesa_get_nongeneric_internalformat() 2613 case GL_RG8: in _mesa_base_tex_format() 2683 return GL_RG8; in _mesa_es3_effective_internal_format_for_format_and_type() 3109 if (internalFormat != GL_RG8) in _mesa_es3_error_check_format_and_type() 3711 case GL_RG8: in _mesa_is_es3_color_renderable() 3762 case GL_RG8: in _mesa_is_es3_texture_filterable()
|
D | shaderimage.c | 156 case GL_RG8: in _mesa_get_shader_image_format() 423 case GL_RG8: in _mesa_is_shader_image_format_supported()
|
/external/deqp/framework/opengl/ |
D | gluTextureUtil.cpp | 197 case FMT_CASE(RG, UNORM_INT8): return GL_RG8; in getInternalFormat() 524 case GL_RG8: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 561 case GL_RG8: in isGLInternalColorFormatFilterable() 1133 case GL_RG8: in getRenderableBitsES3()
|
D | gluFboRenderContext.cpp | 84 GL_RG8, in chooseColorFormat()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 219 case GL_RG8: in configure() 619 formats.push_back(GL_RG8); in initTest() 1323 if (info.get_internal_format() == GL_R8 || info.get_internal_format() == GL_RG8 || in fillInputData()
|
D | esextcTextureBufferParameters.cpp | 73 m_internal_formats[GL_RG8] = sizeof(glw::GLubyte) * 2 /* components */; in initTest()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 122 GL_RG8,
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 68 case GL_RG8: return GL_RG; in GetBaseInternalFormat() 205 case GL_UNSIGNED_BYTE: return GL_RG8; in GetSizedInternalFormat() 328 case GL_RG8: return sw::FORMAT_G8R8; in SelectInternalFormat() 1235 case sw::FORMAT_G8R8: return GL_RG8; in getClientBufferInternalFormat()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cTextureViewTests.cpp | 62 GL_R16I, VIEW_CLASS_16_BITS, GL_RG8, VIEW_CLASS_16_BITS, GL_R16, VIEW_CLASS_16_BITS, GL_RG8_SNORM, 107 GL_RG8, /* >= GL 4.0 */ 258 case GL_RG8: in getAmountOfComponentsForInternalformat() 524 case GL_RG8: in getComponentSizeForInternalformat() 775 case GL_RG8: in getFormatOfInternalformat() 982 case GL_RG8: in getGLFormatOfInternalformat() 1382 case GL_RG8: in getInternalformatString() 1723 case GL_RG8: in getSamplerTypeForInternalformat() 1973 case GL_RG8: in getTypeCompatibleWithInternalformat() 2470 case GL_RG8: in isInternalformatSupported()
|
D | gl4cCopyImageTests.cpp | 152 GL_RG8, GL_RG8I, GL_RG8UI, GL_RG8_SNORM, 297 case GL_RG8: in filterFormats() 544 case GL_RG8: in getEpsilon() 637 case GL_RG8: in getFormat() 741 case GL_RG8: in getNumberOfChannels() 821 case GL_RG8: in getType() 991 case GL_RG8: in getPixelSizeForFormat() 2313 case GL_RG8: in packPixel()
|