HomeSort by relevance Sort by last modified time
    Searched refs:kLastGLContextType (Results 1 - 10 of 10) sorted by null

  /external/skia/tests/
GrDrawTargetTest.cpp 24 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
GLInterfaceValidationTest.cpp 16 for (int i = 0; i <= GrContextFactory::kLastGLContextType; ++i) {
GpuDrawPathTest.cpp 47 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
ReadWriteAlphaTest.cpp 20 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
GpuColorFilterTest.cpp 118 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
RecordReplaceDrawTest.cpp 153 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
ClipCacheTest.cpp 218 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
GLProgramsTest.cpp 289 for (int type = 0; type < GrContextFactory::kLastGLContextType; ++type) {
ResourceCacheTest.cpp     [all...]
  /external/skia/src/gpu/
GrContextFactory.h 45 kLastGLContextType = kDebug_GLContextType
48 static const int kGLContextTypeCnt = kLastGLContextType + 1;

Completed in 91 milliseconds