Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.cpp656 ret->plat_.program = device_.CacheProgram(vertSource, fragSource, string_view()); in Specialize()
759 ret->plat_.program = device_.CacheProgram(string_view(), string_view(), compSource); in Specialize()
H A Ddevice_gles.h182 uint32_t CacheProgram(
H A Ddevice_gles.cpp1433 uint32_t DeviceGLES::CacheProgram( in CacheProgram() function in DeviceGLES