Searched refs:textureOrIndex (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dteximage.c5743 compressed_tex_sub_image(unsigned dim, GLenum target, GLuint textureOrIndex, argument
5758 texObj = _mesa_lookup_texture_err(ctx, textureOrIndex, caller);
5764 texObj = _mesa_lookup_texture(ctx, textureOrIndex);
5770 texObj = _mesa_lookup_or_create_texture(ctx, target, textureOrIndex,
5775 textureOrIndex,
5784 assert(textureOrIndex == 0);

Completed in 10 milliseconds