Searched refs:GLContextType (Results 1 – 14 of 14) sorted by relevance
/external/skia/src/gpu/ |
D | GrContextFactory.h | 26 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;
|
D | GrContextFactory.cpp | 62 GrContextFactory::ContextInfo GrContextFactory::getContextInfo(GLContextType type, in getContextInfo()
|
/external/skia/tests/ |
D | GrContextFactoryTest.cpp | 22 GrContextFactory::GLContextType glCtxType = static_cast<GrContextFactory::GLContextType>(i); 39 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType)i; 52 GrContextFactory::GLContextType glCtxType = (GrContextFactory::GLContextType) i;
|
D | VkUploadPixelsTests.cpp | 141 if (static_cast<GrContextFactory::GLContextType>(type) != in DEF_GPUTEST() 145 GrContext* context = debugFactory.get(static_cast<GrContextFactory::GLContextType>(type)); in DEF_GPUTEST()
|
D | VkClearTests.cpp | 203 if (static_cast<GrContextFactory::GLContextType>(type) != in DEF_GPUTEST() 207 GrContext* context = debugFactory.get(static_cast<GrContextFactory::GLContextType>(type)); in DEF_GPUTEST()
|
D | SkpSkGrTest.cpp | 256 typedef GrContextFactory::GLContextType GLContextType; typedef 258 static const GLContextType kAngle = GrContextFactory::kANGLE_GLContextType; 260 static const GLContextType kNative = GrContextFactory::kNative_GLContextType;
|
/external/skia/dm/ |
D | DMGpuSupport.h | 32 GrContextFactory::GLContextType type, in NewGpuSurface() 67 typedef int GLContextType; typedef 69 static const GLContextType kANGLE_GLContextType = 0, 93 GrContextFactory::GLContextType, in NewGpuSurface() argument
|
D | DMSrcSink.h | 215 GPUSink(GrContextFactory::GLContextType, GrContextFactory::GLContextOptions, 223 GrContextFactory::GLContextType fContextType;
|
D | DM.cpp | 677 GrContextFactory::GLContextType contextType = gpuConfig->getContextType(); in create_sink() 1231 GrContextFactory::GLContextType contextTypes[] = { in RunWithGPUTestContexts()
|
D | DMSrcSink.cpp | 855 GPUSink::GPUSink(GrContextFactory::GLContextType ct, in GPUSink()
|
/external/skia/bench/ |
D | nanobench.h | 31 GrContextFactory::GLContextType ctxType;
|
/external/skia/tools/flags/ |
D | SkCommonFlagsConfig.h | 53 typedef GrContextFactory::GLContextType ContextType;
|
/external/deqp/framework/common/ |
D | tcuCommandLine.cpp | 73 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/ |
D | kilobench.cpp | 185 GrContextFactory::GLContextType ctxType, in init()
|