Searched refs:CubeMapFace (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_fbo.c | 514 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()
|
D | st_cb_blit.c | 207 blit.src.box.z = srcAtt->Zoffset + srcAtt->CubeMapFace; in st_BlitFramebuffer()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 566 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/ |
D | blit.c | 543 att->CubeMapFace); in blit_framebuffer() 562 att->CubeMapFace); in blit_framebuffer()
|
D | fbobject.c | 419 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()
|
D | framebuffer.c | 950 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace, in _mesa_print_framebuffer()
|
D | mtypes.h | 3383 GLuint CubeMapFace; /**< 0 .. 5, for cube map textures. */ member
|
D | teximage.c | 2697 att->CubeMapFace == face) { in check_rtt_cb()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 481 if (att->CubeMapFace > 0) { in intel_render_texture() 483 layer = att->CubeMapFace; in intel_render_texture()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 589 if (att->CubeMapFace > 0) { in intel_render_texture() 591 layer = att->CubeMapFace; in intel_render_texture()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 799 att->CubeMapFace, in radeon_render_texture()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 799 att->CubeMapFace, in radeon_render_texture()
|