Home
last modified time | relevance | path

Searched refs:dumpJSON (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLExtensions.cpp159 void GrGLExtensions::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() function in GrGLExtensions
167 void GrGLExtensions::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() function in GrGLExtensions
H A DGrGLGpu.cpp4159 glInterface()->fExtensions.dumpJSON(writer); in onDumpJSON()
/third_party/skia/src/gpu/
H A DGrShaderCaps.cpp87 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() function in GrShaderCaps
159 void GrShaderCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() function in GrShaderCaps
H A DGrRecordingContext.cpp185 void GrRecordingContext::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() function in GrRecordingContext
196 void GrRecordingContext::dumpJSON(SkJSONWriter*) const { } in dumpJSON() function in GrRecordingContext
H A DGrCaps.cpp196 void GrCaps::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() function in GrCaps
284 this->shaderCaps()->dumpJSON(writer); in dumpJSON()
289 void GrCaps::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() function in GrCaps
H A DGrShaderCaps.h38 void dumpJSON(SkJSONWriter*) const;
H A DGrCaps.h41 void dumpJSON(SkJSONWriter*) const;
H A DGrDirectContext.cpp1176 this->caps()->dumpJSON(&writer); in dump()
1179 this->fGpu->dumpJSON(&writer); in dump()
1182 this->dumpJSON(&writer); in dump()
H A DGrGpu.cpp803 void GrGpu::dumpJSON(SkJSONWriter* writer) const { in dumpJSON() function in GrGpu
813 void GrGpu::dumpJSON(SkJSONWriter* writer) const { } in dumpJSON() function in GrGpu
H A DGrGpu.h540 void dumpJSON(SkJSONWriter*) const;
/third_party/skia/include/gpu/gl/
H A DGrGLExtensions.h71 void dumpJSON(SkJSONWriter*) const;
/third_party/skia/infra/wasm-common/gold/
H A Dwasm_gold_aggregator.go91 http.HandleFunc("/dump_json", dumpJSON)
160 // dumpJSON writes out a JSON file with all the results, typically at the end of
162 func dumpJSON(w http.ResponseWriter, r *http.Request) {
/third_party/skia/infra/wasm-common/perf/
H A Dwasm_perf_aggregator.go107 http.HandleFunc("/dump_json", dumpJSON)
157 // dumpJSON writes out a JSON file with all the results, typically at the end of
159 func dumpJSON(w http.ResponseWriter, r *http.Request) {
/third_party/skia/infra/lottiecap/gold/
H A Dlottie-web-aggregator.go83 http.HandleFunc("/dump_json", dumpJSON)
149 // dumpJSON writes out a JSON file with all the results, typically at the end of
151 func dumpJSON(w http.ResponseWriter, r *http.Request) {
/third_party/skia/include/gpu/
H A DGrRecordingContext.h252 void dumpJSON(SkJSONWriter*) const;

Completed in 18 milliseconds