Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp391 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 DFramebuffer.cpp554 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 DesextcDrawBuffersIndexedColorMasks.cpp102 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 DesextcDrawBuffersIndexedBlending.cpp362 case GL_RGBA16UI: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp61 { "rgba16ui", GL_RGBA16UI, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp159 case GL_RGBA16UI: in isRequiredFormat()
282 case GL_RGBA16UI: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp189 GL_RGBA16I, GL_RGBA16UI, GL_RGBA32I, GL_RGBA32UI in test()
253 { GL_RGBA16UI, 16, 16, 16, 16 }, in test()
H A Des3fInternalFormatQueryTests.cpp205 { "rgba16ui", GL_RGBA16UI, 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.cpp165 case GL_RGBA16UI: in isRequiredFormat()
302 case GL_RGBA16UI: in getMinimumSampleCount()
H A Des31fTextureFormatTests.cpp478 { "rgba16ui", GL_RGBA16UI, }, in init()
592 { "rgba16ui", GL_RGBA16UI, }, in init()
H A Des31fFboColorbufferTests.cpp364 GL_RGBA16UI, in init()
H A Des31fInternalFormatQueryTests.cpp409 { "rgba16ui", GL_RGBA16UI, FormatSamplesCase::FORMAT_INT }, in init()
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c70 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 Dformat_map_autogen.cpp495 return GL_RGBA16UI; in GetSizedFormatInternal()
1554 case GL_RGBA16UI: in ValidES3FormatCombination()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp163 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 DBlendIntegerTest.cpp287 runTest<GL_RGBA16UI, 4, false>(); in TEST_P()
H A DCopyTexture3DTest.cpp148 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 DTextureUploadFormatTest.cpp527 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 DGLFormat.cpp84 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 Dgl4cCopyImageTests.cpp173 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 Dtexture_format_table_autogen.cpp2181 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 DImage.cpp112 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 DDynamicImage2DHLSL.cpp89 case GL_RGBA16UI: in image2DHLSLGroup()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp92 m_internal_formats[GL_RGBA16UI] = sizeof(glw::GLushort) * 4 /* components */; in initTest()

Completed in 30 milliseconds

1234