Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_texture.c66 _swrast_alloc_texture_image_buffer(struct gl_context *ctx, in _swrast_alloc_texture_image_buffer() function
345 if (!_swrast_alloc_texture_image_buffer(ctx, texImage)) { in _swrast_AllocTextureStorage()
Dswrast.h217 _swrast_alloc_texture_image_buffer(struct gl_context *ctx,
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c108 driver->AllocTextureImageBuffer = _swrast_alloc_texture_image_buffer; in _mesa_init_driver_functions()