Searched refs:stTexObj (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c456 const struct st_texture_object *stTexObj = NULL; local in function:st_update_renderbuffer_surface
472 stTexObj = st_texture_object(strb->Base.TexImage->TexObject);
473 if (stTexObj->surface_based)
474 format = stTexObj->surface_format;
509 stTexObj->base.Immutable) {
510 const struct gl_texture_object *tex = &stTexObj->base;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_fbo.c487 const struct st_texture_object *stTexObj = NULL; local in function:st_update_renderbuffer_surface
503 stTexObj = st_texture_object(strb->Base.TexImage->TexObject);
504 if (stTexObj->surface_based)
505 format = stTexObj->surface_format;
540 stTexObj->base.Immutable) {
541 const struct gl_texture_object *tex = &stTexObj->base;

Completed in 4 milliseconds