Home
last modified time | relevance | path

Searched defs:TextureId (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
H A Dgl_texture.h159 TextureId() : id_(GL_INVALID_INDEX) { in TextureId() function
164 explicit TextureId(GLuint id) : id_(id) {} in TextureId() function
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp324 unsigned TextureId = MI.getOperand(6).getImm(); in EmitInstrWithCustomInserter() local
427 unsigned TextureId = MI.getOperand(6).getImm(); in EmitInstrWithCustomInserter() local
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui.h1735 …ImTextureID TextureId; // User-provided texture ID. Set by user in ImfontAtlas::S… member