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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
fbobject.h 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
fbobject.c 353 att->CubeMapFace = _mesa_tex_target_to_face(texTarget);
547 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel];
    [all...]
framebuffer.c 921 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace,
mtypes.h     [all...]
teximage.c     [all...]
  /external/mesa3d/src/mesa/main/
fbobject.h 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel];
fbobject.c 353 att->CubeMapFace = _mesa_tex_target_to_face(texTarget);
547 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel];
    [all...]
framebuffer.c 921 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace,
mtypes.h     [all...]
teximage.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 272 att->Texture->Image[att->CubeMapFace][att->TextureLevel];
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fbo.c 823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel];
879 att->CubeMapFace,
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 272 att->Texture->Image[att->CubeMapFace][att->TextureLevel];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fbo.c 823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel];
879 att->CubeMapFace,
904 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_renderbuffer.c 568 const GLuint face = fb->Attachment[buffer].CubeMapFace;
602 const GLuint face = fb->Attachment[buffer].CubeMapFace;
  /external/mesa3d/src/mesa/swrast/
s_renderbuffer.c 568 const GLuint face = fb->Attachment[buffer].CubeMapFace;
602 const GLuint face = fb->Attachment[buffer].CubeMapFace;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 612 if (att->CubeMapFace > 0) {
614 layer = att->CubeMapFace;
671 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 612 if (att->CubeMapFace > 0) {
614 layer = att->CubeMapFace;
671 tex_obj->Image[att->CubeMapFace][att->TextureLevel];
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 243 srcAtt->Zoffset + srcAtt->CubeMapFace,
st_cb_fbo.c 429 strb->rtt_face = att->CubeMapFace;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 243 srcAtt->Zoffset + srcAtt->CubeMapFace,
st_cb_fbo.c 429 strb->rtt_face = att->CubeMapFace;

Completed in 198 milliseconds