Home
last modified time | relevance | path

Searched refs:GL_RGB9_E5 (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp441 return GL_RGB9_E5; in GetSizedFormatInternal()
1230 case GL_RGB9_E5: in ValidES3FormatCombination()
1244 case GL_RGB9_E5: in ValidES3FormatCombination()
1257 case GL_RGB9_E5: in ValidES3FormatCombination()
1317 case GL_RGB9_E5: in ValidES3FormatCombination()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp566 fnTest({GL_RGB9_E5, GL_RGB, GL_HALF_FLOAT}, {1, 1, 1, 0}); in TEST_P()
589 fnTest({GL_RGB9_E5, GL_RGB, GL_FLOAT}, {1, 1, 1, 0}); in TEST_P()
609 fnTest({GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV}, {1, 1, 1, 0}); in TEST_P()
H A DCopyTexture3DTest.cpp162 case GL_RGB9_E5: in testCopy()
821 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, false, false, in testFloatFormats()
823 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, true, false, in testFloatFormats()
825 testCopy(testTarget, kColor, GL_RGB9_E5, floatType, false, false, true, in testFloatFormats()
H A DCopyTextureTest.cpp2040 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB9_E5, in TEST_P()
2042 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB9_E5, in TEST_P()
2044 testCopyCombination(GL_RGBA, GL_RGBA, GL_UNSIGNED_BYTE, GLColor(128, 64, 32, 128), GL_RGB9_E5, in TEST_P()
2246 testCopy(GL_RGB9_E5, GL_RGB, GL_FLOAT); in TEST_P()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureFormatTests.cpp84 { "rgb9_e5", GL_RGB9_E5, }, in init()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp108 { "rgb9_e5_half_float", GL_RGB9_E5, GL_RGB, GL_HALF_FLOAT },
109 { "rgb9_e5_float", GL_RGB9_E5, GL_RGB, GL_FLOAT },
H A DglcInternalformatTests.cpp422 case GL_RGB9_E5: in getUnsizedFormatFromInternalFormat()
1627 TF(GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, GL_RGB9_E5), in getESTestData()
1630 TF(GL_RGB, GL_HALF_FLOAT, GL_RGB9_E5), in getESTestData()
1633 TF(GL_RGB, GL_FLOAT, GL_RGB9_E5), in getESTestData()
1758 TF(GL_RGBA, GL_UNSIGNED_BYTE, GL_RGB9_E5, EXT_texture_shared_exponent), in getGLTestData()
1784 CF(GL_DEPTH_COMPONENT32, ARB_depth_texture), CF(GL_RGB9_E5, EXT_texture_shared_exponent), in getGLTestData()
1790 RF(GL_RGB9_E5, RENDERBUFFER_COLOR, EXT_texture_shared_exponent), in getGLTestData()
H A DglcPackedPixelsTests.cpp197 { GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0, 0, 0, 0, 5 } }, FLAG_PACKED },
271 { GL_RGB9_E5, GL_RGB, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, SAMPLER_FLOAT, { { 9, 9, 9, 0, 0, 0, 0, 0, 5 } }, FLAG_PACKED },
415 { GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, 4, false },
416 { GL_RGB9_E5, GL_RGB, GL_HALF_FLOAT, 6, false },
417 { GL_RGB9_E5, GL_RGB, GL_FLOAT, 12, false },
1824 ((copyInternalFormat.sizedFormat == GL_RGB9_E5) &&
1919 if ((GL_R11F_G11F_B10F == validFormat->internalformat || GL_RGB9_E5 == validFormat->internalformat) &&
1925 if ((GL_RGB9_E5 == validFormat->internalformat) &&
H A DglcTextureFilterAnisotropicTests.cpp450 m_supportedInternalFormats.push_back(GL_RGB9_E5); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp100 GL_RGB9_E5, GL_SRGB8,
137 GL_RGB9_E5,
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c1236 case GL_RGB9_E5: in _mesa_is_color_format()
2928 case GL_RGB9_E5: in _mesa_gles_check_internalformat()
3242 if (ctx->Version <= 20 || internalFormat != GL_RGB9_E5) in _mesa_gles_error_check_format_and_type()
3252 case GL_RGB9_E5: in _mesa_gles_error_check_format_and_type()
3264 case GL_RGB9_E5: in _mesa_gles_error_check_format_and_type()
4117 case GL_RGB9_E5: in _mesa_is_es3_texture_filterable()
H A Dtextureview.c161 {GL_VIEW_CLASS_32_BITS, GL_RGB9_E5},
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp90 case GL_RGB9_E5: return GL_RGB; in GetBaseInternalFormat()
185 case GL_UNSIGNED_INT_5_9_9_9_REV: return GL_RGB9_E5; in GetSizedInternalFormat()
386 case GL_RGB9_E5: return sw::FORMAT_X16B16G16R16F_UNSIGNED; in SelectInternalFormat()
1431 ASSERT_OR_RETURN(internalformat == GL_RGB9_E5 && getExternalFormat() == sw::FORMAT_X16B16G16R16F_UNSIGNED); in loadImageData()
1441 case GL_RGB9_E5: in loadImageData()
1457 case GL_RGB9_E5: in loadImageData()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp420 case GL_RGB9_E5: in IsSizedInternalFormat()
1013 case GL_UNSIGNED_INT_5_9_9_9_REV: VALIDATE_INTERNALFORMAT(GL_RGB9_E5) 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()
1869 case GL_RGB9_E5: in GetColorComponentType()
/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()
401 (GL_RGB9_E5 == src) && (GL_RGB10_A2 == dst) || (GL_RGB9_E5 == src) && (GL_RGB10_A2UI == dst) || in areFormatsCompatible()
573 case GL_RGB9_E5: in getEpsilon()
666 case GL_RGB9_E5: in getFormat()
766 case GL_RGB9_E5: in getNumberOfChannels()
900 case GL_RGB9_E5: in getType()
1030 case GL_RGB9_E5 in getPixelSizeForFormat()
[all...]
H A Dgl4cSparseTexture2Tests.cpp371 mStandardVirtualPageSizesTable[GL_RGB9_E5] = PageSizeStruct(128, 128, 1); in init()
424 case GL_RGB9_E5: in iterate()
504 //mSupportedInternalFormats.push_back(GL_RGB9_E5); in init()
945 (format == GL_RGB565 || format == GL_RGB10_A2UI || format == GL_RGB9_E5)) in caseAllowed()
1470 if (shaderOnly && (format == GL_RGB565 || format == GL_RGB10_A2UI || format == GL_RGB9_E5)) in readsAllowed()
2682 if (format == GL_RGB565 || format == GL_RGB10_A2UI || format == GL_RGB9_E5) in caseAllowed()
H A Dgl4cTextureViewTests.cpp59 VIEW_CLASS_32_BITS, GL_RGB9_E5, VIEW_CLASS_32_BITS, GL_RGB8, VIEW_CLASS_24_BITS, GL_RGB8_SNORM, VIEW_CLASS_24_BITS,
135 GL_RGB9_E5, /* >= GL 4.0 */
240 case GL_RGB9_E5: in getAmountOfComponentsForInternalformat()
437 case GL_RGB9_E5: in getComponentSizeForInternalformat()
821 case GL_RGB9_E5: in getFormatOfInternalformat()
948 case GL_RGB9_E5: in getGLFormatOfInternalformat()
1466 case GL_RGB9_E5: in getInternalformatString()
1467 result = "GL_RGB9_E5"; in getInternalformatString()
1718 case GL_RGB9_E5: in getSamplerTypeForInternalformat()
1972 case GL_RGB9_E5 in getTypeCompatibleWithInternalformat()
[all...]
H A Dgl4cSparseTextureTests.cpp835 mSupportedInternalFormats.push_back(GL_RGB9_E5); in init()
1051 mSupportedInternalFormats.push_back(GL_RGB9_E5); in init()
1666 mSupportedInternalFormats.push_back(GL_RGB9_E5); in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp78 AddFormat(wgpu::TextureFormat::RGB9E5Ufloat, GL_RGB9_E5, GL_RGB, GL_UNSIGNED_INT_5_9_9_9_REV, Type::Float); in BuildGLFormatTable()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp186 case FMT_CASE(RGB, UNSIGNED_INT_999_E5_REV): return GL_RGB9_E5; in getInternalFormat()
515 case GL_RGB9_E5: return TextureFormat(TextureFormat::RGB, TextureFormat::UNSIGNED_INT_999_E5_REV);
582 case GL_RGB9_E5:
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleGetTexLevelParameterifvTests.cpp334 texture_3d_properties.internalformat = GL_RGB9_E5; in iterate()
353 texture_3d_properties.expected_texture_internal_format = GL_RGB9_E5; in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp502 { "rgb9_e5", GL_RGB9_E5 }, in init()
H A Des31fTextureFormatTests.cpp503 { "rgb9_e5", GL_RGB9_E5, }, in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DFormat_table_autogen.cpp248 { FormatID::R9G9B9E5_SHAREDEXP, GL_RGB9_E5, GL_RGB9_E5, GenerateMip<R9G9B9E5>, NoCopyFunctions, ReadColor<R9G9B9E5, GLfloat>, WriteColor<R9G9B9E5, GLfloat>, GL_FLOAT, 9, 9, 9, 0, 0, 0, 0, 4, std::numeric_limits<GLuint>::max(), false, false, false, false, false, gl::VertexAttribType::InvalidEnum },
645 case GL_RGB9_E5: in InternalFormatToID()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1047 { GL_RGB9_E5, 0 },

Completed in 58 milliseconds

1234