OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_id
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/glamor/
glamor_font.h
32
GLuint
texture_id
;
member in struct:__anon9845
glamor_font.c
118
glGenTextures(1, &glamor_font->
texture_id
);
120
glBindTexture(GL_TEXTURE_2D, glamor_font->
texture_id
);
153
glDeleteTextures(1, &glamor_font->
texture_id
);
154
glamor_font->
texture_id
= 0;
184
glDeleteTextures(1, &glamor_font->
texture_id
);
185
glamor_font->
texture_id
= 0;
221
glDeleteTextures(1, &glamor_font->
texture_id
);
glamor_text.c
117
glBindTexture(GL_TEXTURE_2D, glamor_font->
texture_id
);
/xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h
1736
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
);
imgui_draw.cpp
510
void ImDrawList::PushTextureID(ImTextureID
texture_id
)
512
_TextureIdStack.push_back(
texture_id
);
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h
1736
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
);
imgui_draw.cpp
510
void ImDrawList::PushTextureID(ImTextureID
texture_id
)
512
_TextureIdStack.push_back(
texture_id
);
Completed in 24 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026