Home
last modified time | relevance | path

Searched refs:GL_R8I (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp366 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()
DFramebuffer.cpp538 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/
DesextcDrawBuffersIndexedColorMasks.cpp99 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/
Des3pTextureFormatTests.cpp102 { "r8i", GL_R8I, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestCase.cpp182 case GL_R8I: in isRequiredFormat()
305 case GL_R8I: in getMinimumSampleCount()
Des3fRboStateQueryTests.cpp183 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()
Des3fInternalFormatQueryTests.cpp190 { "r8i", GL_R8I, true }, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestCase.cpp188 case GL_R8I: in isRequiredFormat()
325 case GL_R8I: in getMinimumSampleCount()
Des31fShaderTextureSizeTests.cpp398 case TEXTURE_INT_2D: return GL_R8I; in getTextureGLInternalFormat()
399 case TEXTURE_INT_2D_ARRAY: return GL_R8I; in getTextureGLInternalFormat()
Des31fTextureFormatTests.cpp521 { "r8i", GL_R8I, }, in init()
570 { "r8i", GL_R8I, }, in init()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dformat_map_autogen.cpp259 return GL_R8I; in GetSizedFormatInternal()
1229 case GL_R8I: in ValidES3FormatCombination()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
Dformat_map_autogen.cpp383 return GL_R8I; in GetSizedFormatInternal()
1051 case GL_R8I: in ValidES3FormatCombination()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.cpp191 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/
Dzink-lvp-fails.txt224 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/
DCopyTexture3DTest.cpp124 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/
Dshaderimage.c118 case GL_R8I: in _mesa_get_shader_image_format()
398 case GL_R8I: in _mesa_is_shader_image_format_supported()
Dglformats.c817 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/
Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp127 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()
Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp48 … 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/
DgluTextureUtil.cpp212 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/
DBlendIntegerTest.cpp206 runTest<GL_R8I, 1, true>(); in TEST_P()
DCopyTexture3DTest.cpp124 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/
DGLFormat.cpp50 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/
DImage.cpp91 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/
Dst_format.c933 { GL_R8I, GL_RED_INTEGER_EXT, 0},
1324 internalFormat == GL_R8I || in st_ChooseTextureFormat()

123456