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

  /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_cb_texture.c     [all...]
  /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/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 480 const tcu::PixelBufferAccess dstLevel = dst.getLevelFace(levelNdx, face);
484 dstLevel.setPixel(Vec4(float(srcLevel.getPixStencil(x, y)) / 255.f, 0.f, 0.f, 1.f), x, y);
    [all...]
es31fCopyImageTests.cpp 773 int dstLevel,
784 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel];
794 const IVec3 dstTexelBlockStride = getTexelBlockStride(dstImageInfo, dstLevel);
872 int dstLevel,
884 dstName, dstImageInfo.getTarget(), dstLevel, dstPos.x(), dstPos.y(), dstPos.z(),
889 copyImageData(dstImageData, dstImageInfo, dstLevel, dstPos,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 253 milliseconds