/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 375 case GL_RG16I: in IsSizedInternalFormat() 1049 case GL_SHORT: VALIDATE_INTERNALFORMAT(GL_RG16I) in ValidateTextureFormatType() 1362 case GL_RG16I: in IsColorRenderable() 1432 case GL_RG16I: in IsDepthRenderable() 1498 case GL_RG16I: in IsStencilRenderable() 1603 case GL_RG16I: return 0; in GetAlphaSize() 1652 case GL_RG16I: return 16; in GetRedSize() 1701 case GL_RG16I: return 16; in GetGreenSize() 1750 case GL_RG16I: return 0; in GetBlueSize() 1845 case GL_RG16I in GetColorComponentType() [all...] |
H A D | Framebuffer.cpp | 547 case GL_RG16I: return GL_RG_INTEGER; in getImplementationColorReadFormat() 608 case GL_RG16I: return GL_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() 339 case GL_RG16I: in NumComponents() 381 case GL_RG16I: in ReadableType()
|
H A D | esextcDrawBuffersIndexedBlending.cpp | 347 case GL_RG16I: in NumComponents()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 89 { "rg16i", GL_RG16I, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 172 case GL_RG16I: in isRequiredFormat() 295 case GL_RG16I: 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() 246 { GL_RG16I, 16, 16, 0, 0 }, in test()
|
H A D | es3fInternalFormatQueryTests.cpp | 198 { "rg16i", GL_RG16I, 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 | 178 case GL_RG16I: in isRequiredFormat() 315 case GL_RG16I: in getMinimumSampleCount()
|
H A D | es31fTextureFormatTests.cpp | 508 { "rg16i", GL_RG16I, }, in init() 580 { "rg16i", GL_RG16I, }, in init()
|
H A D | es31fFboColorbufferTests.cpp | 381 GL_RG16I, in init()
|
H A D | es31fInternalFormatQueryTests.cpp | 402 { "rg16i", GL_RG16I, FormatSamplesCase::FORMAT_INT }, in init()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | shaderimage.c | 109 case GL_RG16I: in _mesa_get_shader_image_format() 398 case GL_RG16I: in _mesa_is_shader_image_format_supported()
|
H A D | glformats.c | 808 case GL_RG16I: in _mesa_is_enum_format_signed_int() 1197 case GL_RG16I: in _mesa_is_color_format() 2622 case GL_RG16I: in _mesa_base_tex_format() 2943 case GL_RG16I: in _mesa_gles_check_internalformat() 3429 if (internalFormat != GL_RG16I) in _mesa_gles_error_check_format_and_type() 4060 case GL_RG16I: in _mesa_is_es3_color_renderable()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 529 return GL_RG16I; in GetSizedFormatInternal() 1669 case GL_RG16I: in ValidES3FormatCombination()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 195 case FMT_CASE(RG, SIGNED_INT16): return GL_RG16I; in getInternalFormat() 524 case GL_RG16I: return TextureFormat(TextureFormat::RG, TextureFormat::SIGNED_INT16); 598 case GL_RG16I: 1133 case GL_RG16I:
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | BlendIntegerTest.cpp | 226 runTest<GL_RG16I, 2, true>(); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 128 case GL_RG16I: in testCopy() 885 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, false, GLColor(127, 70, 0, 1)); in testIntFormats() 886 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, true, false, GLColor(115, 63, 0, 1)); in testIntFormats() 887 testCopy(testTarget, kColor, GL_RG16I, GL_SHORT, false, false, true, GLColor(127, 77, 0, 1)); in testIntFormats()
|
H A D | TextureUploadFormatTest.cpp | 493 fnTest({GL_RG16I, GL_RG_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 | 66 AddFormat(wgpu::TextureFormat::RG16Sint, GL_RG16I, GL_RG_INTEGER, GL_SHORT, Type::Int); in BuildGLFormatTable()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 99 case GL_RG16I: return GL_RG; in GetBaseInternalFormat() 218 case GL_SHORT: return GL_RG16I; in GetSizedInternalFormat() 338 case GL_RG16I: return sw::FORMAT_G16R16I; in SelectInternalFormat() 1521 ASSERT_OR_RETURN(internalformat == GL_RG16I && getExternalFormat() == sw::FORMAT_G16R16I); in loadImageData()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParameters.cpp | 77 m_internal_formats[GL_RG16I] = sizeof(glw::GLshort) * 2 /* components */; in initTest()
|
/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, 305 case GL_RG16I: in filterFormats() 552 case GL_RG16I: in getEpsilon() 647 case GL_RG16I: in getFormat() 747 case GL_RG16I: in getNumberOfChannels() 885 case GL_RG16I: in getType() 1021 case GL_RG16I: in getPixelSizeForFormat() 2310 case GL_RG16I: in packPixel()
|
H A D | gl4cSparseTexture2Tests.cpp | 374 mStandardVirtualPageSizesTable[GL_RG16I] = PageSizeStruct(128, 128, 1); in init() 513 mSupportedInternalFormats.push_back(GL_RG16I); in init() 787 else if (format == GL_RG16I) in createShaderTokens() 1560 case GL_RG16I: in UncommittedReads()
|