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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 80 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
85 if (stwfb->texture_width != width || stwfb->texture_height != height) {
87 pipe_resource_reference(&stwfb->textures[i], NULL);
97 templ.nr_samples = stwfb->stvis.samples;
104 if (stwfb->textures[i] || !(mask & (1 << i))) {
106 if (stwfb->textures[i])
114 format = stwfb->stvis.color_format;
120 format = stwfb->stvis.depth_stencil_format;
132 stwfb->textures[i]
149 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
182 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
205 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
229 struct stw_st_framebuffer *stwfb; local
252 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
267 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
301 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 68 struct stw_st_framebuffer *stwfb = stw_st_framebuffer(stfb);
69 pipe_mutex_lock(stwfb->fb->mutex);

Completed in 1298 milliseconds