/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 429 return GL_RGB16F; in GetSizedFormatInternal() 431 return GL_RGB16F; in GetSizedFormatInternal() 1228 case GL_RGB16F: in ValidES3FormatCombination() 1242 case GL_RGB16F: in ValidES3FormatCombination() 1255 case GL_RGB16F: in ValidES3FormatCombination()
|
H A D | Caps.cpp | 309 GL_RGBA16F, GL_RGB16F, GL_LUMINANCE_ALPHA16F_EXT, GL_LUMINANCE16F_EXT, GL_ALPHA16F_EXT, in DetermineHalfFloatTextureSupport() 319 constexpr GLenum requiredFormats[] = {GL_RGBA16F, GL_RGB16F}; in DetermineHalfFloatTextureFilteringSupport()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 216 case GL_RGB16F: in isRequiredFormat() 233 case GL_RGB16F: in getEnablingExtensions() 348 case GL_RGB16F: in getMinimumSampleCount()
|
H A D | es31fFboColorbufferTests.cpp | 406 GL_RGB16F in init()
|
H A D | es31fTextureFormatTests.cpp | 496 { "rgb16f", GL_RGB16F, }, in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 404 case GL_RGB16F: in IsSizedInternalFormat() 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() 1346 case GL_RGB16F: in IsColorRenderable() 1456 case GL_RGB16F: in IsDepthRenderable() 1522 case GL_RGB16F: in IsStencilRenderable() 1587 case GL_RGB16F: return 0; in GetAlphaSize() 1636 case GL_RGB16F: return 16; in GetRedSize() 1685 case GL_RGB16F: return 16; in GetGreenSize() 1734 case GL_RGB16F in GetBlueSize() [all...] |
H A D | Framebuffer.cpp | 566 case GL_RGB16F: return GL_RGB; in getImplementationColorReadFormat() 627 case GL_RGB16F: return GL_HALF_FLOAT; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 77 { "rgb16f", GL_RGB16F, }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboTestCase.cpp | 223 case GL_RGB16F: in getEnablingExtensions() 328 case GL_RGB16F: in getMinimumSampleCount()
|
H A D | es3fFboCompletenessTests.cpp | 94 GL_RGBA16F, GL_RGB16F, GL_RG16F, GL_R16F,
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureUploadFormatTest.cpp | 564 fnTest({GL_RGB16F, GL_RGB, GL_HALF_FLOAT}, {1, 1, 1, 0}); in TEST_P() 587 fnTest({GL_RGB16F, GL_RGB, GL_FLOAT}, {1, 1, 1, 0}); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 154 case GL_RGB16F: in testCopy() 794 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, false, false, in testFloatFormats() 796 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, true, false, in testFloatFormats() 798 testCopy(testTarget, kColor, GL_RGB16F, floatType, false, false, true, in testFloatFormats()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 83 case GL_RGB16F: return GL_RGB; in GetBaseInternalFormat() 187 case GL_HALF_FLOAT: return GL_RGB16F; in GetSizedInternalFormat() 188 case GL_HALF_FLOAT_OES: return GL_RGB16F; in GetSizedInternalFormat() 356 case GL_RGB16F: return sw::FORMAT_X16B16G16R16F; in SelectInternalFormat() 1437 case GL_RGB16F: in loadImageData() 1453 case GL_RGB16F: in loadImageData()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 121 GL_RGB16F,
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 179 case FMT_CASE(RGB, HALF_FLOAT): return GL_RGB16F; in getInternalFormat() 508 case GL_RGB16F: return TextureFormat(TextureFormat::RGB, TextureFormat::HALF_FLOAT); 579 case GL_RGB16F:
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 2929 case GL_RGB16F: in _mesa_gles_check_internalformat() 3250 case GL_RGB16F: in _mesa_gles_error_check_format_and_type() 3261 case GL_RGB16F: in _mesa_gles_error_check_format_and_type() 4114 case GL_RGB16F: in _mesa_is_es3_texture_filterable()
|
H A D | textureview.c | 142 {GL_VIEW_CLASS_48_BITS, GL_RGB16F},
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureCompatibilityTests.cpp | 104 { "rgb16f_float", GL_RGB16F, GL_RGB, GL_FLOAT },
|
H A D | glcTextureFilterAnisotropicTests.cpp | 447 m_supportedInternalFormats.push_back(GL_RGB16F); in init()
|
H A D | glcInternalformatTests.cpp | 1628 TF(GL_RGB, GL_HALF_FLOAT, GL_RGB16F), in getESTestData() 1631 TF(GL_RGB, GL_FLOAT, GL_RGB16F), in getESTestData() 1774 TF(GL_RGB, GL_HALF_FLOAT, GL_RGB16F, ARB_texture_float), in getGLTestData()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cCopyImageTests.cpp | 164 GL_RGB16, GL_RGB16F, GL_RGB16I, GL_RGB16UI, GL_RGB16_SNORM, 322 case GL_RGB16F: in filterFormats() 563 case GL_RGB16F: in getEpsilon() 663 case GL_RGB16F: in getFormat() 763 case GL_RGB16F: in getNumberOfChannels() 864 case GL_RGB16F: in getType() 1041 case GL_RGB16F: in getPixelSizeForFormat() 2327 case GL_RGB16F: in packPixel()
|
H A D | gl4cTextureViewTests.cpp | 53 VIEW_CLASS_64_BITS, GL_RGB16, VIEW_CLASS_48_BITS, GL_RGB16_SNORM, VIEW_CLASS_48_BITS, GL_RGB16F, VIEW_CLASS_48_BITS, 126 GL_RGB16F, /* >= GL 4.0 */ 228 case GL_RGB16F: in getAmountOfComponentsForInternalformat() 477 case GL_RGB16F: in getComponentSizeForInternalformat() 836 case GL_RGB16F: in getFormatOfInternalformat() 943 case GL_RGB16F: in getGLFormatOfInternalformat() 1439 case GL_RGB16F: in getInternalformatString() 1440 result = "GL_RGB16F"; in getInternalformatString() 1712 case GL_RGB16F: in getSamplerTypeForInternalformat() 1935 case GL_RGB16F in getTypeCompatibleWithInternalformat() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | formatutils9.cpp | 44 GL_RGB16F, Initialize4ComponentData<GLhalf, 0x0000, 0x0000, 0x0000, gl::Float16One>)); in BuildInternalFormatInitialzerMap()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles3/ |
H A D | es3cCopyTexImageConversionsTests.cpp | 76 /* GL_RGBA GL_RGB GL_LUMINANCE_ALPHA GL_LUMINANCE GL_ALPHA GL_R8 GL_R8_SNORM GL_RG8 GL_RG8_SNORM GL_RGB8 GL_RGB8_SNORM GL_RGB565 GL_RGBA4 GL_RGB5_A1 GL_RGBA8 GL_RGBA8_SNORM GL_RGB10_A2 GL_RGB10_A2UI GL_SRGB8 GL_SRGB8_ALPHA8 GL_R16F GL_RG16F GL_RGB16F GL_RGBA16F GL_R32F GL_RG32F GL_RGB32F GL_RGBA32F GL_R11F_G11F_B10F GL_RGB9_E5 GL_R8I GL_R8UI GL_R16I GL_R16UI GL_R32I GL_R32UI GL_RG8I GL_RG8UI GL_RG16I GL_RG16UI GL_RG32I GL_RG32UI GL_RGB8I GL_RGB8UI GL_RGB16I GL_RGB16UI GL_RGB32I GL_RGB32UI GL_RGBA8I GL_RGBA8UI GL_RGBA16I GL_RGBA16UI GL_RGBA32I GL_RGBA32UI */ 109 /* GL_RGB16F, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16F, GL_RG16F, GL_RGB16F, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, 110 /* GL_RGBA16F, */ GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16F, GL_RG16F, GL_RGB16F, GL_RGBA16F, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, 143 GL_RGB16F, 181 GL_RGBA32UI, GL_R16F, GL_RG16F, GL_R32F, GL_RG32F, GL_RGB16F, GL_RGBA16F, GL_RGB32F, GL_RGBA32F, 548 (internalformat == GL_RG16F) || (internalformat == GL_RGB16F) || (internalformat == GL_RGBA16F); in isInternalFormatCompatibleWithType() 2647 * GL_RGB16F internal format. 2687 result.data_internalformat = GL_RGB16F; in getRGB16FPixelData() 4557 /* GL_RGB16F */ in configureConversionDatabase() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | Format_table_autogen.cpp | 161 { FormatID::R16G16B16_FLOAT, GL_RGB16F, GL_RGB16F, GenerateMip<R16G16B16F>, NoCopyFunctions, ReadColor<R16G16B16F, GLfloat>, WriteColor<R16G16B16F, GLfloat>, GL_FLOAT, 16, 16, 16, 0, 0, 0, 0, 6, 1, false, false, false, false, false, gl::VertexAttribType::HalfFloat }, 599 case GL_RGB16F: in InternalFormatToID()
|