Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragmentOutputTests.cpp1095 static const deUint32 requiredFloatFormats[] = in init() local
1162 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(requiredFloatFormats); fmtNdx++) in init()
1164 deUint32 format = requiredFloatFormats[fmtNdx]; in init()
1265 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(requiredFloatFormats); fmtNdx++) in init()
1267 deUint32 format = requiredFloatFormats[fmtNdx]; in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.cpp382 constexpr GLenum requiredFloatFormats[] = { in DetermineRGTextureSupport() local
394 !GetFormatSupport(textureCaps, requiredFloatFormats, true, false, false, false, false)) in DetermineRGTextureSupport()