Searched refs:initialize_texture_fields (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | texstorage.c | 141 initialize_texture_fields(struct gl_context *ctx, in initialize_texture_fields() function 471 initialize_texture_fields(ctx, texObj, levels, width, height, depth, in texture_storage() 509 if (!initialize_texture_fields(ctx, texObj, levels, width, height, depth, in texture_storage()
|
D | textureview.c | 307 initialize_texture_fields(struct gl_context *ctx, in initialize_texture_fields() function 686 if (!initialize_texture_fields(ctx, target, texObj, newViewNumLevels, in texture_view()
|