Lines Matching refs:CubeMapFace
439 att->CubeMapFace, in render_texture()
445 rb->rtt_face = att->CubeMapFace; in render_texture()
512 att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in driver_RenderTexture_is_safe()
560 texImage = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_update_texture_renderbuffer()
627 att->CubeMapFace = _mesa_tex_target_to_face(texTarget); in set_texture_attachment()
902 texObj->Image[att->CubeMapFace][att->TextureLevel]; in gles_check_float_renderable()
951 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel]; in test_attachment_completeness()
3611 dst_att->CubeMapFace = src_att->CubeMapFace; in reuse_framebuffer_texture_attachment()
3963 fb->Attachment[BUFFER_STENCIL].CubeMapFace && in _mesa_framebuffer_texture()
3977 fb->Attachment[BUFFER_DEPTH].CubeMapFace && in _mesa_framebuffer_texture()
4726 *params = GL_TEXTURE_CUBE_MAP_POSITIVE_X + att->CubeMapFace; in get_framebuffer_attachment_parameter()