Home
last modified time | relevance | path

Searched refs:GL_RG16UI (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp374 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 DFramebuffer.cpp551 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 DesextcDrawBuffersIndexedColorMasks.cpp101 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 DesextcDrawBuffersIndexedBlending.cpp348 case GL_RG16UI: in NumComponents()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp90 { "rg16ui", GL_RG16UI, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp173 case GL_RG16UI: in isRequiredFormat()
296 case GL_RG16UI: in getMinimumSampleCount()
H A Des3fRboStateQueryTests.cpp188 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 Des3fInternalFormatQueryTests.cpp199 { "rg16ui", GL_RG16UI, true }, in init()
H A Des3fFboCompletenessTests.cpp53 GL_RG8I, GL_RG8UI, GL_RG16I, GL_RG16UI, GL_RG32I, GL_RG32UI,
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp179 case GL_RG16UI: in isRequiredFormat()
316 case GL_RG16UI: in getMinimumSampleCount()
H A Des31fTextureFormatTests.cpp509 { "rg16ui", GL_RG16UI, }, in init()
583 { "rg16ui", GL_RG16UI, }, in init()
H A Des31fFboColorbufferTests.cpp382 GL_RG16UI, in init()
H A Des31fInternalFormatQueryTests.cpp403 { "rg16ui", GL_RG16UI, FormatSamplesCase::FORMAT_INT }, in init()
/third_party/mesa3d/src/mesa/main/
H A Dshaderimage.c82 case GL_RG16UI: in _mesa_get_shader_image_format()
393 case GL_RG16UI: in _mesa_is_shader_image_format_supported()
H A Dglformats.c756 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 Dformat_map_autogen.cpp535 return GL_RG16UI; in GetSizedFormatInternal()
1702 case GL_RG16UI: in ValidES3FormatCombination()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp196 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 DBlendIntegerTest.cpp272 runTest<GL_RG16UI, 2, false>(); in TEST_P()
H A DCopyTexture3DTest.cpp142 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 DTextureUploadFormatTest.cpp529 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 DGLFormat.cpp65 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 DImage.cpp100 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 Dgl4cCopyImageTests.cpp155 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 Dgl4cSparseTexture2Tests.cpp375 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 DesextcTextureBufferParameters.cpp80 m_internal_formats[GL_RG16UI] = sizeof(glw::GLushort) * 2 /* components */; in initTest()

Completed in 32 milliseconds

1234