Lines Matching refs:name
59 /** \name Internal functions */
269 * \param name the texture name
275 GLuint name, GLenum target )
294 obj->Name = name;
389 * \param name integer name for the texture object
397 _mesa_new_texture_object(struct gl_context *ctx, GLuint name, GLenum target)
405 if (!_mesa_initialize_texture_object(ctx, obj, name, target)) {
1131 GLint level, const char *name)
1135 * "If <texture> is zero or is not the name of a texture, the error
1144 _mesa_error(ctx, GL_INVALID_VALUE, "%s(texture)", name);
1155 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level)", name);
1171 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level)", name);
1243 /** \name API functions */
1277 * \param target the texture target for each name to be generated.
1702 "%s(non-gen name)", caller);
1729 * \param texName texture name.
1793 * \param texture texture name.
1799 * If the named texture is not 0 or a recognized texture name, this throws
1825 "glBindTextureUnit(non-gen name)");
1916 * in <textures> is not zero or the name of an existing
1921 "or the name of an existing texture object)",
2065 * See if a name corresponds to a texture.
2067 * \param texture texture name.
2069 * \return GL_TRUE if texture name corresponds to a texture, or GL_FALSE