Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp22 const uint8_t *programBytes);
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()
75 const uint8_t *programBytes) in TestCacheProgram() argument
80 testCase->onCache(key, programSize, programBytes); in TestCacheProgram()
/third_party/skia/third_party/externals/angle2/include/platform/
DPlatformMethods.h243 const uint8_t *programBytes);
247 const uint8_t *programBytes) in DefaultCacheProgram() argument