Searched defs:alloc_texture (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c462 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/state_tracker/
H A Dst_cb_drawpixels.c462 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/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c1247 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);
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1247 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 671 milliseconds