Lines Matching defs:texture

98       /* map src texture buffer */
143 /* map src texture buffer */
199 /* map src texture buffer */
243 /* map src texture buffer */
314 * Get a color texture image with decompression.
342 /* Decompress the texture image slices - results in 'tempImage' */
431 * Get an uncompressed color texture image.
477 /* map src texture buffer */
560 /* Unmap the src texture buffer */
630 * Check if we can use memcpy to copy from the hardware texture
660 /* map src texture buffer */
678 /* unmap src texture buffer */
706 /* Packing texture image into a PBO.
710 * texture data to the PBO if the PBO is in VRAM along with the texture.
793 /* pack texture image into a PBO */
815 /* map src texture buffer */
846 * Validate the texture target enum supplied to glGetTex(ture)Image or
1154 * texture's format.
1222 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid texture)", caller);
1242 * and the texture object is not cube complete or cube array complete,
1259 * Do error checking for all (non-compressed) get-texture-image functions.
1301 * Do error checking for all (non-compressed) get-texture-image functions.
1343 * Return the width, height and depth of a texture image.
1375 * Common code for all (uncompressed) get-texture-image functions.
1376 * \param texObj the texture object (should not be null)
1520 _mesa_GetTextureImage(GLuint texture, GLint level, GLenum format, GLenum type,
1526 _mesa_lookup_texture_err(ctx, texture, caller);
1543 _mesa_GetTextureImageEXT(GLuint texture, GLenum target, GLint level,
1549 _mesa_lookup_or_create_texture(ctx, target, texture,
1605 _mesa_GetTextureSubImage(GLuint texture, GLint level,
1614 _mesa_lookup_texture_err(ctx, texture, caller);
1622 "%s(buffer/multisample texture)", caller);
1642 * a sub-region of a compressed texture.
1666 * Do error checking for getting compressed texture images.
1686 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid texture)", caller);
1708 "%s(texture is not compressed)", caller);
1895 _mesa_GetCompressedTextureImageEXT(GLuint texture, GLenum target, GLint level,
1903 texObj = _mesa_lookup_or_create_texture(ctx, target, texture,
1951 _mesa_GetCompressedTextureImage(GLuint texture, GLint level,
1958 _mesa_lookup_texture_err(ctx, texture, caller);
1980 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level,
1990 texObj = _mesa_lookup_texture_err(ctx, texture, caller);