Searched refs:requiredFormatsES2 (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.cpp | 322 constexpr GLenum requiredFormatsES2[] = {GL_LUMINANCE_ALPHA16F_EXT, GL_LUMINANCE16F_EXT, in DetermineHalfFloatTextureFilteringSupport() local 326 !GetFormatSupport(textureCaps, requiredFormatsES2, false, true, false, false, false)) in DetermineHalfFloatTextureFilteringSupport() 354 constexpr GLenum requiredFormatsES2[] = { in DetermineFloatTextureFilteringSupport() local 361 !GetFormatSupport(textureCaps, requiredFormatsES2, false, true, false, false, false)) in DetermineFloatTextureFilteringSupport()
|