Home
last modified time | relevance | path

Searched refs:getMemoryProgramCache (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DProgram.cpp964 : context->getMemoryProgramCache(); in link()
2368 MemoryProgramCache *cache = context->getMemoryProgramCache(); in cacheProgramBinaryIfNotAlready()
H A DContext.h644 MemoryProgramCache *getMemoryProgramCache() const { return mMemoryProgramCache; } in getMemoryProgramCache() function