Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h150 …static void SetPushConstant(uint32_t program, const Gles::PushConstantReflection& pc, const void* …
H A Drender_backend_gles.cpp2152 void RenderBackendGLES::SetPushConstant(uint32_t program, const Gles::PushConstantReflection& pc, c… in SetPushConstant() function in RenderBackendGLES
2212 SetPushConstant(program, pc, &renderCmd.data[offs]); in SetPushConstants()