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/chromium_org/third_party/skia/bench/
nanobench.cpp 266 GrContextFactory::GLContextType ctxType;
291 static bool is_gpu_config_allowed(const char* name, GrContextFactory::GLContextType ctxType,
296 if (const GrContext* ctx = gGrFactory->get(ctxType)) {
324 #define GPU_CONFIG(name, ctxType, samples) \
325 if (is_gpu_config_allowed(#name, GrContextFactory::ctxType, samples)) { \
332 GrContextFactory::ctxType }; \
367 target->surface.reset(SkSurface::NewRenderTarget(gGrFactory->get(config.ctxType), info,
369 target->gl = gGrFactory->getGLContext(config.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 423 const glu::ContextType ctxType = renderCtx.getType();
424 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
426 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
661 const glu::ContextType ctxType = renderCtx.getType();
662 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
664 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 84 const ContextType ctxType;
116 : ctxType (ctxType_)
128 if (ctxType.getAPI() == ApiType::es(2, 0))
133 else if (ctxType.getAPI() == ApiType::es(3, 0))
138 else if (ctxType.getAPI() == ApiType::es(3, 1))
157 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 3)
162 else if (glu::isContextTypeGLCore(ctxType) && ctxType.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4
    [all...]

Completed in 252 milliseconds