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

  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_gen_mipmap.c 149 uint dstLevel;
216 for (dstLevel = baseLevel + 1; dstLevel <= lastLevel; dstLevel++) {
217 const uint srcLevel = dstLevel - 1;
225 dstWidth = u_minify(pt->width0, dstLevel);
230 dstHeight = u_minify(pt->height0, dstLevel);
236 dstDepth = u_minify(pt->depth0, dstLevel);
239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel);
st_texture.c 363 * Copy the image at level=0 in 'src' to the 'dst' resource at 'dstLevel'.
370 struct pipe_resource *dst, GLuint dstLevel,
374 GLuint width = u_minify(dst->width0, dstLevel);
375 GLuint height = u_minify(dst->height0, dstLevel);
376 GLuint depth = u_minify(dst->depth0, dstLevel);
407 dstLevel,
st_texture.h 211 struct pipe_resource *dst, GLuint dstLevel,
st_cb_texture.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_gen_mipmap.c 149 uint dstLevel;
216 for (dstLevel = baseLevel + 1; dstLevel <= lastLevel; dstLevel++) {
217 const uint srcLevel = dstLevel - 1;
225 dstWidth = u_minify(pt->width0, dstLevel);
230 dstHeight = u_minify(pt->height0, dstLevel);
236 dstDepth = u_minify(pt->depth0, dstLevel);
239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel);
st_texture.c 363 * Copy the image at level=0 in 'src' to the 'dst' resource at 'dstLevel'.
370 struct pipe_resource *dst, GLuint dstLevel,
374 GLuint width = u_minify(dst->width0, dstLevel);
375 GLuint height = u_minify(dst->height0, dstLevel);
376 GLuint depth = u_minify(dst->depth0, dstLevel);
407 dstLevel,
st_texture.h 211 struct pipe_resource *dst, GLuint dstLevel,
st_cb_texture.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 836 const GLuint dstLevel = drawAtt->TextureLevel;
840 _mesa_select_tex_image(ctx, texObj, target, dstLevel);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 836 const GLuint dstLevel = drawAtt->TextureLevel;
840 _mesa_select_tex_image(ctx, texObj, target, dstLevel);
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h     [all...]
wglext.h     [all...]
glext.h     [all...]
  /external/mesa3d/include/GL/
glxext.h     [all...]
wglext.h     [all...]
glext.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h     [all...]

Completed in 918 milliseconds