Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex.c333 functions->AllocTextureStorage = intel_alloc_texture_storage; in intelInitTextureFuncs()
/external/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c199 driver->AllocTextureStorage = _mesa_AllocTextureStorage_sw; in _mesa_init_driver_functions()
/external/mesa3d/src/mesa/main/
Dtexstorage.c473 if (!ctx->Driver.AllocTextureStorage(ctx, texObj, levels, in texture_storage()
Ddd.h409 GLboolean (*AllocTextureStorage)(struct gl_context *ctx, member
Dteximage.c5900 if (!ctx->Driver.AllocTextureStorage(ctx, texObj, 1, in texture_image_multisample()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c3196 functions->AllocTextureStorage = st_AllocTextureStorage; in st_init_texture_functions()