Home
last modified time | relevance | path

Searched refs:checkFloatTextureRender (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DTextureTest.cpp6772 bool checkFloatTextureRender(GLenum renderBufferFormat, GLenum format, GLenum type) in checkFloatTextureRender() function in __anond8eb0da30111::Texture2DFloatTestES2
7008 atLeastOneSupported |= checkFloatTextureRender(GL_R16F_EXT, GL_RED_EXT, GL_HALF_FLOAT_OES); in TEST_P()
7009 atLeastOneSupported |= checkFloatTextureRender(GL_RG16F_EXT, GL_RG_EXT, GL_HALF_FLOAT_OES); in TEST_P()
7013 atLeastOneSupported |= checkFloatTextureRender(GL_RGB16F_EXT, GL_RGB, GL_HALF_FLOAT_OES); in TEST_P()
7016 bool rgbaSupported = checkFloatTextureRender(GL_RGBA16F_EXT, GL_RGBA, GL_HALF_FLOAT_OES); in TEST_P()