/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 374 case GL_RG16UI: in IsSizedInternalFormat() 1048 case GL_UNSIGNED_SHORT: VALIDATE_INTERNALFORMAT(GL_RG16UI) in ValidateTextureFormatType() 1361 case GL_RG16UI: in IsColorRenderable() 1431 case GL_RG16UI: in IsDepthRenderable() 1497 case GL_RG16UI: in IsStencilRenderable() 1602 case GL_RG16UI: return 0; in GetAlphaSize() 1651 case GL_RG16UI: return 16; in GetRedSize() 1700 case GL_RG16UI: return 16; in GetGreenSize() 1749 case GL_RG16UI: return 0; in GetBlueSize() 1831 case GL_RG16UI in GetColorComponentType() [all...] |
H A D | Framebuffer.cpp | 551 case GL_RG16UI: return GL_RG_INTEGER; in getImplementationColorReadFormat() 612 case GL_RG16UI: return GL_UNSIGNED_INT; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedColorMasks.cpp | 101 GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, in iterate() 340 case GL_RG16UI: in NumComponents() 392 case GL_RG16UI: in ReadableType()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 348 case GL_RG16UI: in NumComponents()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 90 { "rg16ui", GL_RG16UI, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 173 case GL_RG16UI: in isRequiredFormat() 296 case GL_RG16UI: in getMinimumSampleCount()
|
H A D | es3fRboStateQueryTests.cpp | 188 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI, GL_RGBA8I, GL_RGBA8UI, in test() 247 { GL_RG16UI, 16, 16, 0, 0 }, in test()
|
H A D | es3fInternalFormatQueryTests.cpp | 199 { "rg16ui", GL_RG16UI, true }, in init()
|
H A D | es3fFboCompletenessTests.cpp | 53 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 179 case GL_RG16UI: in isRequiredFormat() 316 case GL_RG16UI: in getMinimumSampleCount()
|
H A D | es31fTextureFormatTests.cpp | 509 { "rg16ui", GL_RG16UI, }, in init() 583 { "rg16ui", GL_RG16UI, }, in init()
|
H A D | es31fFboColorbufferTests.cpp | 382 GL_RG16UI, in init()
|
H A D | es31fInternalFormatQueryTests.cpp | 403 { "rg16ui", GL_RG16UI, FormatSamplesCase::FORMAT_INT }, in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 82 case GL_RG16UI: in _mesa_get_shader_image_format() 393 case GL_RG16UI: in _mesa_is_shader_image_format_supported()
|
H A D | glformats.c | 756 case GL_RG16UI: in _mesa_is_enum_format_unsigned_int() 1173 case GL_RG16UI: in _mesa_is_color_format() 2623 case GL_RG16UI: in _mesa_base_tex_format() 2942 case GL_RG16UI: in _mesa_gles_check_internalformat() 3424 if (internalFormat != GL_RG16UI) in _mesa_gles_error_check_format_and_type() 4061 case GL_RG16UI: in _mesa_is_es3_color_renderable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 535 return GL_RG16UI; in GetSizedFormatInternal() 1702 case GL_RG16UI: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 196 case FMT_CASE(RG, UNSIGNED_INT16): return GL_RG16UI; in getInternalFormat() 525 case GL_RG16UI: return TextureFormat(TextureFormat::RG, TextureFormat::UNSIGNED_INT16); 599 case GL_RG16UI: 1134 case GL_RG16UI:
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendIntegerTest.cpp | 272 runTest<GL_RG16UI, 2, false>(); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 142 case GL_RG16UI: in testCopy() 985 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, false, in testUintFormats() 987 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, true, false, in testUintFormats() 989 testCopy(testTarget, kColor, GL_RG16UI, GL_UNSIGNED_SHORT, false, false, true, in testUintFormats()
|
H A D | TextureUploadFormatTest.cpp | 529 fnTest({GL_RG16UI, GL_RG_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 | 65 AddFormat(wgpu::TextureFormat::RG16Uint, GL_RG16UI, GL_RG_INTEGER, GL_UNSIGNED_SHORT, Type::Uint); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 100 case GL_RG16UI: return GL_RG; in GetBaseInternalFormat() 217 case GL_UNSIGNED_SHORT: return GL_RG16UI; in GetSizedInternalFormat() 342 case GL_RG16UI: return sw::FORMAT_G16R16UI; in SelectInternalFormat() 1518 ASSERT_OR_RETURN(internalformat == GL_RG16UI && getExternalFormat() == sw::FORMAT_G16R16UI); in loadImageData()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 155 GL_RG16, GL_RG16F, GL_RG16I, GL_RG16UI, GL_RG16_SNORM, 306 case GL_RG16UI: in filterFormats() 553 case GL_RG16UI: in getEpsilon() 648 case GL_RG16UI: in getFormat() 748 case GL_RG16UI: in getNumberOfChannels() 872 case GL_RG16UI: in getType() 1022 case GL_RG16UI: in getPixelSizeForFormat() 2311 case GL_RG16UI: in packPixel() 4666 GL_RG16UI, GL_RG_INTEGER, GL_UNSIGNED_SHORT, GL_INVALID_OPERATION }; in IncompatibleFormatsTest()
|
H A D | gl4cSparseTexture2Tests.cpp | 375 mStandardVirtualPageSizesTable[GL_RG16UI] = PageSizeStruct(128, 128, 1); in init() 514 mSupportedInternalFormats.push_back(GL_RG16UI); in init() 794 else if (format == GL_RG16UI) in createShaderTokens() 1561 case GL_RG16UI: in UncommittedReads()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParameters.cpp | 80 m_internal_formats[GL_RG16UI] = sizeof(glw::GLushort) * 2 /* components */; in initTest()
|