Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.cpp165 static bool detectGLESCompatibleContext (const RenderContext& ctx, int requiredMajor, int requiredM… in detectGLESCompatibleContext() function
191 return detectGLESCompatibleContext(ctx, 3, 0); in checkExtensionSupport()
193 return detectGLESCompatibleContext(ctx, 3, 1); in checkExtensionSupport()