Home
last modified time | relevance | path

Searched refs:programSize (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp21 size_t programSize,
27 void onCache(const ProgramKeyType &key, size_t programSize, const uint8_t *programBytes) in onCache() argument
30 mCachedBinary.assign(&programBytes[0], &programBytes[programSize]); in onCache()
74 size_t programSize, in TestCacheProgram() argument
80 testCase->onCache(key, programSize, programBytes); in TestCacheProgram()
/external/angle/src/libANGLE/
DMemoryProgramCache.cpp147 size_t programSize = 0; in getProgram() local
148 if (get(context, *hashOut, &binaryProgram, &programSize)) in getProgram()
151 if (!egl::DecompressBlobCacheData(binaryProgram.data(), programSize, &uncompressedData)) in getProgram()
/external/angle/include/platform/
DPlatformMethods.h242 size_t programSize,
246 size_t programSize, in DefaultCacheProgram() argument