Home
last modified time | relevance | path

Searched refs:supportsRgba32f (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcShaderMultisampleInterpolationTests.cpp279 bool supportsRgba32f = false; in iterate() local
288 supportsRgba32f = isContextTypeGLCore(m_context.getRenderContext().getType()) ? in iterate()
293 if (m_internalFormat == GL_RGBA32F && !supportsRgba32f) in iterate()
H A DglcSampleVariablesTests.cpp230 bool supportsRgba32f = false; in iterate() local
239 supportsRgba32f = isContextTypeGLCore(m_context.getRenderContext().getType()) ? in iterate()
244 if (m_internalFormat == GL_RGBA32F && !supportsRgba32f) in iterate()

Completed in 3 milliseconds