/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 392 case GL_RGBA16I: in IsSizedInternalFormat() 999 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RGBA16I) in ValidateTextureFormatType() 1371 case GL_RGBA16I: in IsColorRenderable() 1441 case GL_RGBA16I: in IsDepthRenderable() 1507 case GL_RGBA16I: in IsStencilRenderable() 1612 case GL_RGBA16I: return 16; in GetAlphaSize() 1661 case GL_RGBA16I: return 16; in GetRedSize() 1710 case GL_RGBA16I: return 16; in GetGreenSize() 1759 case GL_RGBA16I: return 16; in GetBlueSize() 1851 case GL_RGBA16I in GetColorComponentType() [all...] |
H A D | Framebuffer.cpp | 549 case GL_RGBA16I: return GL_RGBA_INTEGER; in getImplementationColorReadFormat() 610 case GL_RGBA16I: return GL_INT; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 102 GL_RGBA8UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI }; in iterate() 353 case GL_RGBA16I: in NumComponents() 384 case GL_RGBA16I: in ReadableType()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 361 case GL_RGBA16I: in NumComponents()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 60 { "rgba16i", GL_RGBA16I, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 158 case GL_RGBA16I: in isRequiredFormat() 281 case GL_RGBA16I: in getMinimumSampleCount()
|
H A D | es3fRboStateQueryTests.cpp | 189 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI in test() 252 { GL_RGBA16I, 16, 16, 16, 16 }, in test()
|
H A D | es3fInternalFormatQueryTests.cpp | 204 { "rgba16i", GL_RGBA16I, true }, in init()
|
H A D | es3fFboCompletenessTests.cpp | 54 GL_RGBA8I, GL_RGBA8UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 164 case GL_RGBA16I: in isRequiredFormat() 301 case GL_RGBA16I: in getMinimumSampleCount()
|
H A D | es31fTextureFormatTests.cpp | 477 { "rgba16i", GL_RGBA16I, }, in init() 589 { "rgba16i", GL_RGBA16I, }, in init()
|
H A D | es31fFboColorbufferTests.cpp | 363 GL_RGBA16I, in init()
|
H A D | es31fInternalFormatQueryTests.cpp | 408 { "rgba16i", GL_RGBA16I, FormatSamplesCase::FORMAT_INT }, in init()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 1775 GL_RGBA16I, in Get() 1789 GL_RGBA16I, in Get() 1943 GL_RGBA16I, in Get() 1957 GL_RGBA16I, in Get() 2125 GL_RGBA16I, in Get() 2167 GL_RGBA16I, in Get() 2415 case GL_RGBA16I: in Get() 2417 static constexpr Format info(GL_RGBA16I, in Get() 2425 GL_RGBA16I, in Get()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 100 case GL_RGBA16I: in _mesa_get_shader_image_format() 376 case GL_RGBA16I: in _mesa_is_shader_image_format_supported()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 487 return GL_RGBA16I; in GetSizedFormatInternal() 1510 case GL_RGBA16I: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 162 case FMT_CASE(RGBA, SIGNED_INT16): return GL_RGBA16I; in getInternalFormat() 491 case GL_RGBA16I: return TextureFormat(TextureFormat::RGBA, TextureFormat::SIGNED_INT16); 610 case GL_RGBA16I: 1119 case GL_RGBA16I:
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendIntegerTest.cpp | 241 runTest<GL_RGBA16I, 4, true>(); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 134 case GL_RGBA16I: in testCopy() 910 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, false, false, in testIntFormats() 912 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, true, false, in testIntFormats() 914 testCopy(testTarget, kColor, GL_RGBA16I, GL_SHORT, false, false, true, in testIntFormats()
|
H A D | TextureUploadFormatTest.cpp | 491 fnTest({GL_RGBA16I, GL_RGBA_INTEGER, GL_SHORT}, {1, 1, 1, 1}); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 85 AddFormat(wgpu::TextureFormat::RGBA16Sint, GL_RGBA16I, GL_RGBA_INTEGER, GL_SHORT, Type::Int); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 111 case GL_RGBA16I: return GL_RGBA; in GetBaseInternalFormat() 172 case GL_SHORT: return GL_RGBA16I; in GetSizedInternalFormat() 340 case GL_RGBA16I: return sw::FORMAT_A16B16G16R16I; in SelectInternalFormat() 1385 ASSERT_OR_RETURN(internalformat == GL_RGBA16I && getExternalFormat() == sw::FORMAT_A16B16G16R16I); in loadImageData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 75 case GL_RGBA16I: in image2DHLSLGroup()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParameters.cpp | 89 m_internal_formats[GL_RGBA16I] = sizeof(glw::GLshort) * 4 /* components */; in initTest()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | util.cpp | 849 return GL_RGBA16I; in GetImageInternalFormatType()
|