Home
last modified time | relevance | path

Searched refs:GL_RGBA16I (Results 1 - 25 of 98) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp392 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 DFramebuffer.cpp549 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 DesextcDrawBuffersIndexedColorMasks.cpp102 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 DesextcDrawBuffersIndexedBlending.cpp361 case GL_RGBA16I: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp60 { "rgba16i", GL_RGBA16I, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp158 case GL_RGBA16I: in isRequiredFormat()
281 case GL_RGBA16I: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp189 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI in test()
252 { GL_RGBA16I, 16, 16, 16, 16 }, in test()
H A Des3fInternalFormatQueryTests.cpp204 { "rgba16i", GL_RGBA16I, true }, in init()
H A Des3fFboCompletenessTests.cpp54 GL_RGBA8I, GL_RGBA8UI, GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI,
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp164 case GL_RGBA16I: in isRequiredFormat()
301 case GL_RGBA16I: in getMinimumSampleCount()
H A Des31fTextureFormatTests.cpp477 { "rgba16i", GL_RGBA16I, }, in init()
589 { "rgba16i", GL_RGBA16I, }, in init()
H A Des31fFboColorbufferTests.cpp363 GL_RGBA16I, in init()
H A Des31fInternalFormatQueryTests.cpp408 { "rgba16i", GL_RGBA16I, FormatSamplesCase::FORMAT_INT }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Dtexture_format_table_autogen.cpp1775 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 Dshaderimage.c100 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 Dformat_map_autogen.cpp487 return GL_RGBA16I; in GetSizedFormatInternal()
1510 case GL_RGBA16I: in ValidES3FormatCombination()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp162 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 DBlendIntegerTest.cpp241 runTest<GL_RGBA16I, 4, true>(); in TEST_P()
H A DCopyTexture3DTest.cpp134 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 DTextureUploadFormatTest.cpp491 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 DGLFormat.cpp85 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 DImage.cpp111 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 DDynamicImage2DHLSL.cpp75 case GL_RGBA16I: in image2DHLSLGroup()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp89 m_internal_formats[GL_RGBA16I] = sizeof(glw::GLshort) * 4 /* components */; in initTest()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp849 return GL_RGBA16I; in GetImageInternalFormatType()

Completed in 25 milliseconds

1234