Home
last modified time | relevance | path

Searched refs:GL_RG16F (Results 1 – 25 of 93) sorted by relevance

1234

/external/angle/src/libANGLE/
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()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp213 case GL_RG16F: in isRequiredFormat()
242 case GL_RG16F: in getEnablingExtensions()
337 case GL_RG16F: in getMinimumSampleCount()
Des31fInternalFormatQueryTests.cpp101 …mat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalForm… in iterate()
415 { "rg16f", GL_RG16F, FormatSamplesCase::FORMAT_COLOR }, in init()
Des31fTextureFormatTests.cpp499 { "rg16f", GL_RG16F, }, in init()
569 { "rg16f", GL_RG16F, }, in init()
Des31fFboColorbufferTests.cpp401 GL_RG16F, in init()
/external/swiftshader/src/OpenGL/libGLESv2/
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: return 0; in GetBlueSize()
[all …]
DFramebuffer.cpp564 case GL_RG16F: return GL_RG; in getImplementationColorReadFormat()
625 case GL_RG16F: return GL_HALF_FLOAT; in getImplementationColorReadType()
/external/deqp/modules/gles3/functional/
Des3fFboCompletenessTests.cpp92 GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
93 GL_RGBA16F, GL_RGB16F, GL_RG16F, GL_R16F,
130 GL_RGBA32F, GL_RGBA16F, GL_R11F_G11F_B10F, GL_RG32F, GL_RG16F, GL_R32F, GL_R16F,
Des3fFboTestCase.cpp228 case GL_RG16F: in getEnablingExtensions()
317 case GL_RG16F: in getMinimumSampleCount()
Des3fPixelBufferObjectTests.cpp164 || m_renderbufferFormat == GL_RG16F) in init()
666 GL_RG16F, in init()
Des3fFboMultisampleTests.cpp377 GL_RG16F, in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCountTests.cpp62 { "rg16f", GL_RG16F }, in init()
Des3pTextureFormatTests.cpp88 { "rg16f", GL_RG16F, }, in init()
Des3pTextureFilteringTests.cpp58 { "rg16f", GL_RG16F }, in init()
/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp114 GL_RG16F,
136 GL_R11F_G11F_B10F, GL_RGBA16F, GL_RG16F, GL_R16F,
/external/mesa3d/src/mesa/main/
Dshaderimage.c52 case GL_RG16F: in _mesa_get_shader_image_format()
385 case GL_RG16F: in _mesa_is_shader_image_format_supported()
Dglformats.c1052 case GL_RG16F: in _mesa_is_color_format()
2600 case GL_RG16F: in _mesa_base_tex_format()
3187 case GL_RG16F: in _mesa_gles_error_check_format_and_type()
3203 case GL_RG16F: in _mesa_gles_error_check_format_and_type()
3864 case GL_RG16F: in _mesa_is_es3_color_renderable()
3931 case GL_RG16F: in _mesa_is_es3_texture_filterable()
Dtexformat.c709 case GL_RG16F: in _mesa_choose_tex_format()
/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp571 fnTest({GL_RG16F, GL_RG, GL_HALF_FLOAT}, {1, 1, 0, 0}); in TEST_P()
595 fnTest({GL_RG16F, GL_RG, GL_FLOAT}, {1, 1, 0, 0}); in TEST_P()
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()
/external/deqp/framework/opengl/
DgluTextureUtil.cpp194 case FMT_CASE(RG, HALF_FLOAT): return GL_RG16F; in getInternalFormat()
523 case GL_RG16F: return TextureFormat(TextureFormat::RG, TextureFormat::HALF_FLOAT); in mapGLInternalFormat()
578 case GL_RG16F: in isGLInternalColorFormatFilterable()
1159 case GL_RG16F: in getRenderableBitsES3()
/external/swiftshader/src/OpenGL/common/
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()
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferParameters.cpp74 m_internal_formats[GL_RG16F] = sizeof(glw::GLhalf) * 2 /* components */; in initTest()
/external/deqp/external/openglcts/modules/gl/
Dgl4cTextureViewTests.cpp54 …GL_RGB16UI, VIEW_CLASS_48_BITS, GL_RGB16I, VIEW_CLASS_48_BITS, GL_RG16F, VIEW_CLASS_32_BITS, GL_R1…
104 GL_RG16F, /* >= GL 4.0 */
251 case GL_RG16F: in getAmountOfComponentsForInternalformat()
513 case GL_RG16F: in getComponentSizeForInternalformat()
838 case GL_RG16F: in getFormatOfInternalformat()
980 case GL_RG16F: in getGLFormatOfInternalformat()
1373 case GL_RG16F: in getInternalformatString()
1721 case GL_RG16F: in getSamplerTypeForInternalformat()
1936 case GL_RG16F: in getTypeCompatibleWithInternalformat()
2467 case GL_RG16F: in isInternalformatSupported()
[all …]
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()
640 case GL_RG16F: in getFormat()
744 case GL_RG16F: in getNumberOfChannels()
866 case GL_RG16F: in getType()
1024 case GL_RG16F: in getPixelSizeForFormat()
2316 case GL_RG16F: in packPixel()

1234