Searched refs:targetIndex (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texobj.c | 235 int targetIndex; local in function:_mesa_get_texobj_by_target_and_texunit 249 targetIndex = _mesa_tex_target_to_index(ctx, target); 250 if (targetIndex < 0 || targetIndex == TEXTURE_BUFFER_INDEX) { 254 assert(targetIndex < NUM_TEXTURE_TARGETS); 256 return texUnit->CurrentTex[targetIndex]; 399 struct gl_texture_object *obj, int targetIndex) 405 obj->TargetIndex = targetIndex; 1285 GLint targetIndex; local in function:_mesa_CreateTextures 1293 targetIndex 398 finish_texture_init(struct gl_context * ctx,GLenum target,struct gl_texture_object * obj,int targetIndex) argument 1624 int targetIndex; local in function:bind_texture_object 1684 const GLint targetIndex = _mesa_tex_target_to_index(ctx, target); local in function:_mesa_bind_texture 1703 int targetIndex; local in function:_mesa_lookup_or_create_texture [all...] |
| H A D | formatquery.c | 1459 int targetIndex = _mesa_tex_target_to_index(ctx, target); local in function:_mesa_GetInternalformativ 1460 if (targetIndex < 0 || targetIndex == TEXTURE_BUFFER_INDEX)
|
| H A D | teximage.c | 2924 int targetIndex = _mesa_tex_target_to_index(ctx, boundTarget); local in function:lookup_texture_ext_dsa 2925 if (targetIndex < 0) { 2930 assert(targetIndex < NUM_TEXTURE_TARGETS); 2935 texObj = ctx->Shared->DefaultTex[targetIndex];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texobj.c | 352 struct gl_texture_object *obj, int targetIndex) 358 obj->TargetIndex = targetIndex; 1323 GLint targetIndex; local in function:_mesa_CreateTextures 1331 targetIndex = _mesa_tex_target_to_index(ctx, target); 1332 if (targetIndex < 0) { 1658 int targetIndex; local in function:bind_texture_object 1666 targetIndex = texObj->TargetIndex; 1667 assert(targetIndex >= 0); 1668 assert(targetIndex < NUM_TEXTURE_TARGETS); 1674 if (targetIndex ! 351 finish_texture_init(struct gl_context * ctx,GLenum target,struct gl_texture_object * obj,int targetIndex) argument 1718 const GLint targetIndex = _mesa_tex_target_to_index(ctx, target); local in function:_mesa_bind_texture 1743 int targetIndex; local in function:bind_texture [all...] |
| H A D | texparam.c | 128 int targetIndex; local in function:get_texobj_by_target 138 targetIndex = _mesa_tex_target_to_index(ctx, target); 139 if (targetIndex < 0 || targetIndex == TEXTURE_BUFFER_INDEX) { 144 assert(targetIndex < NUM_TEXTURE_TARGETS); 146 return texUnit->CurrentTex[targetIndex];
|
| H A D | formatquery.c | 1449 int targetIndex = _mesa_tex_target_to_index(ctx, target); local in function:_mesa_GetInternalformativ 1450 if (targetIndex < 0 || targetIndex == TEXTURE_BUFFER_INDEX)
|
Completed in 46 milliseconds