Home
last modified time | relevance | path

Searched refs:GL_R8I (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A 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()
[all...]
H A 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/
H A 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()
H A DesextcDrawBuffersIndexedBlending.cpp337 case GL_R8I: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp102 { "r8i", GL_R8I, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp182 case GL_R8I: in isRequiredFormat()
305 case GL_R8I: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp187 GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I, GL_R8UI, GL_R16I, GL_R16UI, GL_R32I, GL_R32UI, in test()
238 { GL_R8I, 8, 0, 0, 0 }, in test()
H A Des3fInternalFormatQueryTests.cpp190 { "r8i", GL_R8I, true }, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp188 case GL_R8I: in isRequiredFormat()
325 case GL_R8I: in getMinimumSampleCount()
H A Des31fShaderTextureSizeTests.cpp398 case TEXTURE_INT_2D: return GL_R8I;
399 case TEXTURE_INT_2D_ARRAY: return GL_R8I;
H A Des31fTextureFormatTests.cpp521 { "r8i", GL_R8I, }, in init()
570 { "r8i", GL_R8I, }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A 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_rgba8
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c121 case GL_R8I: in _mesa_get_shader_image_format()
401 case GL_R8I: in _mesa_is_shader_image_format_supported()
H A Dglformats.c817 case GL_R8I: in _mesa_is_enum_format_signed_int()
1206 case GL_R8I: in _mesa_is_color_format()
2597 case GL_R8I: in _mesa_base_tex_format()
2950 case GL_R8I: in _mesa_gles_check_internalformat()
3522 if (internalFormat != GL_R8I) in _mesa_gles_error_check_format_and_type()
4052 case GL_R8I: in _mesa_is_es3_color_renderable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp383 return GL_R8I; in GetSizedFormatInternal()
1051 case GL_R8I: in ValidES3FormatCombination()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage2DMultisampleTests.cpp127 GL_R8I, in iterate()
790 const glw::GLenum internalformat_list[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I }; in iterate()
1210 const glw::GLenum color_internalformats[] = { GL_R8, GL_RGB565, GL_RGB10_A2UI, GL_SRGB8_ALPHA8, GL_R8I }; in iterate()
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp48 const glw::GLint 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/
H A DgluTextureUtil.cpp212 case FMT_CASE(R, SIGNED_INT8): return GL_R8I; in getInternalFormat()
541 case GL_R8I: return TextureFormat(TextureFormat::R, TextureFormat::SIGNED_INT8);
590 case GL_R8I:
1143 case GL_R8I:
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp206 runTest<GL_R8I, 1, true>(); in TEST_P()
H A 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()
H A DTextureUploadFormatTest.cpp483 fnTest({GL_R8I, GL_RED_INTEGER, GL_BYTE}, {1, 1, 1, 1}); in TEST_P()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp50 AddFormat(wgpu::TextureFormat::R8Sint, GL_R8I, GL_RED_INTEGER, GL_BYTE, Type::Int); in BuildGLFormatTable()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c922 { GL_R8I, GL_RED_INTEGER_EXT, 0},
1293 internalFormat == GL_R8I || in st_ChooseTextureFormat()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A 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/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp67 m_internal_formats[GL_R8I] = sizeof(glw::GLbyte) * 1 /* components */; in initTest()

Completed in 39 milliseconds

12345