Home
last modified time | relevance | path

Searched refs:IsGLContextType (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
Dok_test.cpp79 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function
86 return IsGLContextType(type) && sk_gpu_test::GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
92 bool IsGLContextType (int) { return false; }
/external/skia/tests/
DTest.h129 extern bool IsGLContextType(GrContextFactoryContextType);
215 DEF_GPUTEST_FOR_CONTEXTS(name, &skiatest::IsGLContextType, reporter, context_info)
/external/skia/dm/
DDM.cpp1391 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() function
1398 return IsGLContextType(type) && GrContextFactory::IsRenderingContext(type); in IsRenderingGLContextType()
1404 bool IsGLContextType(int) { return false; }