/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 391 case GL_RGBA16UI: in IsSizedInternalFormat() 998 case GL_UNSIGNED_SHORT: VALIDATE_INTERNALFORMAT(GL_RGBA16UI) in ValidateTextureFormatType() 1370 case GL_RGBA16UI: in IsColorRenderable() 1440 case GL_RGBA16UI: in IsDepthRenderable() 1506 case GL_RGBA16UI: in IsStencilRenderable() 1611 case GL_RGBA16UI: return 16; in GetAlphaSize() 1660 case GL_RGBA16UI: return 16; in GetRedSize() 1709 case GL_RGBA16UI: return 16; in GetGreenSize() 1758 case GL_RGBA16UI: return 16; in GetBlueSize() 1837 case GL_RGBA16UI in GetColorComponentType() [all...] |
H A D | Framebuffer.cpp | 554 case GL_RGBA16UI: return GL_RGBA_INTEGER; in getImplementationColorReadFormat() 615 case GL_RGBA16UI: return GL_UNSIGNED_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() 354 case GL_RGBA16UI: in NumComponents() 396 case GL_RGBA16UI: in ReadableType()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 362 case GL_RGBA16UI: in NumComponents()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 61 { "rgba16ui", GL_RGBA16UI, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 159 case GL_RGBA16UI: in isRequiredFormat() 282 case GL_RGBA16UI: in getMinimumSampleCount()
|
H A D | es3fRboStateQueryTests.cpp | 189 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI in test() 253 { GL_RGBA16UI, 16, 16, 16, 16 }, in test()
|
H A D | es3fInternalFormatQueryTests.cpp | 205 { "rgba16ui", GL_RGBA16UI, 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 | 165 case GL_RGBA16UI: in isRequiredFormat() 302 case GL_RGBA16UI: in getMinimumSampleCount()
|
H A D | es31fTextureFormatTests.cpp | 478 { "rgba16ui", GL_RGBA16UI, }, in init() 592 { "rgba16ui", GL_RGBA16UI, }, in init()
|
H A D | es31fFboColorbufferTests.cpp | 364 GL_RGBA16UI, in init()
|
H A D | es31fInternalFormatQueryTests.cpp | 409 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT }, in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 70 case GL_RGBA16UI: in _mesa_get_shader_image_format() 372 case GL_RGBA16UI: in _mesa_is_shader_image_format_supported()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 495 return GL_RGBA16UI; in GetSizedFormatInternal() 1554 case GL_RGBA16UI: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 163 case FMT_CASE(RGBA, UNSIGNED_INT16): return GL_RGBA16UI; in getInternalFormat() 492 case GL_RGBA16UI: return TextureFormat(TextureFormat::RGBA, TextureFormat::UNSIGNED_INT16); 611 case GL_RGBA16UI: 1120 case GL_RGBA16UI:
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendIntegerTest.cpp | 287 runTest<GL_RGBA16UI, 4, false>(); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 148 case GL_RGBA16UI: in testCopy() 1027 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats() 1029 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats() 1031 testCopy(testTarget, kColor, GL_RGBA16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
|
H A D | TextureUploadFormatTest.cpp | 527 fnTest({GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT}, {1, 1, 1, 1}); in TEST_P()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 84 AddFormat(wgpu::TextureFormat::RGBA16Uint, GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, Type::Uint); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 173 GL_RGBA16, GL_RGBA16F, GL_RGBA16I, GL_RGBA16UI, GL_RGBA16_SNORM, 341 case GL_RGBA16UI: in filterFormats() 588 case GL_RGBA16UI: in getEpsilon() 699 case GL_RGBA16UI: in getFormat() 791 case GL_RGBA16UI: in getNumberOfChannels() 878 case GL_RGBA16UI: in getType() 1053 case GL_RGBA16UI: in getPixelSizeForFormat() 2357 case GL_RGBA16UI: in packPixel() 4632 GL_RGBA16UI, GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, GL_INVALID_OPERATION }; in IncompatibleFormatsTest() 4665 testCase test_case = { tex_target, GL_RGBA16UI, GL_RGBA_INTEGE in IncompatibleFormatsTest() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | texture_format_table_autogen.cpp | 2181 GL_RGBA16UI, in Get() 2429 case GL_RGBA16UI: in Get() 2431 static constexpr Format info(GL_RGBA16UI, in Get() 2439 GL_RGBA16UI, in Get()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 112 case GL_RGBA16UI: return GL_RGBA; in GetBaseInternalFormat() 171 case GL_UNSIGNED_SHORT: return GL_RGBA16UI; in GetSizedInternalFormat() 344 case GL_RGBA16UI: return sw::FORMAT_A16B16G16R16UI; in SelectInternalFormat() 1382 ASSERT_OR_RETURN(internalformat == GL_RGBA16UI && getExternalFormat() == sw::FORMAT_A16B16G16R16UI); in loadImageData()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
H A D | DynamicImage2DHLSL.cpp | 89 case GL_RGBA16UI: in image2DHLSLGroup()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParameters.cpp | 92 m_internal_formats[GL_RGBA16UI] = sizeof(glw::GLushort) * 4 /* components */; in initTest()
|