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

  /external/chromium_org/third_party/skia/tests/
GLInterfaceValidationTest.cpp 17 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i;
19 factory->get(glCtxType);
20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
24 if (GrContextFactory::kNVPR_GLContextType == glCtxType &&
ImageIsOpaqueTest.cpp 36 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
38 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
42 GrContext* context = factory->get(glCtxType);
GpuLayerCacheTest.cpp 85 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
87 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
91 GrContext* context = factory->get(glCtxType);
ImageNewShaderTest.cpp 144 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
146 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
150 GrContext* context = factory->get(glCtxType);
DeferredCanvasTest.cpp 700 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
701 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
704 GrContext* context = factory->get(glCtxType);
783 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
784 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
787 GrContext* context = factory->get(glCtxType);
    [all...]
SurfaceTest.cpp 184 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
185 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
188 context = factory->get(glCtxType);
450 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
451 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
454 GrContext* context = factory->get(glCtxType);
PictureTest.cpp 865 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
867 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
871 GrContext* context = factory->get(glCtxType);
    [all...]
  /external/skia/tests/
GLInterfaceValidationTest.cpp 17 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i;
19 factory->get(glCtxType);
20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
24 if (GrContextFactory::kNVPR_GLContextType == glCtxType &&

Completed in 490 milliseconds