Searched refs:texture_id (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_font.h32 GLuint texture_id; member in struct:__anonbf58c7cb0108
H A Dglamor_font.c115 glGenTextures(1, &glamor_font->texture_id);
117 glBindTexture(GL_TEXTURE_2D, glamor_font->texture_id);
194 glDeleteTextures(1, &glamor_font->texture_id);
H A Dglamor_text.c117 glBindTexture(GL_TEXTURE_2D, glamor_font->texture_id);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1736 ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the vertices. clip_rect and texture_id will be set normally.
1824 IMGUI_API void PushTextureID(ImTextureID texture_id);
H A Dimgui_draw.cpp510 void ImDrawList::PushTextureID(ImTextureID texture_id) argument
512 _TextureIdStack.push_back(texture_id);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1736 ImDrawCallback UserCallback; // If != NULL, call the function instead of rendering the vertices. clip_rect and texture_id will be set normally.
1824 IMGUI_API void PushTextureID(ImTextureID texture_id);
H A Dimgui_draw.cpp510 void ImDrawList::PushTextureID(ImTextureID texture_id) argument
512 _TextureIdStack.push_back(texture_id);

Completed in 33 milliseconds