Home
last modified time | relevance | path

Searched refs:kGL_ContextType (Results 1 – 21 of 21) sorted by relevance

/external/skia/tools/gpu/
DGrContextFactory.h34 kGL_ContextType, //! OpenGL context. enumerator
91 case kGL_ContextType: in ContextTypeName()
196 GrContextFactory::ContextType fType = GrContextFactory::kGL_ContextType;
DGrContextFactory.cpp177 case kGL_ContextType: in getContextInfoInternal()
/external/skqp/tools/gpu/
DGrContextFactory.h34 kGL_ContextType, //! OpenGL context. enumerator
88 case kGL_ContextType: in ContextTypeName()
190 GrContextFactory::ContextType fType = GrContextFactory::kGL_ContextType;
DGrContextFactory.cpp158 case kGL_ContextType: in getContextInfoInternal()
/external/skqp/dm/
DDMGpuTestProcs.cpp35 static constexpr auto kNativeGLType = GrContextFactory::kGL_ContextType; in RunWithGPUTestContexts()
44 if (contextType == GrContextFactory::kGL_ContextType || in RunWithGPUTestContexts()
/external/skia/dm/
DDMGpuTestProcs.cpp43 static constexpr auto kNativeGLType = GrContextFactory::kGL_ContextType; in RunWithGPUTestContexts()
52 if (contextType == GrContextFactory::kGL_ContextType || in RunWithGPUTestContexts()
/external/skia/tools/skiaserve/
DRequest.cpp57 GLTestContext* gl = factory->getContextInfo(GrContextFactory::kGL_ContextType, in getCanvas()
99 auto result = fContextFactory->get(GrContextFactory::kGL_ContextType, in directContext()
/external/skqp/tools/skiaserve/
DRequest.cpp53 GLTestContext* gl = factory->getContextInfo(GrContextFactory::kGL_ContextType, in getCanvas()
92 GrContext* result = fContextFactory->get(GrContextFactory::kGL_ContextType, in getContext()
/external/skqp/tests/
DSurfaceSemaphoreTest.cpp173 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGL_ContextType; in DEF_GPUTEST()
184 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType || in DEF_GPUTEST()
/external/skia/tests/
DSurfaceSemaphoreTest.cpp190 static constexpr auto kNativeGLType = sk_gpu_test::GrContextFactory::kGL_ContextType; in DEF_GPUTEST()
201 if (contextType == sk_gpu_test::GrContextFactory::kGL_ContextType || in DEF_GPUTEST()
/external/skqp/tools/flags/
DSkCommonFlagsConfig.cpp230 *outContextType = GrContextFactory::kGL_ContextType; in parse_option_gpu_api()
456 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu()
/external/skia/tools/
Dskottie2movie.cpp55 auto contextType = sk_gpu_test::GrContextFactory::kGL_ContextType; in main()
/external/skia/tools/flags/
DCommonFlagsConfig.cpp257 *outContextType = GrContextFactory::kGL_ContextType; in parse_option_gpu_api()
524 SkCommandLineConfigGpu::ContextType contextType = GrContextFactory::kGL_ContextType; in parse_command_line_config_gpu()
/external/skia/fuzz/
DFuzzCreateDDL.cpp211 auto ctxInfo = factory.getContextInfo(sk_gpu_test::GrContextFactory::kGL_ContextType); in DEF_FUZZ()
DFuzzDDLThreading.cpp278 DDLFuzzer(fuzz, ContextType::kGL_ContextType).run(); in DEF_FUZZ()
DFuzzCanvas.cpp1642 auto context = f.get(sk_gpu_test::GrContextFactory::kGL_ContextType); in DEF_FUZZ()
/external/skia/experimental/ddlbench/
Dddlbench.cpp340 const GrContextFactory::ContextType kContextType = GrContextFactory::kGL_ContextType; in main()
/external/skia/tools/fm/
Dfm.cpp494 { "gl" , GrContextFactory::kGL_ContextType }, in main()
/external/skqp/bench/
Dnanobench.cpp405 #define kBogusContextType GrContextFactory::kGL_ContextType
/external/skia/bench/
Dnanobench.cpp465 #define kBogusContextType GrContextFactory::kGL_ContextType
/external/skqp/fuzz/
DFuzzCanvas.cpp1693 GrContext* context = f.get(sk_gpu_test::GrContextFactory::kGL_ContextType); in DEF_FUZZ()