Searched refs:cubeMapFace (Results 1 – 13 of 13) sorted by relevance
52 GLuint cubeMapFace);
2983 GLuint cubeMapFace) in st_finalize_texture() argument3017 firstImage = st_texture_image_const(stObj->base.Image[cubeMapFace] in st_finalize_texture()
108 TextureTarget cubeMapFace() const;
181 TextureTarget FramebufferAttachment::cubeMapFace() const in cubeMapFace() function in gl::FramebufferAttachment
1970 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage() local1971 if (texture->getWidth(cubeMapFace, static_cast<size_t>(level)) == 0 || in ValidateCreateImage()1972 texture->getHeight(cubeMapFace, static_cast<size_t>(level)) == 0) in ValidateCreateImage()
1036 TextureTarget face = attachmentObject->cubeMapFace(); in QueryFramebufferAttachmentParameteriv()1039 *params = ToGLenum(attachmentObject->cubeMapFace()); in QueryFramebufferAttachmentParameteriv()
119 - st: Add cubeMapFace parameter to st_finalize_texture.
110 TextureTarget cubeMapFace() const;
188 TextureTarget FramebufferAttachment::cubeMapFace() const in cubeMapFace() function in gl::FramebufferAttachment
3447 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage() local3448 if (texture->getWidth(cubeMapFace, static_cast<size_t>(level)) == 0 || in ValidateCreateImage()3449 texture->getHeight(cubeMapFace, static_cast<size_t>(level)) == 0) in ValidateCreateImage()
1177 TextureTarget face = attachmentObject->cubeMapFace(); in QueryFramebufferAttachmentParameteriv()1180 *params = ToGLenum(attachmentObject->cubeMapFace()); in QueryFramebufferAttachmentParameteriv()
107 ToGLenum(attachment->cubeMapFace()), in BindFramebufferAttachment()
131 ToGLenum(attachment->cubeMapFace()), in BindFramebufferAttachment()