Home
last modified time | relevance | path

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

/third_party/skia/experimental/graphite/src/
DRecorder.h30 ProgramCache* programCache();
DRecorder.cpp36 ProgramCache* Recorder::programCache() { in programCache() function in skgpu::Recorder
DDrawPass.cpp43 auto programInfo = recorder->programCache()->findOrCreateProgram(combo); in get_ids_from_paint()
/third_party/skia/tests/graphite/
DProgramCacheTest.cpp19 auto cache = recorder.programCache(); in DEF_GRAPHITE_TEST_FOR_CONTEXTS()