Lines Matching defs:texture

95       /* map src texture buffer */
142 /* map src texture buffer */
189 /* map src texture buffer */
233 /* map src texture buffer */
304 * Get a color texture image with decompression.
332 /* Decompress the texture image slices - results in 'tempImage' */
421 * Get an uncompressed color texture image.
467 /* map src texture buffer */
550 /* Unmap the src texture buffer */
620 * Check if we can use memcpy to copy from the hardware texture
650 /* map src texture buffer */
668 /* unmap src texture buffer */
698 /* Packing texture image into a PBO.
702 * texture data to the PBO if the PBO is in VRAM along with the texture.
786 /* pack texture image into a PBO */
808 /* map src texture buffer */
839 * Validate the texture target enum supplied to glGetTex(ture)Image or
905 * texture image is missing.
1003 /* missing texture image */
1139 * Do error checking for all (non-compressed) get-texture-image functions.
1158 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid texture)", caller);
1196 * texture's format.
1249 * Return the width, height and depth of a texture image.
1281 * Common code for all (uncompressed) get-texture-image functions.
1282 * \param texObj the texture object (should not be null)
1419 _mesa_GetTextureImage(GLuint texture, GLint level, GLenum format, GLenum type,
1426 _mesa_lookup_texture_err(ctx, texture, caller);
1453 _mesa_GetTextureSubImage(GLuint texture, GLint level,
1462 _mesa_lookup_texture_err(ctx, texture, caller);
1483 * a sub-region of a compressed texture.
1507 * Do error checking for getting compressed texture images.
1527 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(invalid texture)", caller);
1549 "%s(texture is not compressed)", caller);
1733 _mesa_GetCompressedTextureImage(GLuint texture, GLint level,
1740 _mesa_lookup_texture_err(ctx, texture, caller);
1762 _mesa_GetCompressedTextureSubImage(GLuint texture, GLint level,
1772 texObj = _mesa_lookup_texture_err(ctx, texture, caller);