Searched refs:CacheProgram (Results 1 – 3 of 3) sorted by relevance
656 ret->plat_.program = device_.CacheProgram(vertSource, fragSource, string_view()); in Specialize()759 ret->plat_.program = device_.CacheProgram(string_view(), string_view(), compSource); in Specialize()
182 uint32_t CacheProgram(
1433 uint32_t DeviceGLES::CacheProgram( in CacheProgram() function in DeviceGLES