/external/angle/src/libANGLE/ |
D | format_map_autogen.cpp | 365 return GL_R16F; in GetSizedFormatInternal() 367 return GL_R16F; in GetSizedFormatInternal() 962 case GL_R16F: in ValidES3FormatCombination() 974 case GL_R16F: in ValidES3FormatCombination() 986 case GL_R16F: in ValidES3FormatCombination()
|
D | Caps.cpp | 379 GL_R16F, in DetermineRGTextureSupport() 733 GL_R16F, in DetermineColorBufferFloatSupport()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.cpp | 214 case GL_R16F: in isRequiredFormat() 243 case GL_R16F: in getEnablingExtensions() 338 case GL_R16F: in getMinimumSampleCount()
|
D | es31fInternalFormatQueryTests.cpp | 101 …mat == GL_RG32F || m_internalFormat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalForm… in iterate() 414 { "r16f", GL_R16F, FormatSamplesCase::FORMAT_COLOR }, in init()
|
D | es31fTextureFormatTests.cpp | 517 { "r16f", GL_R16F, }, in init() 568 { "r16f", GL_R16F, }, in init()
|
D | es31fFboColorbufferTests.cpp | 403 GL_R16F, in init()
|
/external/deqp/modules/gles3/functional/ |
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,
|
D | es3fFboTestCase.cpp | 229 case GL_R16F: in getEnablingExtensions() 318 case GL_R16F: in getMinimumSampleCount()
|
D | es3fFboMultisampleTests.cpp | 379 GL_R16F in init()
|
/external/deqp/external/openglcts/modules/gl/ |
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_rgba16f + 0 }, [all …]
|
D | gl4cTextureViewTests.cpp | 60 GL_SRGB8, VIEW_CLASS_24_BITS, GL_RGB8UI, VIEW_CLASS_24_BITS, GL_RGB8I, VIEW_CLASS_24_BITS, GL_R16F, 113 GL_R16F, /* >= GL 4.0 */ 276 case GL_R16F: in getAmountOfComponentsForInternalformat() 544 case GL_R16F: in getComponentSizeForInternalformat() 840 case GL_R16F: in getFormatOfInternalformat() 1013 case GL_R16F: in getGLFormatOfInternalformat() 1400 case GL_R16F: in getInternalformatString() 1727 case GL_R16F: in getSamplerTypeForInternalformat() 1937 case GL_R16F: in getTypeCompatibleWithInternalformat() 2474 case GL_R16F: in isInternalformatSupported()
|
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()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureFormatTests.cpp | 98 { "r16f", GL_R16F, }, in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboCompletenessTests.cpp | 119 GL_R16F, 142 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
|
/external/mesa3d/src/mesa/main/ |
D | shaderimage.c | 61 case GL_R16F: in _mesa_get_shader_image_format() 387 case GL_R16F: in _mesa_is_shader_image_format_supported()
|
D | glformats.c | 1050 case GL_R16F: in _mesa_is_color_format() 2577 case GL_R16F: in _mesa_base_tex_format() 3294 case GL_R16F: in _mesa_gles_error_check_format_and_type() 3311 case GL_R16F: in _mesa_gles_error_check_format_and_type() 3863 case GL_R16F: in _mesa_is_es3_color_renderable() 3930 case GL_R16F: in _mesa_is_es3_texture_filterable()
|
D | texformat.c | 693 case GL_R16F: in _mesa_choose_tex_format()
|
/external/deqp/framework/opengl/ |
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); in mapGLInternalFormat() 577 case GL_R16F: in isGLInternalColorFormatFilterable() 1160 case GL_R16F: in getRenderableBitsES3()
|
/external/angle/src/tests/gl_tests/ |
D | TextureUploadFormatTest.cpp | 576 fnTest(TexFormat(GL_R16F, GL_RED, GL_HALF_FLOAT), {1, 0, 0, 0}); in TEST_P() 601 fnTest(TexFormat(GL_R16F, GL_RED, GL_FLOAT), {1, 0, 0, 0}); in TEST_P()
|
D | CopyTexture3DTest.cpp | 154 case GL_R16F: in testCopy() 791 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, false, in testFloatFormats() 793 testCopy(testTarget, kColor, GL_R16F, floatType, false, true, false, in testFloatFormats() 795 testCopy(testTarget, kColor, GL_R16F, floatType, false, false, true, in testFloatFormats()
|
/external/virglrenderer/src/ |
D | vrend_formats.c | 135 { VIRGL_FORMAT_A16_FLOAT, GL_R16F, GL_RED, GL_HALF_FLOAT, OOOR_SWIZZLE }, 136 { VIRGL_FORMAT_L16_FLOAT, GL_R16F, GL_RED, GL_HALF_FLOAT, RRR1_SWIZZLE }, 162 { VIRGL_FORMAT_R16_FLOAT, GL_R16F, GL_RED, GL_HALF_FLOAT, NO_SWIZZLE },
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferParameters.cpp | 65 m_internal_formats[GL_R16F] = sizeof(glw::GLhalf) * 1 /* components */; in initTest()
|
D | esextcTextureBufferTextureBufferRange.cpp | 99 case GL_R16F: in configure() 611 formats.push_back(GL_R16F); in initTest()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureCompatibilityTests.cpp | 102 { "r16f_float", GL_R16F, GL_RED, GL_FLOAT },
|
/external/deqp/external/openglcts/modules/gles3/ |
D | es3cCopyTexImageConversionsTests.cpp | 105 … GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16F, GL_NONE, GL_NON… 106 … GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16F, GL_RG16F, GL_NON… 109 … GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16F, GL_RG16F, GL_RGB… 110 … GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_NONE, GL_R16F, GL_RG16F, GL_RGB… 141 GL_R16F, 181 …GL_RGBA32UI, GL_R16F, GL_RG16F, GL_R32F, GL_RG32F, GL_RGB16F, GL_RGBA16F, GL_RGB32F, GL_R… 547 …result = (internalformat == GL_RGB) || (internalformat == GL_RGBA) || (internalformat == GL_R16F) … in isInternalFormatCompatibleWithType() 2519 result.data_internalformat = GL_R16F; in getR16FPixelData() 5208 case GL_R16F: in getFormatAndTypeCompatibleWithInternalformat() 5356 case GL_R16F: in getFormatForInternalformat() [all …]
|