Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h416 static uint32_t TextureTargetIdToTarget(TextureTargetId target);
H A Ddevice_gles.cpp1006 inline uint32_t DeviceGLES::TextureTargetIdToTarget(DeviceGLES::TextureTargetId target) in TextureTargetIdToTarget() function in DeviceGLES
1821 const uint32_t target = TextureTargetIdToTarget(TextureTargetId { targetId }); in UnBindTexture()