Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h205 uint32_t BoundProgram() const;
H A Drender_backend_gles.cpp2491 if (device_.BoundProgram() != program) { in BindResources()
2515 if (device_.BoundProgram() != program) { in BindResources()
H A Ddevice_gles.cpp1546 uint32_t DeviceGLES::BoundProgram() const in BoundProgram() function in DeviceGLES