OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glCtxType
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/tests/
GLInterfaceValidationTest.cpp
17
GrContextFactory::GLContextType
glCtxType
= (GrContextFactory::GLContextType)i;
19
factory->get(
glCtxType
);
20
SkGLContextHelper* glCtxHelper = factory->getGLContext(
glCtxType
);
24
if (GrContextFactory::kNVPR_GLContextType ==
glCtxType
&&
PremulAlphaRoundTripTest.cpp
79
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
85
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
ReadPixelsTest.cpp
300
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
308
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
WritePixelsTest.cpp
413
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
418
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
/external/skia/tests/
GLInterfaceValidationTest.cpp
17
GrContextFactory::GLContextType
glCtxType
= (GrContextFactory::GLContextType)i;
19
factory->get(
glCtxType
);
20
SkGLContextHelper* glCtxHelper = factory->getGLContext(
glCtxType
);
24
if (GrContextFactory::kNVPR_GLContextType ==
glCtxType
&&
PremulAlphaRoundTripTest.cpp
79
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
85
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
ReadPixelsTest.cpp
300
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
308
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
WritePixelsTest.cpp
413
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
418
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
Completed in 129 milliseconds