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

/external/deqp/modules/glshared/
H A DglsFboUtil.cpp165 static bool detectGLESCompatibleContext (const RenderContext& ctx, int requiredMajor, int requiredMinor) function in namespace:deqp::gls::FboUtil
191 return detectGLESCompatibleContext(ctx, 3, 0);
193 return detectGLESCompatibleContext(ctx, 3, 1);

Completed in 68 milliseconds