Searched defs:glCtxTypeCnt (Results 1 - 7 of 7) sorted by last modified time

/external/skia/tests/
H A DPremulAlphaRoundTripTest.cpp73 int glCtxTypeCnt = 1; local
76 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
79 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
H A DReadPixelsTest.cpp294 int glCtxTypeCnt = 1; local
297 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
300 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
H A DWritePixelsTest.cpp405 int glCtxTypeCnt = 1; local
410 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
413 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
/external/chromium_org/third_party/skia/tests/
H A DFloatingPointTextureTest.cpp39 int glCtxTypeCnt = 1; local
40 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
41 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
H A DPremulAlphaRoundTripTest.cpp71 int glCtxTypeCnt = 1; local
74 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
77 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
H A DReadPixelsTest.cpp293 int glCtxTypeCnt = 1; local
296 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
300 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
H A DWritePixelsTest.cpp413 int glCtxTypeCnt = 1; local
418 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
421 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {

Completed in 114 milliseconds