Home
last modified time | relevance | path

Searched refs:GLContextType (Results 1 – 14 of 14) sorted by relevance

/external/skia/src/gpu/
DGrContextFactory.h26 enum GLContextType { enum
60 static bool IsRenderingGLContext(GLContextType type) { in IsRenderingGLContext()
70 static const char* GLContextTypeName(GLContextType type) { in GLContextTypeName()
126 ContextInfo getContextInfo(GLContextType type,
131 GrContext* get(GLContextType type,
139 GLContextType fType;
DGrContextFactory.cpp62 GrContextFactory::ContextInfo GrContextFactory::getContextInfo(GLContextType type, in getContextInfo()
/external/skia/tests/
DGrContextFactoryTest.cpp22 GrContextFactory::GLContextType glCtxType = static_cast<GrContextFactory::GLContextType>(i);
39 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i;
52 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
DVkUploadPixelsTests.cpp141 if (static_cast<GrContextFactory::GLContextType>(type) != in DEF_GPUTEST()
145 GrContext* context = debugFactory.get(static_cast<GrContextFactory::GLContextType>(type)); in DEF_GPUTEST()
DVkClearTests.cpp203 if (static_cast<GrContextFactory::GLContextType>(type) != in DEF_GPUTEST()
207 GrContext* context = debugFactory.get(static_cast<GrContextFactory::GLContextType>(type)); in DEF_GPUTEST()
DSkpSkGrTest.cpp256 typedef GrContextFactory::GLContextType GLContextType; typedef
258 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType;
260 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
/external/skia/dm/
DDMGpuSupport.h32 GrContextFactory::GLContextType type, in NewGpuSurface()
67 typedef int GLContextType; typedef
69 static const GLContextType kANGLE_GLContextType = 0,
93 GrContextFactory::GLContextType, in NewGpuSurface() argument
DDMSrcSink.h215 GPUSink(GrContextFactory::GLContextType, GrContextFactory::GLContextOptions,
223 GrContextFactory::GLContextType fContextType;
DDM.cpp677 GrContextFactory::GLContextType contextType = gpuConfig->getContextType(); in create_sink()
1231 GrContextFactory::GLContextType contextTypes[] = { in RunWithGPUTestContexts()
DDMSrcSink.cpp855 GPUSink::GPUSink(GrContextFactory::GLContextType ct, in GPUSink()
/external/skia/bench/
Dnanobench.h31 GrContextFactory::GLContextType ctxType;
/external/skia/tools/flags/
DSkCommonFlagsConfig.h53 typedef GrContextFactory::GLContextType ContextType;
/external/deqp/framework/common/
DtcuCommandLine.cpp73 DE_DECLARE_COMMAND_LINE_OPT(GLContextType, std::string);
160 …<< Option<GLContextType> (DE_NULL, "deqp-gl-context-type", "OpenGL context type for platforms t… in registerOptions()
827 if (m_cmdLine.hasOption<opt::GLContextType>()) in getGLContextType()
828 return m_cmdLine.getOption<opt::GLContextType>().c_str(); in getGLContextType()
/external/skia/tools/kilobench/
Dkilobench.cpp185 GrContextFactory::GLContextType ctxType, in init()