Home
last modified time | relevance | path

Searched refs:cubeMapFace (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.h52 GLuint cubeMapFace);
Dst_cb_texture.c2662 GLuint cubeMapFace) in st_finalize_texture() argument
2696 firstImage = st_texture_image_const(stObj->base.Image[cubeMapFace] in st_finalize_texture()
/external/mesa3d/docs/relnotes/
D17.0.4.rst119 - st: Add cubeMapFace parameter to st_finalize_texture.
/external/angle/src/libANGLE/
DFramebufferAttachment.h110 TextureTarget cubeMapFace() const;
DFramebufferAttachment.cpp188 TextureTarget FramebufferAttachment::cubeMapFace() const in cubeMapFace() function in gl::FramebufferAttachment
DvalidationEGL.cpp3283 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage() local
3284 if (texture->getWidth(cubeMapFace, static_cast<size_t>(level)) == 0 || in ValidateCreateImage()
3285 texture->getHeight(cubeMapFace, static_cast<size_t>(level)) == 0) in ValidateCreateImage()
Dqueryutils.cpp1171 TextureTarget face = attachmentObject->cubeMapFace(); in QueryFramebufferAttachmentParameteriv()
1174 *params = ToGLenum(attachmentObject->cubeMapFace()); in QueryFramebufferAttachmentParameteriv()
/external/angle/src/libANGLE/renderer/gl/
DFramebufferGL.cpp131 ToGLenum(attachment->cubeMapFace()), in BindFramebufferAttachment()