Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c364 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, in alloc_texture() function
458 pt = alloc_texture(st, width, height, pipeFormat, PIPE_BIND_SAMPLER_VIEW); in make_texture()
1578 pt = alloc_texture(st, width, height, srcFormat, srcBind); in st_CopyPixels()