Searched refs:Zoffset (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texrender.c81 zOffset = att->Zoffset;
H A Ds_renderbuffer.c569 const GLuint slice = fb->Attachment[buffer].Zoffset;
603 const GLuint slice = fb->Attachment[buffer].Zoffset;
/external/mesa3d/src/mesa/swrast/
H A Ds_texrender.c81 zOffset = att->Zoffset;
H A Ds_renderbuffer.c569 const GLuint slice = fb->Attachment[buffer].Zoffset;
603 const GLuint slice = fb->Attachment[buffer].Zoffset;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c354 att->Zoffset = zoffset;
560 if (texObj->Target == GL_TEXTURE_3D && att->Zoffset >= texImage->Depth) {
1984 dst_att->Zoffset = src_att->Zoffset;
2102 zoffset == fb->Attachment[BUFFER_STENCIL].Zoffset) {
2115 zoffset == fb->Attachment[BUFFER_DEPTH].Zoffset) {
2474 *params = att->Zoffset;
H A Dframebuffer.c922 att->Zoffset, att->Complete);
H A Dmtypes.h2653 GLuint Zoffset; /**< Slice for 3D textures, or layer for both 1D member in struct:gl_renderbuffer_attachment
/external/mesa3d/src/mesa/main/
H A Dfbobject.c354 att->Zoffset = zoffset;
560 if (texObj->Target == GL_TEXTURE_3D && att->Zoffset >= texImage->Depth) {
1984 dst_att->Zoffset = src_att->Zoffset;
2102 zoffset == fb->Attachment[BUFFER_STENCIL].Zoffset) {
2115 zoffset == fb->Attachment[BUFFER_DEPTH].Zoffset) {
2474 *params = att->Zoffset;
H A Dframebuffer.c922 att->Zoffset, att->Complete);
H A Dmtypes.h2653 GLuint Zoffset; /**< Slice for 3D textures, or layer for both 1D member in struct:gl_renderbuffer_attachment
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_blit.c243 srcAtt->Zoffset + srcAtt->CubeMapFace,
H A Dst_cb_fbo.c430 strb->rtt_slice = att->Zoffset;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_blit.c243 srcAtt->Zoffset + srcAtt->CubeMapFace,
H A Dst_cb_fbo.c430 strb->rtt_slice = att->Zoffset;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_fbo.c613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_fbo.c613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_fbo.c613 assert(att->Zoffset == 0);
616 layer = att->Zoffset;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c885 att->Zoffset;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c885 att->Zoffset;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c885 att->Zoffset;
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c885 att->Zoffset;

Completed in 1045 milliseconds