Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h415 static uint32_t IndexedTargetIdToTarget(BufferBindId target);
H A Ddevice_gles.cpp891 inline uint32_t DeviceGLES::IndexedTargetIdToTarget(DeviceGLES::BufferBindId target) in IndexedTargetIdToTarget() function in DeviceGLES
1850 const uint32_t targetId = IndexedTargetIdToTarget(BufferBindId { tid }); in UnBindBuffer()