Home
last modified time | relevance | path

Searched refs:stContext (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/targets/haiku-softpipe/
DGalliumContext.cpp201 struct st_context *stContext = (struct st_context*)context->st; in CreateContext() local
205 context->postProcess = pp_init(stContext->pipe, context->postProcessEnable, in CreateContext()
206 stContext->cso_context); in CreateContext()
341 struct st_context *stContext = (struct st_context*)context->st; in SwapBuffers() local
343 unsigned nColorBuffers = stContext->state.framebuffer.nr_cbufs; in SwapBuffers()
345 pipe_surface* surface = stContext->state.framebuffer.cbufs[i]; in SwapBuffers()
361 pipe_surface* zSurface = stContext->state.framebuffer.zsbuf; in SwapBuffers()