/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StreamProducerD3DTexture.cpp | 44 planeFormats = {GL_R8, GL_RG8}; in GetGLDescFromTex() 56 planeFormats[0] = GL_RG8; in GetGLDescFromTex()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 371 case GL_RG8: in IsSizedInternalFormat() 1035 case GL_UNSIGNED_BYTE: VALIDATE_INTERNALFORMAT(GL_RG8) in ValidateTextureFormatType() 1341 case GL_RG8: in IsColorRenderable() 1428 case GL_RG8: in IsDepthRenderable() 1494 case GL_RG8: in IsStencilRenderable() 1582 case GL_RG8: return 0; in GetAlphaSize() 1631 case GL_RG8: return 8; in GetRedSize() 1680 case GL_RG8: return 8; in GetGreenSize() 1729 case GL_RG8: return 0; in GetBlueSize() 1811 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 | 181 { "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,
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 180 case GL_RG8: in isRequiredFormat() 317 case GL_RG8: in getMinimumSampleCount()
|
D | es31fTextureFormatTests.cpp | 502 { "rg8", GL_RG8, }, in init() 568 { "rg8", GL_RG8, }, in init()
|
/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 413 return GL_RG8; in GetSizedFormatInternal() 1184 case GL_RG8: in ValidES3FormatCombination()
|
/external/mesa3d/src/mesa/main/ |
D | glformats.c | 668 case GL_RG8: in _mesa_is_enum_format_unorm() 1017 case GL_RG8: in _mesa_is_color_format() 1708 return GL_RG8; in _mesa_get_nongeneric_internalformat() 2618 case GL_RG8: in _mesa_base_tex_format() 2688 return GL_RG8; in gles_effective_internal_format_for_format_and_type() 3160 if (internalFormat != GL_RG8 && in _mesa_gles_error_check_format_and_type() 3854 case GL_RG8: in _mesa_is_es3_color_renderable() 3918 case GL_RG8: in _mesa_is_es3_texture_filterable()
|
D | shaderimage.c | 133 case GL_RG8: in _mesa_get_shader_image_format() 400 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() 526 case GL_RG8: return TextureFormat(TextureFormat::RG, TextureFormat::UNORM_INT8); in mapGLInternalFormat() 563 case GL_RG8: in isGLInternalColorFormatFilterable() 1135 case GL_RG8: in getRenderableBitsES3()
|
D | gluFboRenderContext.cpp | 84 GL_RG8, in chooseColorFormat()
|
/external/mesa3d/src/mesa/drivers/dri/common/ |
D | dri_util.c | 971 .internal_format = GL_RG8, 976 .internal_format = GL_RG8,
|
/external/angle/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 109 case GL_RG8: in testCopy() 667 testCopy(testTarget, kColorNoAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, false, false, in testUnsignedByteFormats() 669 testCopy(testTarget, kColorPreAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, true, false, in testUnsignedByteFormats() 671 testCopy(testTarget, kColorUnAlpha, GL_RG8, GL_UNSIGNED_BYTE, false, false, true, in testUnsignedByteFormats()
|
D | SwizzleTest.cpp | 274 init2DTexture(GL_RG8, GL_RG, GL_UNSIGNED_BYTE, data); in TEST_P()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 122 GL_RG8,
|
/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/angle/src/libANGLE/renderer/vulkan/mac/ |
D | IOSurfaceSurfaceVkMac.mm | 42 {GL_RG, GL_UNSIGNED_BYTE, 2, 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() 1172 case sw::FORMAT_G8R8: return GL_RG8; in getClientBufferInternalFormat()
|