OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloctexturestorage
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex.c
114
* Called via ctx->Driver.
AllocTextureStorage
()
219
functions->
AllocTextureStorage
= intel_alloc_texture_storage;
/external/mesa3d/src/mesa/drivers/common/
driverfuncs.c
211
driver->
AllocTextureStorage
= _swrast_AllocTextureStorage;
/external/mesa3d/src/mesa/main/
texstorage.c
173
if (!ctx->Driver.
AllocTextureStorage
(ctx, texObj, levels,
dd.h
362
GLboolean (*
AllocTextureStorage
)(struct gl_context *ctx,
[
all
...]
/external/mesa3d/src/mesa/swrast/
s_texture.c
330
* Called via ctx->Driver.
AllocTextureStorage
()
/external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c
[
all
...]
Completed in 186 milliseconds