Searched refs:alloc_texture (Results 1 - 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_cb_drawpixels.c | 462 alloc_texture(struct st_context *st, GLsizei width, GLsizei height, function 506 pt = alloc_texture(st, width, height, pipeFormat); 1552 pt = alloc_texture(st, width, height, texFormat);
|
/external/mesa3d/src/mesa/drivers/common/ |
H A D | meta.c | 1247 alloc_texture(struct temp_texture *tex, function 1657 newTex = alloc_texture(tex, srcW, srcH, GL_RGBA); 1699 newTex = alloc_texture(tex, srcW, srcH, GL_DEPTH_COMPONENT); 2159 newTex = alloc_texture(tex, width, height, intFormat); 2458 newTex = alloc_texture(tex, width, height, texIntFormat); 2692 newTex = alloc_texture(tex, width, height, texIntFormat);
|
Completed in 87 milliseconds