Home
last modified time | relevance | path

Searched refs:GL_RG16F (Results 1 - 25 of 101) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dformat_map_autogen.cpp407 return GL_RG16F; in GetSizedFormatInternal()
409 return GL_RG16F; in GetSizedFormatInternal()
1137 case GL_RG16F: in ValidES3FormatCombination()
1149 case GL_RG16F: in ValidES3FormatCombination()
1161 case GL_RG16F: in ValidES3FormatCombination()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.cpp213 case GL_RG16F: in isRequiredFormat()
242 case GL_RG16F: in getEnablingExtensions()
337 case GL_RG16F: 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()
415 { "rg16f", GL_RG16F, FormatSamplesCase::FORMAT_COLOR }, in init()
H A Des31fTextureFormatTests.cpp507 { "rg16f", GL_RG16F, }, in init()
577 { "rg16f", GL_RG16F, }, in init()
H A Des31fFboColorbufferTests.cpp401 GL_RG16F, in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp402 case GL_RG16F: in IsSizedInternalFormat()
1038 case GL_HALF_FLOAT: VALIDATE_INTERNALFORMAT(GL_RG16F) in ValidateTextureFormatType()
1039 case GL_FLOAT: VALIDATE_INTERNALFORMAT(GL_RG32F, GL_RG16F) in ValidateTextureFormatType()
1345 case GL_RG16F: in IsColorRenderable()
1454 case GL_RG16F: in IsDepthRenderable()
1520 case GL_RG16F: in IsStencilRenderable()
1586 case GL_RG16F: return 0; in GetAlphaSize()
1635 case GL_RG16F: return 16; in GetRedSize()
1684 case GL_RG16F: return 16; in GetGreenSize()
1733 case GL_RG16F in GetBlueSize()
[all...]
H A DFramebuffer.cpp564 case GL_RG16F: return GL_RG; in getImplementationColorReadFormat()
625 case GL_RG16F: return GL_HALF_FLOAT; in getImplementationColorReadType()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureCountTests.cpp62 { "rg16f", GL_RG16F }, in init()
H A Des3pTextureFilteringTests.cpp58 { "rg16f", GL_RG16F }, in init()
H A Des3pTextureFormatTests.cpp88 { "rg16f", GL_RG16F, }, in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboCompletenessTests.cpp93 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 Des3fFboTestCase.cpp228 case GL_RG16F: in getEnablingExtensions()
317 case GL_RG16F: in getMinimumSampleCount()
H A Des3fPixelBufferObjectTests.cpp164 || m_renderbufferFormat == GL_RG16F) in init()
666 GL_RG16F, in init()
H A Des3fFboMultisampleTests.cpp377 GL_RG16F, in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboCompletenessTests.cpp120 GL_RG16F,
142 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
/third_party/mesa3d/src/mesa/main/
H A Dglformats.c1052 case GL_RG16F: in _mesa_is_color_format()
2612 case GL_RG16F: in _mesa_base_tex_format()
2938 case GL_RG16F: in _mesa_gles_check_internalformat()
3377 case GL_RG16F: in _mesa_gles_error_check_format_and_type()
3392 case GL_RG16F: in _mesa_gles_error_check_format_and_type()
4046 case GL_RG16F: in _mesa_is_es3_color_renderable()
4113 case GL_RG16F: in _mesa_is_es3_texture_filterable()
H A Dshaderimage.c55 case GL_RG16F: in _mesa_get_shader_image_format()
388 case GL_RG16F: in _mesa_is_shader_image_format_supported()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DTextureUploadFormatTest.cpp568 fnTest({GL_RG16F, GL_RG, GL_HALF_FLOAT}, {1, 1, 0, 0}); in TEST_P()
592 fnTest({GL_RG16F, GL_RG, GL_FLOAT}, {1, 1, 0, 0}); in TEST_P()
H A DCopyTexture3DTest.cpp157 case GL_RG16F: in testCopy()
787 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, false, in testFloatFormats()
789 testCopy(testTarget, kColor, GL_RG16F, floatType, false, true, false, in testFloatFormats()
791 testCopy(testTarget, kColor, GL_RG16F, floatType, false, false, true, in testFloatFormats()
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureUtil.cpp194 case FMT_CASE(RG, HALF_FLOAT): return GL_RG16F; in getInternalFormat()
523 case GL_RG16F: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT);
578 case GL_RG16F:
1159 case GL_RG16F:
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.cpp82 case GL_RG16F: return GL_RG; in GetBaseInternalFormat()
208 case GL_HALF_FLOAT: return GL_RG16F; in GetSizedInternalFormat()
209 case GL_HALF_FLOAT_OES: return GL_RG16F; in GetSizedInternalFormat()
354 case GL_RG16F: return sw::FORMAT_G16R16F; in SelectInternalFormat()
1502 case GL_RG16F: return Transfer<RG32FtoRG16F>(buffer, input, rect); in loadImageData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DGLFormat.cpp67 AddFormat(wgpu::TextureFormat::RG16Float, GL_RG16F, GL_RG, GL_HALF_FLOAT, Type::Float); in BuildGLFormatTable()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferParameters.cpp74 m_internal_formats[GL_RG16F] = sizeof(glw::GLhalf) * 2 /* components */; in initTest()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp103 { "rg16f_float", GL_RG16F, GL_RG, GL_FLOAT },
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cCopyImageTests.cpp155 GL_RG16, GL_RG16F, GL_RG16I, GL_RG16UI, GL_RG16_SNORM,
304 case GL_RG16F: in filterFormats()
547 case GL_RG16F: in getEpsilon()
639 case GL_RG16F: in getFormat()
742 case GL_RG16F: in getNumberOfChannels()
863 case GL_RG16F: in getType()
1020 case GL_RG16F: in getPixelSizeForFormat()
2305 case GL_RG16F: in packPixel()

Completed in 32 milliseconds

12345