HomeSort by relevance Sort by last modified time
    Searched defs:translate_texture_format (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_format.c 230 translate_texture_format(enum pipe_format fmt) function
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_rendertexture.c 89 translate_texture_format(unsigned wgl_format) function
152 texFormat = translate_texture_format(fb->textureFormat);
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_sampler.c 193 static uint translate_texture_format(enum pipe_format pipeFormat, function
274 debug_printf("i915: translate_texture_format() bad image format %x\n",
328 format = translate_texture_format(pt->format, view);
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 43 translate_texture_format(GLuint mesa_format) function
158 format = translate_texture_format(firstImage->TexFormat);
i915_texstate.c 42 translate_texture_format(mesa_format mesa_format, GLenum DepthMode) function
175 format = translate_texture_format(firstImage->TexFormat,

Completed in 267 milliseconds