HomeSort by relevance Sort by last modified time
    Searched full:stwfb (Results 1 - 1 of 1) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 63 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
68 if (stwfb->texture_width != width || stwfb->texture_height != height) {
70 pipe_resource_reference(&stwfb->textures[i], NULL);
86 if (stwfb->textures[i] || !(mask & (1 << i))) {
88 if (stwfb->textures[i])
96 format = stwfb->stvis.color_format;
101 format = stwfb->stvis.depth_stencil_format;
113 stwfb->textures[i] =
118 stwfb->texture_width = width
129 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
162 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
177 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
190 struct stw_st_framebuffer *stwfb; local
213 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
228 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
    [all...]

Completed in 107 milliseconds