/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.cpp | 366 case GL_R8I: in IsSizedInternalFormat() 1070 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_R8I) in ValidateTextureFormatType() 1354 case GL_R8I: in IsColorRenderable() 1423 case GL_R8I: in IsDepthRenderable() 1489 case GL_R8I: in IsStencilRenderable() 1595 case GL_R8I: return 0; in GetAlphaSize() 1644 case GL_R8I: return 8; in GetRedSize() 1693 case GL_R8I: return 0; in GetGreenSize() 1742 case GL_R8I: return 0; in GetBlueSize() 1841 case GL_R8I: in GetColorComponentType()
|
D | Framebuffer.cpp | 538 case GL_R8I: return GL_RED_INTEGER; in getImplementationColorReadFormat() 599 case GL_R8I: return GL_INT; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedColorMasks.cpp | 99 GL_RGB5_A1, GL_RGBA8, GL_R8I, GL_R8UI, GL_R16I, in iterate() 329 case GL_R8I: in NumComponents() 377 case GL_R8I: in ReadableType()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 102 { "r8i", GL_R8I, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboTestCase.cpp | 182 case GL_R8I: in isRequiredFormat() 305 case GL_R8I: in getMinimumSampleCount()
|
D | es3fRboStateQueryTests.cpp | 183 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, in test() 234 { GL_R8I, 8, 0, 0, 0 }, in test()
|
D | es3fInternalFormatQueryTests.cpp | 190 { "r8i", GL_R8I, true }, in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 188 case GL_R8I: in isRequiredFormat() 325 case GL_R8I: in getMinimumSampleCount()
|
D | es31fShaderTextureSizeTests.cpp | 398 case TEXTURE_INT_2D: return GL_R8I; in getTextureGLInternalFormat() 399 case TEXTURE_INT_2D_ARRAY: return GL_R8I; in getTextureGLInternalFormat()
|
D | es31fTextureFormatTests.cpp | 521 { "r8i", GL_R8I, }, in init() 570 { "r8i", GL_R8I, }, in init()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | format_map_autogen.cpp | 259 return GL_R8I; in GetSizedFormatInternal() 1229 case GL_R8I: in ValidES3FormatCombination()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | format_map_autogen.cpp | 383 return GL_R8I; in GetSizedFormatInternal() 1051 case GL_R8I: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSwizzleTests.cpp | 191 static const _out_ch_desc sint8_zero = { GL_R8I, data_sint8_zero }; 192 static const _out_ch_desc sint8_one = { GL_R8I, data_sint8_one }; 738 GL_R8I, 743 { GL_R8I, src_data_r8i }, 821 { GL_R8I, src_data_rg8i + 0 }, 822 { GL_R8I, src_data_rg8i + 1 }, 899 { GL_R8I, src_data_rgb8i + 0 }, 900 { GL_R8I, src_data_rgb8i + 1 }, 901 { GL_R8I, src_data_rgb8i + 2 }, 977 { GL_R8I, src_data_rgba8i + 0 }, [all …]
|
/third_party/mesa3d/src/gallium/drivers/zink/ci/ |
D | zink-lvp-fails.txt | 224 spec@arb_texture_view@rendering-formats@clear GL_R8 as GL_R8I,Fail 227 spec@arb_texture_view@rendering-formats@clear GL_R8I as GL_R8,Fail 228 spec@arb_texture_view@rendering-formats@clear GL_R8I as GL_R8I,Fail 229 spec@arb_texture_view@rendering-formats@clear GL_R8I as GL_R8_SNORM,Fail 231 spec@arb_texture_view@rendering-formats@clear GL_R8UI as GL_R8I,Fail 234 spec@arb_texture_view@rendering-formats@clear GL_R8_SNORM as GL_R8I,Fail 638 spec@oes_texture_view@rendering-formats@clear GL_R8 as GL_R8I,Fail 641 spec@oes_texture_view@rendering-formats@clear GL_R8I as GL_R8,Fail 642 spec@oes_texture_view@rendering-formats@clear GL_R8I as GL_R8I,Fail 643 spec@oes_texture_view@rendering-formats@clear GL_R8I as GL_R8_SNORM,Fail [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexture3DTest.cpp | 124 case GL_R8I: in testCopy() 796 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_R8I, GL_BYTE, false, false, false, in TEST_P() 798 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_R8I, GL_BYTE, false, true, false, in TEST_P() 800 testCopy(GL_TEXTURE_3D, GLColor(255, 140, 150, 230), GL_R8I, GL_BYTE, false, false, true, in TEST_P() 1529 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_R8I, GL_BYTE, false, false, false, in TEST_P() 1531 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_R8I, GL_BYTE, false, true, false, in TEST_P() 1533 testCopy(GL_TEXTURE_2D_ARRAY, GLColor(255, 140, 150, 230), GL_R8I, GL_BYTE, false, false, true, in TEST_P()
|
/third_party/mesa3d/src/mesa/main/ |
D | shaderimage.c | 118 case GL_R8I: in _mesa_get_shader_image_format() 398 case GL_R8I: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 817 case GL_R8I: in _mesa_is_enum_format_signed_int() 1206 case GL_R8I: in _mesa_is_color_format() 2598 case GL_R8I: in _mesa_base_tex_format() 3364 if (internalFormat != GL_R8I) in _mesa_gles_error_check_format_and_type() 3895 case GL_R8I: in _mesa_is_es3_color_renderable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp | 127 GL_R8I, in iterate() 790 …glw::GLenum internalformat_list[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I }; in iterate() 1210 …::GLenum color_internalformats[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I }; in iterate()
|
D | es31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp | 48 … color_renderable_internalformats[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I }; 73 GL_R8I,
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureUtil.cpp | 212 case FMT_CASE(R, SIGNED_INT8): return GL_R8I; in getInternalFormat() 541 case GL_R8I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8); in mapGLInternalFormat() 590 case GL_R8I: in isGLInternalColorFormatFilterable() 1143 case GL_R8I: in getRenderableBitsES3()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | BlendIntegerTest.cpp | 206 runTest<GL_R8I, 1, true>(); in TEST_P()
|
D | CopyTexture3DTest.cpp | 124 case GL_R8I: in testCopy() 869 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, false, false, GLColor(127, 0, 0, 1)); in testIntFormats() 870 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, true, false, GLColor(115, 0, 0, 1)); in testIntFormats() 871 testCopy(testTarget, kColor, GL_R8I, GL_BYTE, false, false, true, GLColor(127, 0, 0, 1)); in testIntFormats()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | GLFormat.cpp | 50 AddFormat(wgpu::TextureFormat::R8Sint, GL_R8I, GL_RED_INTEGER, GL_BYTE, Type::Int); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 91 case GL_R8I: return GL_RED; in GetBaseInternalFormat() 237 case GL_BYTE: return GL_R8I; in GetSizedInternalFormat() 329 case GL_R8I: return sw::FORMAT_R8I; in SelectInternalFormat() 1557 ASSERT_OR_RETURN(internalformat == GL_R8I && getExternalFormat() == sw::FORMAT_R8I); in loadImageData()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_format.c | 933 { GL_R8I, GL_RED_INTEGER_EXT, 0}, 1324 internalFormat == GL_R8I || in st_ChooseTextureFormat()
|