Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp437 return GL_R11F_G11F_B10F; in GetSizedFormatInternal()
1229 case GL_R11F_G11F_B10F: in ValidES3FormatCombination()
1243 case GL_R11F_G11F_B10F: in ValidES3FormatCombination()
1256 case GL_R11F_G11F_B10F: in ValidES3FormatCombination()
1295 case GL_R11F_G11F_B10F: in ValidES3FormatCombination()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestCase.cpp204 case GL_R11F_G11F_B10F: in isRequiredFormat()
235 case GL_R11F_G11F_B10F: in getEnablingExtensions()
316 case GL_R11F_G11F_B10F: in getMinimumSampleCount()
H A Des3fFboCompletenessTests.cpp92 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F,
131 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
H A Des3fPixelBufferObjectTests.cpp185 || m_renderbufferFormat == GL_R11F_G11F_B10F) in init()
661 GL_R11F_G11F_B10F, in init()
H A Des3fFboMultisampleTests.cpp375 GL_R11F_G11F_B10F, in init()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp209 case GL_R11F_G11F_B10F: in isRequiredFormat()
249 case GL_R11F_G11F_B10F: in getEnablingExtensions()
336 case GL_R11F_G11F_B10F: in getMinimumSampleCount()
H A Des31fInternalFormatQueryTests.cpp101 if (m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_RG32F || m_internalFormat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalFormat == GL_R11F_G11F_B10F) in iterate()
420 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, FormatSamplesCase::FORMAT_COLOR }, in init()
H A Des31fFboColorbufferTests.cpp399 GL_R11F_G11F_B10F, in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp403 case GL_R11F_G11F_B10F: in IsSizedInternalFormat()
1012 case GL_UNSIGNED_INT_10F_11F_11F_REV: VALIDATE_INTERNALFORMAT(GL_R11F_G11F_B10F) in ValidateTextureFormatType()
1015 case GL_HALF_FLOAT: VALIDATE_INTERNALFORMAT(GL_RGB16F, GL_R11F_G11F_B10F, GL_RGB9_E5) in ValidateTextureFormatType()
1016 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_RGB32F, GL_RGB16F, GL_R11F_G11F_B10F, GL_RGB9_E5) in ValidateTextureFormatType()
1374 case GL_R11F_G11F_B10F: in IsColorRenderable()
1455 case GL_R11F_G11F_B10F: in IsDepthRenderable()
1521 case GL_R11F_G11F_B10F: in IsStencilRenderable()
1615 case GL_R11F_G11F_B10F: return 0; in GetAlphaSize()
1664 case GL_R11F_G11F_B10F: return 11; in GetRedSize()
1713 case GL_R11F_G11F_B10F in GetGreenSize()
[all...]
H A DFramebuffer.cpp565 case GL_R11F_G11F_B10F: return GL_RGB; in getImplementationColorReadFormat()
626 case GL_R11F_G11F_B10F: return GL_HALF_FLOAT; in getImplementationColorReadType()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp565 fnTest({GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT}, {1, 1, 1, 0}); in TEST_P()
588 fnTest({GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT}, {1, 1, 1, 0}); in TEST_P()
602 fnTest({GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV}, {1, 1, 1, 0}); in TEST_P()
H A DCopyTexture3DTest.cpp161 case GL_R11F_G11F_B10F: in testCopy()
811 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, false, false, in testFloatFormats()
813 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, true, false, in testFloatFormats()
815 testCopy(testTarget, kColor, GL_R11F_G11F_B10F, floatType, false, false, true, in testFloatFormats()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp73 { "r11f_g11f_b10f", GL_R11F_G11F_B10F, }, in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp123 GL_R11F_G11F_B10F,
142 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c1237 case GL_R11F_G11F_B10F: in _mesa_is_color_format()
2927 case GL_R11F_G11F_B10F: in _mesa_gles_check_internalformat()
3237 if (ctx->Version <= 20 || internalFormat != GL_R11F_G11F_B10F) in _mesa_gles_error_check_format_and_type()
3251 case GL_R11F_G11F_B10F: in _mesa_gles_error_check_format_and_type()
3263 case GL_R11F_G11F_B10F: in _mesa_gles_error_check_format_and_type()
4051 case GL_R11F_G11F_B10F: in _mesa_is_es3_color_renderable()
4116 case GL_R11F_G11F_B10F: in _mesa_is_es3_texture_filterable()
H A Dshaderimage.c58 case GL_R11F_G11F_B10F: in _mesa_get_shader_image_format()
389 case GL_R11F_G11F_B10F: in _mesa_is_shader_image_format_supported()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp106 { "r11f_g11f_b10f_half_float", GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT },
107 { "r11f_g11f_b10f_float", GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT },
H A DglcInternalformatTests.cpp423 case GL_R11F_G11F_B10F: in getUnsizedFormatFromInternalFormat()
460 case GL_R11F_G11F_B10F: in getTypeFromInternalFormat()
1626 TF(GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, GL_R11F_G11F_B10F), in getESTestData()
1629 TF(GL_RGB, GL_HALF_FLOAT, GL_R11F_G11F_B10F), in getESTestData()
1632 TF(GL_RGB, GL_FLOAT, GL_R11F_G11F_B10F), in getESTestData()
1672 CF(GL_RGB8), CF(GL_SRGB8_ALPHA8), CF(GL_SRGB8), CF(GL_R11F_G11F_B10F), in getESTestData()
H A DglcPackedPixelsTests.cpp196 { GL_R11F_G11F_B10F, GL_RGB, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, SAMPLER_FLOAT, { {11,11,10, 0, 0, 0, 0, 0, 0 } }, FLAG_PACKED|FLAG_REQ_RBO_GL42 },
270 { GL_R11F_G11F_B10F, GL_RGB, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, SAMPLER_FLOAT, { {11,11,10, 0, 0, 0, 0, 0, 0 } }, FLAG_PACKED|FLAG_REQ_RBO_GL42 },
412 { GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, 4, false },
413 { GL_R11F_G11F_B10F, GL_RGB, GL_HALF_FLOAT, 6, false },
414 { GL_R11F_G11F_B10F, GL_RGB, GL_FLOAT, 12, false },
1906 GL_R11F_G11F_B10F == validFormat->internalformat) &&
1919 if ((GL_R11F_G11F_B10F == validFormat->internalformat || GL_RGB9_E5 == validFormat->internalformat) &&
1978 GL_RGB10_A2UI, GL_RGB5_A1, GL_RGBA4, GL_R11F_G11F_B10F,
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp173 case FMT_CASE(RGB, UNSIGNED_INT_11F_11F_10F_REV): return GL_R11F_G11F_B10F; in getInternalFormat()
502 case GL_R11F_G11F_B10F: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_11F_11F_10F_REV);
581 case GL_R11F_G11F_B10F:
1149 case GL_R11F_G11F_B10F:
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp89 case GL_R11F_G11F_B10F: return GL_RGB; in GetBaseInternalFormat()
184 case GL_UNSIGNED_INT_10F_11F_11F_REV: return GL_R11F_G11F_B10F; in GetSizedInternalFormat()
355 case GL_R11F_G11F_B10F: return sw::FORMAT_X16B16G16R16F_UNSIGNED; in SelectInternalFormat()
1428 ASSERT_OR_RETURN(internalformat == GL_R11F_G11F_B10F && getExternalFormat() == sw::FORMAT_X16B16G16R16F_UNSIGNED); in loadImageData()
1440 case GL_R11F_G11F_B10F: in loadImageData()
1456 case GL_R11F_G11F_B10F: in loadImageData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp77 AddFormat(wgpu::TextureFormat::RG11B10Ufloat, GL_R11F_G11F_B10F, GL_RGB, GL_UNSIGNED_INT_10F_11F_11F_REV, Type::Float); in BuildGLFormatTable()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp194 GL_RGB10_A2, GL_RGB10_A2UI, GL_R11F_G11F_B10F, GL_RGB9_E5,
399 if ((GL_RGB10_A2 == src) && (GL_R11F_G11F_B10F == dst) || (GL_RGB10_A2 == src) && (GL_RGB9_E5 == dst) || in areFormatsCompatible()
400 (GL_RGB10_A2UI == src) && (GL_R11F_G11F_B10F == dst) || (GL_RGB10_A2UI == src) && (GL_RGB9_E5 == dst) || in areFormatsCompatible()
402 (GL_R11F_G11F_B10F == src) && (GL_RGB10_A2 == dst) || (GL_R11F_G11F_B10F == src) && (GL_RGB10_A2UI == dst)) in areFormatsCompatible()
561 case GL_R11F_G11F_B10F: in getEpsilon()
660 case GL_R11F_G11F_B10F: in getFormat()
760 case GL_R11F_G11F_B10F: in getNumberOfChannels()
918 case GL_R11F_G11F_B10F: in getType()
1029 case GL_R11F_G11F_B10F in getPixelSizeForFormat()
[all...]
H A Dgl4cTextureViewTests.cpp38 /* Type definitions needed to handle GL_R11F_G11F_B10F internal format */
54 GL_RGB16UI, VIEW_CLASS_48_BITS, GL_RGB16I, VIEW_CLASS_48_BITS, GL_RG16F, VIEW_CLASS_32_BITS, GL_R11F_G11F_B10F,
98 GL_R11F_G11F_B10F, /* >= GL 4.0 */
226 case GL_R11F_G11F_B10F: in getAmountOfComponentsForInternalformat()
447 case GL_R11F_G11F_B10F: in getComponentSizeForInternalformat()
833 case GL_R11F_G11F_B10F: in getFormatOfInternalformat()
940 case GL_R11F_G11F_B10F: in getGLFormatOfInternalformat()
1355 case GL_R11F_G11F_B10F: in getInternalformatString()
1356 result = "GL_R11F_G11F_B10F"; in getInternalformatString()
1725 case GL_R11F_G11F_B10F in getSamplerTypeForInternalformat()
[all...]
H A Dgl4cSparseTexture2Tests.cpp370 mStandardVirtualPageSizesTable[GL_R11F_G11F_B10F] = PageSizeStruct(128, 128, 1); in init()
423 case GL_R11F_G11F_B10F: in iterate()
501 mSupportedInternalFormats.push_back(GL_R11F_G11F_B10F); in init()
725 else if (format == GL_R11F_G11F_B10F) in createShaderTokens()

Completed in 45 milliseconds

1234