Searched defs:mesaFormat (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c56 int intel_compressed_num_bytes(GLuint mesaFormat) argument
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c56 int intel_compressed_num_bytes(GLuint mesaFormat) argument
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c56 int intel_compressed_num_bytes(GLuint mesaFormat) argument
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c56 int intel_compressed_num_bytes(GLuint mesaFormat) argument
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c56 int intel_compressed_num_bytes(GLuint mesaFormat) argument
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c56 int intel_compressed_num_bytes(GLuint mesaFormat) argument
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h69 GLenum mesaFormat; /** MESA_FORMAT_xxx */ member in struct:_radeon_mipmap_tree
104 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
H A Dradeon_mipmap_tree.c135 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
136 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits);
189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
198 mt->mesaFormat = mesaFormat;
305 if (texImage->TexFormat != mt->mesaFormat)
337 fprintf(stderr, "format %d vs %d\n", mt->mesaFormat, firstImage->TexFormat);
343 mt->mesaFormat == firstImage->TexFormat &&
355 mt->mesaFormat == firstImage->TexFormat &&
427 assert(mt->mesaFormat
188 radeon_miptree_create(radeonContextPtr rmesa, GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h69 GLenum mesaFormat; /** MESA_FORMAT_xxx */ member in struct:_radeon_mipmap_tree
104 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
H A Dradeon_mipmap_tree.c135 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
136 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits);
189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
198 mt->mesaFormat = mesaFormat;
305 if (texImage->TexFormat != mt->mesaFormat)
337 fprintf(stderr, "format %d vs %d\n", mt->mesaFormat, firstImage->TexFormat);
343 mt->mesaFormat == firstImage->TexFormat &&
355 mt->mesaFormat == firstImage->TexFormat &&
427 assert(mt->mesaFormat
188 radeon_miptree_create(radeonContextPtr rmesa, GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress.c375 _mesa_compressed_format_to_glenum(struct gl_context *ctx, gl_format mesaFormat) argument
377 switch (mesaFormat) {
446 gl_format mesaFormat,
450 const GLuint blockSize = _mesa_get_format_bytes(mesaFormat);
454 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
445 _mesa_compressed_image_address(GLint col, GLint row, GLint img, gl_format mesaFormat, GLsizei width, const GLubyte *image) argument
H A Dteximage.c1691 gl_format mesaFormat = _mesa_glenum_to_compressed_format(glformat); local
1692 return _mesa_format_image_size(mesaFormat, width, height, depth);
1702 gl_format mesaFormat = _mesa_glenum_to_compressed_format(glformat); local
1703 _mesa_get_format_block_size(mesaFormat, bw, bh);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h69 GLenum mesaFormat; /** MESA_FORMAT_xxx */ member in struct:_radeon_mipmap_tree
104 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
H A Dradeon_mipmap_tree.c135 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
136 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits);
189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
198 mt->mesaFormat = mesaFormat;
305 if (texImage->TexFormat != mt->mesaFormat)
337 fprintf(stderr, "format %d vs %d\n", mt->mesaFormat, firstImage->TexFormat);
343 mt->mesaFormat == firstImage->TexFormat &&
355 mt->mesaFormat == firstImage->TexFormat &&
427 assert(mt->mesaFormat
188 radeon_miptree_create(radeonContextPtr rmesa, GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h69 GLenum mesaFormat; /** MESA_FORMAT_xxx */ member in struct:_radeon_mipmap_tree
104 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
H A Dradeon_mipmap_tree.c135 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target);
136 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits);
189 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
198 mt->mesaFormat = mesaFormat;
305 if (texImage->TexFormat != mt->mesaFormat)
337 fprintf(stderr, "format %d vs %d\n", mt->mesaFormat, firstImage->TexFormat);
343 mt->mesaFormat == firstImage->TexFormat &&
355 mt->mesaFormat == firstImage->TexFormat &&
427 assert(mt->mesaFormat
188 radeon_miptree_create(radeonContextPtr rmesa, GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels, GLuint width0, GLuint height0, GLuint depth0, GLuint tilebits) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c375 _mesa_compressed_format_to_glenum(struct gl_context *ctx, gl_format mesaFormat) argument
377 switch (mesaFormat) {
446 gl_format mesaFormat,
450 const GLuint blockSize = _mesa_get_format_bytes(mesaFormat);
454 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
445 _mesa_compressed_image_address(GLint col, GLint row, GLint img, gl_format mesaFormat, GLsizei width, const GLubyte *image) argument
H A Dteximage.c1691 gl_format mesaFormat = _mesa_glenum_to_compressed_format(glformat); local
1692 return _mesa_format_image_size(mesaFormat, width, height, depth);
1702 gl_format mesaFormat = _mesa_glenum_to_compressed_format(glformat); local
1703 _mesa_get_format_block_size(mesaFormat, bw, bh);
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_format.c55 st_mesa_format_to_pipe_format(gl_format mesaFormat) argument
57 switch (mesaFormat) {
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c55 st_mesa_format_to_pipe_format(gl_format mesaFormat) argument
57 switch (mesaFormat) {

Completed in 2312 milliseconds