Searched refs:glCtxType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/tests/
H A DGLInterfaceValidationTest.cpp17 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i; local
19 factory->get(glCtxType);
20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
24 if (GrContextFactory::kNVPR_GLContextType == glCtxType &&
H A DFloatingPointTextureTest.cpp41 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
52 static_cast<GrContextFactory::GLContextType>(glCtxType);
H A DImageIsOpaqueTest.cpp36 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
38 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
42 GrContext* context = factory->get(glCtxType);
H A DPremulAlphaRoundTripTest.cpp77 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
84 static_cast<GrContextFactory::GLContextType>(glCtxType);
H A DGpuLayerCacheTest.cpp85 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
87 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
91 GrContext* context = factory->get(glCtxType);
H A DImageNewShaderTest.cpp144 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
146 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
150 GrContext* context = factory->get(glCtxType);
H A DSurfaceTest.cpp184 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
185 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
188 context = factory->get(glCtxType);
450 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
451 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
454 GrContext* context = factory->get(glCtxType);
H A DReadPixelsTest.cpp300 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
307 static_cast<GrContextFactory::GLContextType>(glCtxType);
H A DWritePixelsTest.cpp421 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
426 static_cast<GrContextFactory::GLContextType>(glCtxType);
H A DDeferredCanvasTest.cpp700 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
701 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
704 GrContext* context = factory->get(glCtxType);
783 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
784 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
787 GrContext* context = factory->get(glCtxType);
H A DPictureTest.cpp865 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i; local
867 if (!GrContextFactory::IsRenderingGLContext(glCtxType)) {
871 GrContext* context = factory->get(glCtxType);
/external/skia/tests/
H A DGLInterfaceValidationTest.cpp17 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i; local
19 factory->get(glCtxType);
20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType);
24 if (GrContextFactory::kNVPR_GLContextType == glCtxType &&
H A DPremulAlphaRoundTripTest.cpp79 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
85 static_cast<GrContextFactory::GLContextType>(glCtxType);
H A DReadPixelsTest.cpp300 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
308 static_cast<GrContextFactory::GLContextType>(glCtxType);
H A DWritePixelsTest.cpp413 for (int glCtxType = 0; glCtxType < glCtxTypeCnt; ++glCtxType) {
418 static_cast<GrContextFactory::GLContextType>(glCtxType);

Completed in 267 milliseconds