Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_tex.c409 functions->AllocTextureStorage = brw_alloc_texture_storage; in brw_init_texture_functions()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c205 driver->AllocTextureStorage = _mesa_AllocTextureStorage_sw; in _mesa_init_driver_functions()
/third_party/mesa3d/src/mesa/main/
Dtexstorage.c474 if (!ctx->Driver.AllocTextureStorage(ctx, texObj, levels, in texture_storage()
Ddd.h441 GLboolean (*AllocTextureStorage)(struct gl_context *ctx, member
Dteximage.c6923 if (!ctx->Driver.AllocTextureStorage(ctx, texObj, 1, in texture_image_multisample()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3744 functions->AllocTextureStorage = st_AllocTextureStorage; in st_init_texture_functions()