/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | format_map_autogen.cpp | 365 return GL_R16F; in GetSizedFormatInternal() 367 return GL_R16F; in GetSizedFormatInternal() 972 case GL_R16F: in ValidES3FormatCombination() 984 case GL_R16F: in ValidES3FormatCombination() 996 case GL_R16F: in ValidES3FormatCombination()
|
H A D | Caps.cpp | 379 GL_R16F, in DetermineRGTextureSupport() 735 GL_R16F, in DetermineColorBufferFloatSupport()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fFboTestCase.cpp | 214 case GL_R16F: in isRequiredFormat() 243 case GL_R16F: in getEnablingExtensions() 338 case GL_R16F: in getMinimumSampleCount()
|
H A D | es31fInternalFormatQueryTests.cpp | 101 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() 414 { "r16f", GL_R16F, FormatSamplesCase::FORMAT_COLOR }, in init()
|
H A D | es31fTextureFormatTests.cpp | 517 { "r16f", GL_R16F, }, in init() 568 { "r16f", GL_R16F, }, in init()
|
H A D | es31fFboColorbufferTests.cpp | 403 GL_R16F, in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | utilities.cpp | 401 case GL_R16F: in IsSizedInternalFormat() 1061 case GL_HALF_FLOAT: VALIDATE_INTERNALFORMAT(GL_R16F) in ValidateTextureFormatType() 1062 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_R32F, GL_R16F) in ValidateTextureFormatType() 1344 case GL_R16F: in IsColorRenderable() 1453 case GL_R16F: in IsDepthRenderable() 1519 case GL_R16F: in IsStencilRenderable() 1585 case GL_R16F: return 0; in GetAlphaSize() 1634 case GL_R16F: return 16; in GetRedSize() 1683 case GL_R16F: return 0; in GetGreenSize() 1732 case GL_R16F in GetBlueSize() [all...] |
H A D | Framebuffer.cpp | 563 case GL_R16F: return GL_RED; in getImplementationColorReadFormat() 624 case GL_R16F: return GL_HALF_FLOAT; in getImplementationColorReadType()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboCompletenessTests.cpp | 93 GL_RG32F, GL_RG16F, GL_R32F, GL_R16F, 94 GL_RGBA16F, GL_RGB16F, GL_RG16F, GL_R16F, 131 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
|
H A D | es3fFboTestCase.cpp | 229 case GL_R16F: in getEnablingExtensions() 318 case GL_R16F: in getMinimumSampleCount()
|
H A D | es3fFboMultisampleTests.cpp | 379 GL_R16F in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.cpp | 187 static const _out_ch_desc float16_zero = { GL_R16F, data_float16_zero }; 188 static const _out_ch_desc float16_one = { GL_R16F, data_float16_one }; 608 GL_R16F, 613 { GL_R16F, src_data_r16f + 0 }, 626 { GL_R16F, src_data_rg16f + 0 }, 627 { GL_R16F, src_data_rg16f + 1 }, 639 { GL_R16F, src_data_rgb16f + 0 }, 640 { GL_R16F, src_data_rgb16f + 1 }, 641 { GL_R16F, src_data_rgb16f + 2 }, 652 { GL_R16F, src_data_rgba16 [all...] |
H A D | gl4cCopyImageTests.cpp | 146 GL_R16, GL_R16F, GL_R16I, GL_R16UI, GL_R16_SNORM, 286 case GL_R16F: in filterFormats() 535 case GL_R16F: in getEpsilon() 620 case GL_R16F: in getFormat() 727 case GL_R16F: in getNumberOfChannels() 862 case GL_R16F: in getType() 992 case GL_R16F: in getPixelSizeForFormat() 2290 case GL_R16F: in packPixel()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pTextureFormatTests.cpp | 98 { "r16f", GL_R16F, }, in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFboCompletenessTests.cpp | 119 GL_R16F, 142 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
|
/third_party/mesa3d/src/mesa/main/ |
H A D | glformats.c | 1050 case GL_R16F: in _mesa_is_color_format() 2589 case GL_R16F: in _mesa_base_tex_format() 2947 case GL_R16F: in _mesa_gles_check_internalformat() 3479 case GL_R16F: in _mesa_gles_error_check_format_and_type() 3495 case GL_R16F: in _mesa_gles_error_check_format_and_type() 4045 case GL_R16F: in _mesa_is_es3_color_renderable() 4112 case GL_R16F: in _mesa_is_es3_texture_filterable()
|
H A D | shaderimage.c | 64 case GL_R16F: in _mesa_get_shader_image_format() 390 case GL_R16F: in _mesa_is_shader_image_format_supported()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureUploadFormatTest.cpp | 570 fnTest({GL_R16F, GL_RED, GL_HALF_FLOAT}, {1, 0, 0, 0}); in TEST_P() 595 fnTest({GL_R16F, GL_RED, GL_FLOAT}, {1, 0, 0, 0}); in TEST_P()
|
H A D | CopyTexture3DTest.cpp | 153 case GL_R16F: in testCopy() 780 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, false, in testFloatFormats() 782 testCopy(testTarget, kColor, GL_R16F, floatType, false, true, false, in testFloatFormats() 784 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, true, in testFloatFormats()
|
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluTextureUtil.cpp | 208 case FMT_CASE(R, HALF_FLOAT): return GL_R16F; in getInternalFormat() 537 case GL_R16F: return TextureFormat(TextureFormat::R, TextureFormat::HALF_FLOAT); 577 case GL_R16F: 1160 case GL_R16F:
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | Image.cpp | 81 case GL_R16F: return GL_RED; in GetBaseInternalFormat() 229 case GL_HALF_FLOAT: return GL_R16F; in GetSizedInternalFormat() 230 case GL_HALF_FLOAT_OES: return GL_R16F; in GetSizedInternalFormat() 353 case GL_R16F: return sw::FORMAT_R16F; in SelectInternalFormat() 1544 case GL_R16F: return Transfer<R32FtoR16F>(buffer, input, rect); in loadImageData()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
H A D | GLFormat.cpp | 55 AddFormat(wgpu::TextureFormat::R16Float, GL_R16F, GL_RED, GL_HALF_FLOAT, Type::Float); in BuildGLFormatTable()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/ |
H A D | esextcTextureBufferParameters.cpp | 65 m_internal_formats[GL_R16F] = sizeof(glw::GLhalf) * 1 /* components */; in initTest()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureCompatibilityTests.cpp | 102 { "r16f_float", GL_R16F, GL_RED, GL_FLOAT },
|
/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 */ 105 /* GL_R16F, */ 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_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, GL_NONE, GL_NONE, 106 /* GL_RG16F, */ 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_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, GL_NONE, 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, 141 GL_R16F, 181 GL_RGBA32UI, GL_R16F, GL_RG16F, GL_R32F, GL_RG32F, GL_RGB16F, GL_RGBA16F, GL_RGB32F, GL_RGBA32F, 547 result = (internalformat == GL_RGB) || (internalformat == GL_RGBA) || (internalformat == GL_R16F) || in isInternalFormatCompatibleWithType() 2489 * GL_R16F interna [all...] |