HomeSort by relevance Sort by last modified time
    Searched defs:grCtxOptions (Results 1 - 2 of 2) sorted by null

  /external/skia/dm/
DM.cpp 874 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config) {
880 GrContextFactory testFactory(grCtxOptions);
892 FLAGS_gpu_threading, grCtxOptions);
897 FLAGS_gpu_threading, grCtxOptions);
    [all...]
  /external/skqp/dm/
DM.cpp 862 static Sink* create_sink(const GrContextOptions& grCtxOptions, const SkCommandLineConfig* config) {
868 GrContextFactory testFactory(grCtxOptions);
880 FLAGS_gpu_threading, grCtxOptions);
885 FLAGS_gpu_threading, grCtxOptions);
960 static bool gather_sinks(const GrContextOptions& grCtxOptions, bool defaultConfigs) {
965 Sink* sink = create_sink(grCtxOptions, &config);
    [all...]

Completed in 156 milliseconds