Searched refs:get_texobj_by_name (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texparam.c | 156 get_texobj_by_name(struct gl_context *ctx, GLuint texture, GLboolean get) in get_texobj_by_name() function 1114 texObj = get_texobj_by_name(ctx, texture, GL_FALSE); in _mesa_TextureParameterfv() 1130 texObj = get_texobj_by_name(ctx, texture, GL_FALSE); in _mesa_TextureParameterf() 1146 texObj = get_texobj_by_name(ctx, texture, GL_FALSE); in _mesa_TextureParameteri() 1163 texObj = get_texobj_by_name(ctx, texture, GL_FALSE); in _mesa_TextureParameteriv() 1180 texObj = get_texobj_by_name(ctx, texture, GL_FALSE); in _mesa_TextureParameterIiv() 1197 texObj = get_texobj_by_name(ctx, texture, GL_FALSE); in _mesa_TextureParameterIuiv() 2341 obj = get_texobj_by_name(ctx, texture, GL_TRUE); in _mesa_GetTextureParameterfv() 2358 obj = get_texobj_by_name(ctx, texture, GL_TRUE); in _mesa_GetTextureParameteriv() 2375 texObj = get_texobj_by_name(ctx, texture, GL_TRUE); in _mesa_GetTextureParameterIiv() [all …]
|