OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ctxType
(Results
1 - 17
of
17
) sorted by null
/external/skia/tests/
GrContextAbandonTest.cpp
19
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType) i;
20
ContextInfo info = testFactory.getContextInfo(
ctxType
);
GrContextFactoryTest.cpp
24
GrContextFactory::ContextType
ctxType
= static_cast<GrContextFactory::ContextType>(i);
25
GrContext* context = testFactory.get(
ctxType
,
40
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType)i;
42
testFactory.get(
ctxType
, GrContextFactory::ContextOverrides::kDisableNVPR);
53
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType) i;
54
ContextInfo info1 = testFactory.getContextInfo(
ctxType
);
64
ContextInfo info2 = testFactory.getContextInfo(
ctxType
);
78
GrContextFactory::ContextType
ctxType
= static_cast<GrContextFactory::ContextType>(i);
79
ContextInfo info1 = testFactory.getContextInfo(
ctxType
);
94
ContextInfo info3 = testFactory.getContextInfo(
ctxType
);
[
all
...]
PinnedImageTest.cpp
97
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType) i;
105
ContextInfo info = testFactory.getContextInfo(
ctxType
);
ImageTest.cpp
[
all
...]
/external/skqp/tests/
GrContextAbandonTest.cpp
19
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType) i;
20
ContextInfo info = testFactory.getContextInfo(
ctxType
);
GrContextFactoryTest.cpp
24
GrContextFactory::ContextType
ctxType
= static_cast<GrContextFactory::ContextType>(i);
25
GrContext* context = testFactory.get(
ctxType
,
40
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType)i;
42
testFactory.get(
ctxType
, GrContextFactory::ContextOverrides::kDisableNVPR);
53
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType) i;
54
ContextInfo info1 = testFactory.getContextInfo(
ctxType
);
64
ContextInfo info2 = testFactory.getContextInfo(
ctxType
);
78
GrContextFactory::ContextType
ctxType
= static_cast<GrContextFactory::ContextType>(i);
79
ContextInfo info1 = testFactory.getContextInfo(
ctxType
);
94
ContextInfo info3 = testFactory.getContextInfo(
ctxType
);
[
all
...]
PinnedImageTest.cpp
97
GrContextFactory::ContextType
ctxType
= (GrContextFactory::ContextType) i;
105
ContextInfo info = testFactory.getContextInfo(
ctxType
);
ImageTest.cpp
[
all
...]
/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
28
sk_gpu_test::GrContextFactory::ContextType
ctxType
;
nanobench.cpp
202
this->factory->get(this->config.
ctxType
, this->config.ctxOverrides),
205
this->factory->getContextInfo(this->config.
ctxType
, this->config.ctxOverrides);
415
const auto
ctxType
= gpuConfig->getContextType();
426
if (const GrContext* ctx = factory.get(
ctxType
, ctxOverrides)) {
448
ctxType
,
[
all
...]
/external/skqp/bench/
nanobench.h
28
sk_gpu_test::GrContextFactory::ContextType
ctxType
;
nanobench.cpp
202
this->factory->get(this->config.
ctxType
, this->config.ctxOverrides),
205
this->factory->getContextInfo(this->config.
ctxType
, this->config.ctxOverrides);
415
const auto
ctxType
= gpuConfig->getContextType();
426
if (const GrContext* ctx = factory.get(
ctxType
, ctxOverrides)) {
448
ctxType
,
[
all
...]
/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
;
120
:
ctxType
(ctxType_)
132
if (
ctxType
.getAPI() == ApiType::es(2, 0))
137
else if (
ctxType
.getAPI() == ApiType::es(3, 0))
142
else if (
ctxType
.getAPI() == ApiType::es(3, 1))
171
else if (
ctxType
.getAPI() == ApiType::es(3, 2))
176
else if (glu::isContextTypeGLCore(
ctxType
) &&
ctxType
.getMajorVersion() == 3)
181
else if (glu::isContextTypeGLCore(
ctxType
) &&
ctxType
.getMajorVersion() == 4 && ctxType.getMinorVersion() <= 4
[
all
...]
Completed in 647 milliseconds