OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glCtxTypeCnt
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/tests/
FloatingPointTextureTest.cpp
39
int
glCtxTypeCnt
= 1;
40
glCtxTypeCnt
= GrContextFactory::kGLContextTypeCnt;
41
for (int glCtxType = 0; glCtxType <
glCtxTypeCnt
; ++glCtxType) {
PremulAlphaRoundTripTest.cpp
71
int
glCtxTypeCnt
= 1;
74
glCtxTypeCnt
= GrContextFactory::kGLContextTypeCnt;
77
for (int glCtxType = 0; glCtxType <
glCtxTypeCnt
; ++glCtxType) {
ReadPixelsTest.cpp
293
int
glCtxTypeCnt
= 1;
296
glCtxTypeCnt
= GrContextFactory::kGLContextTypeCnt;
300
for (int glCtxType = 0; glCtxType <
glCtxTypeCnt
; ++glCtxType) {
WritePixelsTest.cpp
413
int
glCtxTypeCnt
= 1;
418
glCtxTypeCnt
= GrContextFactory::kGLContextTypeCnt;
421
for (int glCtxType = 0; glCtxType <
glCtxTypeCnt
; ++glCtxType) {
Completed in 49 milliseconds