HomeSort by relevance Sort by last modified time
    Searched refs:glCtxTypeCnt (Results 1 - 7 of 7) 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) {
  /external/skia/tests/
PremulAlphaRoundTripTest.cpp 73 int glCtxTypeCnt = 1;
76 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
79 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
ReadPixelsTest.cpp 294 int glCtxTypeCnt = 1;
297 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
300 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
WritePixelsTest.cpp 405 int glCtxTypeCnt = 1;
410 glCtxTypeCnt = GrContextFactory::kGLContextTypeCnt;
413 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {

Completed in 387 milliseconds