Home
last modified time | relevance | path

Searched refs:grContextOpts (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/skiaserve/
DRequest.cpp32 GrContextOptions grContextOpts; in Request() local
33 fContextFactory = new GrContextFactory(grContextOpts); in Request()
/third_party/flutter/skia/tools/skiaserve/
DRequest.cpp29 GrContextOptions grContextOpts; in Request() local
30 fContextFactory = new GrContextFactory(grContextOpts); in Request()
/third_party/skia/bench/
Dnanobench.cpp90 GrContextOptions grContextOpts; variable
256 GrContextOptions options = grContextOpts; in init()
464 GrContextFactory factory(grContextOpts); in create_config()
1181 CommonFlags::SetCtxOptions(&grContextOpts); in main()
1184 grContextOpts.fShaderErrorHandler = &errorHandler; in main()
/third_party/flutter/skia/bench/
Dnanobench.cpp77 GrContextOptions grContextOpts; variable
230 GrContextOptions options = grContextOpts; in init()
460 GrContextFactory factory(grContextOpts); in create_config()
1149 SetCtxOptionsFromCommonFlags(&grContextOpts); in main()