OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glCtxType
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
GLInterfaceValidation.cpp
19
GrContextFactory::GLContextType
glCtxType
= (GrContextFactory::GLContextType)i;
21
factory->get(
glCtxType
);
22
SkGLContextHelper* glCtxHelper = factory->getGLContext(
glCtxType
);
PremulAlphaRoundTripTest.cpp
49
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
58
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
ReadPixelsTest.cpp
309
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
317
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
WritePixelsTest.cpp
420
for (int
glCtxType
= 0;
glCtxType
< glCtxTypeCnt; ++
glCtxType
) {
425
static_cast<GrContextFactory::GLContextType>(
glCtxType
);
Completed in 2102 milliseconds