Searched refs:CubeMapFace (Results 1 – 16 of 16) sorted by relevance
/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfEnvmap.h | 247 enum CubeMapFace enum 271 Imath::Box2i dataWindowForFace (CubeMapFace face, 282 Imath::V2f pixelPosition (CubeMapFace face, 305 CubeMapFace &face, 314 Imath::V3f direction (CubeMapFace face,
|
D | ImfEnvmap.cpp | 141 dataWindowForFace (CubeMapFace face, const Box2i &dataWindow) in dataWindowForFace() 157 pixelPosition (CubeMapFace face, const Box2i &dataWindow, V2f positionInFace) in pixelPosition() 208 CubeMapFace &face, in faceAndPixelPosition() 261 direction (CubeMapFace face, const Box2i &dataWindow, const V2f &positionInFace) in direction()
|
/external/mesa3d/src/mesa/main/ |
D | fbobject.h | 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_get_attachment_teximage() 88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in _mesa_get_attachment_teximage_const()
|
D | fbobject.c | 353 att->CubeMapFace = _mesa_tex_target_to_face(texTarget); in _mesa_set_texture_attachment() 547 texImage = texObj->Image[att->CubeMapFace][att->TextureLevel]; in test_attachment_completeness() 2101 fb->Attachment[BUFFER_STENCIL].CubeMapFace && in framebuffer_texture() 2114 fb->Attachment[BUFFER_DEPTH].CubeMapFace && in framebuffer_texture() 2452 *params = GL_TEXTURE_CUBE_MAP_POSITIVE_X + att->CubeMapFace; in _mesa_GetFramebufferAttachmentParameterivEXT() 3082 att->CubeMapFace); in _mesa_BlitFramebufferEXT() 3095 att->CubeMapFace); in _mesa_BlitFramebufferEXT()
|
D | framebuffer.c | 921 i, att->Texture->Name, att->TextureLevel, att->CubeMapFace, in _mesa_print_framebuffer()
|
D | mtypes.h | 2652 GLuint CubeMapFace; /**< 0 .. 5, for cube map textures. */ member
|
D | teximage.c | 2696 att->CubeMapFace == face) { in check_rtt_cb()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_fbo.c | 823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in radeon_render_texture() 879 att->CubeMapFace, in radeon_render_texture() 904 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in radeon_finish_render_texture() 931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat; in radeon_validate_framebuffer()
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_fbo.c | 823 = att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in radeon_render_texture() 879 att->CubeMapFace, in radeon_render_texture() 904 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in radeon_finish_render_texture() 931 mesa_format = att->Texture->Image[att->CubeMapFace][att->TextureLevel]->TexFormat; in radeon_validate_framebuffer()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_fbo.c | 612 if (att->CubeMapFace > 0) { in intel_render_texture() 614 layer = att->CubeMapFace; in intel_render_texture() 671 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in intel_finish_render_texture()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_fbo.c | 612 if (att->CubeMapFace > 0) { in intel_render_texture() 614 layer = att->CubeMapFace; in intel_render_texture() 671 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in intel_finish_render_texture()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_fbo.c | 612 if (att->CubeMapFace > 0) { in intel_render_texture() 614 layer = att->CubeMapFace; in intel_render_texture() 671 tex_obj->Image[att->CubeMapFace][att->TextureLevel]; in intel_finish_render_texture()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_renderbuffer.c | 568 const GLuint face = fb->Attachment[buffer].CubeMapFace; in map_attachment() 602 const GLuint face = fb->Attachment[buffer].CubeMapFace; in unmap_attachment()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_fbo.c | 272 att->Texture->Image[att->CubeMapFace][att->TextureLevel]; in nouveau_render_texture()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_blit.c | 243 srcAtt->Zoffset + srcAtt->CubeMapFace, in st_BlitFramebuffer()
|
D | st_cb_fbo.c | 429 strb->rtt_face = att->CubeMapFace; in st_render_texture()
|