Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:stObj

105    struct st_texture_object *stObj;
116 stObj = st_texture_object(texObj);
120 if (!stObj->surface_based) {
122 stObj->surface_based = GL_TRUE;
132 pipe_resource_reference(&stObj->pt, ps->texture);
133 pipe_sampler_view_reference(&stObj->sampler_view, NULL);
134 pipe_resource_reference(&stImage->pt, stObj->pt);
136 stObj->width0 = ps->width;
137 stObj->height0 = ps->height;
138 stObj->depth0 = 1;