Home
last modified time | relevance | path

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

/external/angle/src/tests/egl_tests/
DEGLProgramCacheControlTest.cpp20 const ProgramKeyType &key,
27 void onCache(const ProgramKeyType &key, size_t programSize, const uint8_t *programBytes) in onCache()
68 ProgramKeyType mCachedKey;
73 const ProgramKeyType &key, in TestCacheProgram()
209 ProgramKeyType keyBuffer; in TEST_P()
/external/angle/include/platform/
DPlatformMethods.h222 using ProgramKeyType = std::array<uint8_t, 20>; variable
224 const ProgramKeyType &key,
228 const ProgramKeyType &key, in DefaultCacheProgram()