Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/glshared/
H A DglsFboUtil.cpp167 static bool detectGLESCompatibleContext(const RenderContext &ctx, int requiredMajor, int requiredMi… in detectGLESCompatibleContext() function
193 return detectGLESCompatibleContext(ctx, 3, 0); in checkExtensionSupport()
195 return detectGLESCompatibleContext(ctx, 3, 1); in checkExtensionSupport()