Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp186 if (auto* ptr = createInfo.reflectionData.GetPushConstants(); ptr) { in ProcessShaderModule()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h87 const uint8_t* GetPushConstants() const;
H A Dshader_manager.cpp2263 const uint8_t* ShaderReflectionData::GetPushConstants() const in GetPushConstants() function in ShaderReflectionData