Home
last modified time | relevance | path

Searched refs:CubeMapFace (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_fbo.c514 if (!st_finalize_texture(ctx, pipe, att->Texture, att->CubeMapFace)) in st_render_texture()
518 att->CubeMapFace, in st_render_texture()
524 strb->rtt_face = att->CubeMapFace; in st_render_texture()
Dst_cb_blit.c207 blit.src.box.z = srcAtt->Zoffset + srcAtt->CubeMapFace; in st_BlitFramebuffer()
/external/mesa3d/src/mesa/swrast/
Ds_renderbuffer.c566 const GLuint face = fb->Attachment[buffer].CubeMapFace; in map_attachment()
600 const GLuint face = fb->Attachment[buffer].CubeMapFace; in unmap_attachment()
/external/mesa3d/src/mesa/main/
Dblit.c543 att->CubeMapFace); in blit_framebuffer()
562 att->CubeMapFace); in blit_framebuffer()
Dfbobject.c419 att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in driver_RenderTexture_is_safe()
454 texImage = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_update_texture_renderbuffer()
521 att->CubeMapFace = _mesa_tex_target_to_face(texTarget); in set_texture_attachment()
805 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel]; in test_attachment_completeness()
2955 dst_att->CubeMapFace = src_att->CubeMapFace; in reuse_framebuffer_texture_attachment()
3304 fb->Attachment[BUFFER_STENCIL].CubeMapFace && in _mesa_framebuffer_texture()
3317 fb->Attachment[BUFFER_DEPTH].CubeMapFace && in _mesa_framebuffer_texture()
4000 *params = GL_TEXTURE_CUBE_MAP_POSITIVE_X + att->CubeMapFace; in get_framebuffer_attachment_parameter()
Dframebuffer.c950 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace, in _mesa_print_framebuffer()
Dmtypes.h3383 GLuint CubeMapFace; /**< 0 .. 5, for cube map textures. */ member
Dteximage.c2697 att->CubeMapFace == face) { in check_rtt_cb()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_fbo.c481 if (att->CubeMapFace > 0) { in intel_render_texture()
483 layer = att->CubeMapFace; in intel_render_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_fbo.c589 if (att->CubeMapFace > 0) { in intel_render_texture()
591 layer = att->CubeMapFace; in intel_render_texture()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_fbo.c799 att->CubeMapFace, in radeon_render_texture()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_fbo.c799 att->CubeMapFace, in radeon_render_texture()