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

  /external/mesa3d/src/mesa/main/
blit.c 503 att->CubeMapFace);
522 att->CubeMapFace);
fbobject.c 410 att->Texture->Image[att->CubeMapFace][att->TextureLevel];
445 texImage = att->Texture->Image[att->CubeMapFace][att->TextureLevel];
512 att->CubeMapFace = _mesa_tex_target_to_face(texTarget);
792 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel];
    [all...]
framebuffer.c 950 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace,
mtypes.h     [all...]
teximage.c     [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_fbo.c 481 if (att->CubeMapFace > 0) {
483 layer = att->CubeMapFace;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.c 491 if (!st_finalize_texture(ctx, pipe, att->Texture, att->CubeMapFace))
499 strb->rtt_face = att->CubeMapFace;
st_cb_blit.c 207 blit.src.box.z = srcAtt->Zoffset + srcAtt->CubeMapFace;
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 566 const GLuint face = fb->Attachment[buffer].CubeMapFace;
600 const GLuint face = fb->Attachment[buffer].CubeMapFace;
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_fbo.c 609 if (att->CubeMapFace > 0) {
611 layer = att->CubeMapFace;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 798 att->CubeMapFace,

Completed in 105 milliseconds