Home
last modified time | relevance | path

Searched refs:GL_RGBA8I (Results 1 - 25 of 113) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRenderbufferMultisampleTest.cpp57 glRenderbufferStorageMultisample(GL_RENDERBUFFER, 1, GL_RGBA8I, 64, 64); in TEST_P()
67 glGetInternalformativ(GL_RENDERBUFFER, GL_RGBA8I, GL_SAMPLES, 1, &maxSamplesRGBA8I); in TEST_P()
73 glRenderbufferStorageMultisample(GL_RENDERBUFFER, maxSamplesRGBA8I + 1, GL_RGBA8I, 64, 64); in TEST_P()
75 glRenderbufferStorageMultisample(GL_RENDERBUFFER, maxIntegerSamples + 1, GL_RGBA8I, 64, 64); in TEST_P()
H A DCopyTexture3DTest.cpp133 case GL_RGBA8I: in testCopy()
136 renderType = GL_RGBA8I; in testCopy()
261 else if (renderType == GL_RGBA8I) in testCopy()
905 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, false, false, in testIntFormats()
907 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, true, false, GLColor(115, 63, 67, 115)); in testIntFormats()
908 testCopy(testTarget, kColor, GL_RGBA8I, GL_BYTE, false, false, true, GLColor(127, 77, 83, 115)); in testIntFormats()
H A DBlendIntegerTest.cpp236 runTest<GL_RGBA8I, 4, true>(); in TEST_P()
H A DIncompleteTextureTest.cpp278 setupFramebuffer(GL_RGBA8I); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp389 case GL_RGBA8I: in IsSizedInternalFormat()
997 case GL_BYTE: VALIDATE_INTERNALFORMAT(GL_RGBA8I) in ValidateTextureFormatType()
1368 case GL_RGBA8I: in IsColorRenderable()
1438 case GL_RGBA8I: in IsDepthRenderable()
1504 case GL_RGBA8I: in IsStencilRenderable()
1609 case GL_RGBA8I: return 8; in GetAlphaSize()
1658 case GL_RGBA8I: return 8; in GetRedSize()
1707 case GL_RGBA8I: return 8; in GetGreenSize()
1756 case GL_RGBA8I: return 8; in GetBlueSize()
1850 case GL_RGBA8I in GetColorComponentType()
[all...]
H A DFramebuffer.cpp541 case GL_RGBA8I: return GL_RGBA_INTEGER; in getImplementationColorReadFormat()
602 case GL_RGBA8I: return GL_INT; in getImplementationColorReadType()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedColorMasks.cpp101 GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, in iterate()
351 case GL_RGBA8I: in NumComponents()
383 case GL_RGBA8I: in ReadableType()
H A DesextcDrawBuffersIndexedBlending.cpp359 case GL_RGBA8I: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp63 { "rgba8i", GL_RGBA8I, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp161 case GL_RGBA8I: in isRequiredFormat()
284 case GL_RGBA8I: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp188 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test()
250 { GL_RGBA8I, 8, 8, 8, 8 }, in test()
H A Des3fInternalFormatQueryTests.cpp202 { "rgba8i", GL_RGBA8I, true }, in init()
H A Des3fFboStateQueryTests.cpp527 { GL_RGBA8I, GL_INT }, in test()
661 { GL_RGBA8I, 8, 8, 8, 8 }, in test()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp167 case GL_RGBA8I: in isRequiredFormat()
304 case GL_RGBA8I: in getMinimumSampleCount()
H A Des31fTextureFormatTests.cpp480 { "rgba8i", GL_RGBA8I, }, in init()
588 { "rgba8i", GL_RGBA8I, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1887 GL_RGBA8I, in Get()
1901 GL_RGBA8I, in Get()
2055 GL_RGBA8I, in Get()
2069 GL_RGBA8I, in Get()
2341 GL_RGBA8I, in Get()
2558 case GL_RGBA8I: in Get()
2560 static constexpr Format info(GL_RGBA8I, in Get()
2568 GL_RGBA8I, in Get()
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c103 case GL_RGBA8I: in _mesa_get_shader_image_format()
377 case GL_RGBA8I: in _mesa_is_shader_image_format_supported()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp483 return GL_RGBA8I; in GetSizedFormatInternal()
1488 case GL_RGBA8I: in ValidES3FormatCombination()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp165 case FMT_CASE(RGBA, SIGNED_INT8): return GL_RGBA8I; in getInternalFormat()
494 case GL_RGBA8I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT8);
608 case GL_RGBA8I:
1122 case GL_RGBA8I:
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.cpp426 /* Determine what numbers of samples we can use for GL_RGBA8, GL_RGBA8I in executeFunctionalTest()
435 texture_internalformat = GL_RGBA8I; in executeFunctionalTest()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp72 AddFormat(wgpu::TextureFormat::RGBA8Sint, GL_RGBA8I, GL_RGBA_INTEGER, GL_BYTE, Type::Int); in BuildGLFormatTable()
/third_party/vk-gl-cts/modules/glshared/
H A DglsScissorTests.cpp770 case GL_RGBA8I: return Color(i); in getBaseColor()
788 case GL_RGBA8I: return Color(i); in getMainColor()
810 retval.colorFmt = GL_RGBA8I; in getBufferFormat()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp109 case GL_RGBA8I: return GL_RGBA; in GetBaseInternalFormat()
170 case GL_BYTE: return GL_RGBA8I; in GetSizedInternalFormat()
332 case GL_RGBA8I: return sw::FORMAT_A8B8G8R8I; in SelectInternalFormat()
1379 ASSERT_OR_RETURN(internalformat == GL_RGBA8I && getExternalFormat() == sw::FORMAT_A8B8G8R8I); in loadImageData()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DDynamicImage2DHLSL.cpp76 case GL_RGBA8I: in image2DHLSLGroup()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp88 m_internal_formats[GL_RGBA8I] = sizeof(glw::GLbyte) * 4 /* components */; in initTest()

Completed in 25 milliseconds

12345