OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_width
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c
43
unsigned
texture_width
, texture_height, texture_mask;
member in struct:xmesa_st_framebuffer
123
if (xstfb->
texture_width
!= width || xstfb->texture_height != height) {
177
xstfb->
texture_width
= width;
219
resized = (xstfb->buffer->width != xstfb->
texture_width
||
239
0, 0, xstfb->
texture_width
, xstfb->texture_height);
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c
45
unsigned
texture_width
, texture_height;
member in struct:stw_st_framebuffer
68
if (stwfb->
texture_width
!= width || stwfb->texture_height != height) {
118
stwfb->
texture_width
= width;
Completed in 381 milliseconds