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

  /external/mesa3d/src/mesa/swrast/
s_texrender.c 68 GLuint zOffset;
78 zOffset = 0;
81 zOffset = att->Zoffset;
98 swImage->ImageOffsets[zOffset] * _mesa_get_format_bytes(format);
s_renderbuffer.c 569 const GLuint slice = fb->Attachment[buffer].Zoffset;
603 const GLuint slice = fb->Attachment[buffer].Zoffset;
  /external/mesa3d/src/mesa/main/
fbobject.c 333 GLenum texTarget, GLuint level, GLuint zoffset)
354 att->Zoffset = zoffset;
560 if (texObj->Target == GL_TEXTURE_3D && att->Zoffset >= texImage->Depth) {
    [all...]
framebuffer.c 922 att->Zoffset, att->Complete);
mtypes.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 243 srcAtt->Zoffset + srcAtt->CubeMapFace,
st_cb_fbo.c 430 strb->rtt_slice = att->Zoffset;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 885 att->Zoffset;

Completed in 165 milliseconds