Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h245 …onst VertexInputDeclarationData& decldata, const BASE_NS::array_view<const int32_t>& vertexInputs);
H A Drender_backend_gles.cpp2407 const VertexInputDeclarationData& decldata, const array_view<const int32_t>& vertexInputs) in BindVertexInputs() argument
2420 … if ((location != ~0u) && (binding != ~0u) && (vertexInputs[location] != Gles::INVALID_LOCATION)) { in BindVertexInputs()
2471 array_view<const int32_t> vertexInputs; in BindResources() local
2484 vertexInputs = { sd.inputs, countof(sd.inputs) }; in BindResources()
2497 BindVertexInputs(pipelineData.vertexInputDeclaration, vertexInputs); in BindResources()