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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c472 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, function in typeref:struct:pipe_resource *
657 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW);
1795 pt = alloc_texture(st, width, height, srcFormat, srcBind);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c471 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, function in typeref:struct:pipe_resource *
657 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW);
1894 pt = alloc_texture(st, width, height, srcFormat, srcBind);

Completed in 6 milliseconds