Home
last modified time | relevance | path

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

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