/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StreamProducerD3DTexture.cpp | 44 planeFormats = {GL_R8, GL_RG8}; in GetGLDescFromTex() 56 planeFormats[0] = GL_RG8; in GetGLDescFromTex()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A 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() [all...] |
H A D | Framebuffer.cpp | 537 case GL_RG8: return GL_RG; in getImplementationColorReadFormat() 598 case GL_RG8: return GL_UNSIGNED_BYTE; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 98 static const glw::GLenum WriteMasksFormats[] = { GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, in iterate() 336 case GL_RG8: in NumComponents() 368 case GL_RG8: in ReadableType()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 97 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGBA8, in iterate() 344 case GL_RG8: in NumComponents()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 91 { "rg8", GL_RG8, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 174 case GL_RG8: in isRequiredFormat() 297 case GL_RG8: in getMinimumSampleCount()
|
H A D | es3fRboStateQueryTests.cpp | 186 GL_R8, GL_RG8, GL_RGB8, GL_RGB565, GL_RGBA4, GL_RGB5_A1, GL_RGBA8, GL_RGB10_A2, in test() 229 { GL_RG8, 8, 8, 0, 0 }, in test()
|
H A D | es3fInternalFormatQueryTests.cpp | 181 { "rg8", GL_RG8, false }, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 180 case GL_RG8: in isRequiredFormat() 317 case GL_RG8: in getMinimumSampleCount()
|
H A D | es31fTextureFormatTests.cpp | 510 { "rg8", GL_RG8, }, in init() 576 { "rg8", GL_RG8, }, in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 668 case GL_RG8: in _mesa_is_enum_format_unorm() 1017 case GL_RG8: in _mesa_is_color_format() 1712 return GL_RG8; in _mesa_get_nongeneric_internalformat() 2630 case GL_RG8: in _mesa_base_tex_format() 2700 return GL_RG8; in gles_effective_internal_format_for_format_and_type() 2841 case GL_RG8: in _mesa_gles_check_internalformat() 3352 if (internalFormat != GL_RG8 && in _mesa_gles_error_check_format_and_type() 4036 case GL_RG8: in _mesa_is_es3_color_renderable() 4100 case GL_RG8: in _mesa_is_es3_texture_filterable()
|
H A D | shaderimage.c | 136 case GL_RG8: in _mesa_get_shader_image_format() 403 case GL_RG8: in _mesa_is_shader_image_format_supported()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 413 return GL_RG8; in GetSizedFormatInternal() 1184 case GL_RG8: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A 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); 563 case GL_RG8: 1135 case GL_RG8:
|
H A D | gluFboRenderContext.cpp | 84 GL_RG8, in chooseColorFormat()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 56 AddFormat(wgpu::TextureFormat::RG8Unorm, GL_RG8, GL_RG, GL_UNSIGNED_BYTE, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 128 GL_RG8,
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A 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()
|
H A D | esextcTextureBufferParameters.cpp | 73 m_internal_formats[GL_RG8] = sizeof(glw::GLubyte) * 2 /* components */; in initTest()
|
/third_party/mesa3d/src/gallium/frontends/dri/ |
H A D | dri_util.c | 1115 .internal_format = GL_RG8, 1120 .internal_format = GL_RG8,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A 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()
|
H A D | TextureUploadFormatTest.cpp | 337 fnTest({GL_RG8, GL_RG, GL_UNSIGNED_BYTE}, {1, 1, 0, 0}); in TEST_P()
|
H A D | SwizzleTest.cpp | 274 init2DTexture(GL_RG8, GL_RG, GL_UNSIGNED_BYTE, data); in TEST_P()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A 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()
|