HomeSort by relevance Sort by last modified time
    Searched refs:mesaFormat (Results 1 - 9 of 9) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_format.c 56 int intel_compressed_num_bytes(GLuint mesaFormat)
61 block_size = _mesa_get_format_bytes(mesaFormat);
62 _mesa_get_format_block_size(mesaFormat, &bw, &bh);
intel_tex.h 79 int intel_compressed_num_bytes(GLuint mesaFormat);
  /external/mesa3d/src/mesa/main/
texcompress.h 46 _mesa_compressed_format_to_glenum(struct gl_context *ctx, gl_format mesaFormat);
50 gl_format mesaFormat,
texcompress.c 375 _mesa_compressed_format_to_glenum(struct gl_context *ctx, gl_format mesaFormat)
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);
teximage.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_mipmap_tree.h 69 GLenum mesaFormat; /** MESA_FORMAT_xxx */
104 GLenum target, gl_format mesaFormat, GLuint baseLevel, GLuint numLevels,
radeon_mipmap_tree.c 135 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 == image->base.Base.TexFormat)
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_format.h 44 st_mesa_format_to_pipe_format(gl_format mesaFormat);
st_format.c 55 st_mesa_format_to_pipe_format(gl_format mesaFormat)
57 switch (mesaFormat) {
    [all...]

Completed in 186 milliseconds