HomeSort by relevance Sort by last modified time
    Searched defs:ctxType (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/opengl/simplereference/
sglrContextUtil.cpp 33 const glu::ContextType ctxType = ctx.getType();
35 if (glu::isContextTypeGLCore(ctxType) || (contextSupports(ctxType, glu::ApiType::es(3,1))))
39 DE_ASSERT(isContextTypeES(ctxType));
  /external/skia/bench/
nanobench.h 31 GrContextFactory::GLContextType ctxType;
  /external/deqp/framework/opengl/
gluDrawUtil.cpp 592 const glu::ContextType ctxType = context.getType();
594 if (isContextTypeGLCore(ctxType) || contextSupports(ctxType, ApiType::es(3,1)))
598 DE_ASSERT(isContextTypeES(ctxType));
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 424 const glu::ContextType ctxType = renderCtx.getType();
425 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
427 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
662 const glu::ContextType ctxType = renderCtx.getType();
663 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
665 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
glsMemoryStressCase.cpp 184 const glu::ContextType ctxType = renderContext.getType();
186 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES))
188 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES))
190 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330))
195 if (ctxType.getProfile() == glu::PROFILE_CORE)
346 const glu::ContextType ctxType = renderContext.getType();
348 if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_300_ES))
350 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_100_ES))
352 else if (glu::isGLSLVersionSupported(ctxType, glu::GLSL_VERSION_330))
357 if (ctxType.getProfile() == glu::PROFILE_CORE
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 87 const ContextType ctxType;
119 : ctxType (ctxType_)
131 if (ctxType.getAPI() == ApiType::es(2, 0))
136 else if (ctxType.getAPI() == ApiType::es(3, 0))
141 else if (ctxType.getAPI() == ApiType::es(3, 1))
160 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3)
165 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4
    [all...]

Completed in 181 milliseconds