HomeSort by relevance Sort by last modified time
    Searched defs:glCtxType (Results 1 - 6 of 6) sorted by null

  /external/skia/tests/
GLInterfaceValidationTest.cpp 17 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i;
19 factory->get(glCtxType);
20 SkGLContext* glCtx = factory->getGLContext(glCtxType);
24 if (GrContextFactory::kNVPR_GLContextType == glCtxType &&
ImageIsOpaqueTest.cpp 70 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
72 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
76 GrContext* context = factory->get(glCtxType);
GpuLayerCacheTest.cpp 101 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
103 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
107 GrContext* context = factory->get(glCtxType);
ImageNewShaderTest.cpp 148 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
150 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
154 GrContext* context = factory->get(glCtxType);
DeferredCanvasTest.cpp 726 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
727 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
730 GrContext* context = factory->get(glCtxType);
810 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
811 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
814 GrContext* context = factory->get(glCtxType);
    [all...]
SurfaceTest.cpp 312 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
313 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
316 context = factory->get(glCtxType);
594 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
595 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
598 GrContext* context = factory->get(glCtxType);

Completed in 159 milliseconds