Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_utils.h280 uint32_t GetFirstIndexForDrawCall(gl::DrawElementsType indexType, const void *indices);
H A Dwgpu_utils.cpp578 uint32_t GetFirstIndexForDrawCall(gl::DrawElementsType indexType, const void *indices) in GetFirstIndexForDrawCall() function
H A DContextWgpu.cpp1055 *outFirstIndex = gl_wgpu::GetFirstIndexForDrawCall(indexTypeOrInvalid, adjustedIndicesPtr); in setupDraw()