Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.h52 GLuint cubeMapFace);
Dst_cb_texture.c2983 GLuint cubeMapFace) in st_finalize_texture() argument
3017 firstImage = st_texture_image_const(stObj->base.Image[cubeMapFace] in st_finalize_texture()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h108 TextureTarget cubeMapFace() const;
DFramebufferAttachment.cpp181 TextureTarget FramebufferAttachment::cubeMapFace() const in cubeMapFace() function in gl::FramebufferAttachment
DvalidationEGL.cpp1970 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage() local
1971 if (texture->getWidth(cubeMapFace, static_cast<size_t>(level)) == 0 || in ValidateCreateImage()
1972 texture->getHeight(cubeMapFace, static_cast<size_t>(level)) == 0) in ValidateCreateImage()
Dqueryutils.cpp1036 TextureTarget face = attachmentObject->cubeMapFace(); in QueryFramebufferAttachmentParameteriv()
1039 *params = ToGLenum(attachmentObject->cubeMapFace()); in QueryFramebufferAttachmentParameteriv()
/third_party/mesa3d/docs/relnotes/
D17.0.4.rst119 - st: Add cubeMapFace parameter to st_finalize_texture.
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DFramebufferAttachment.h110 TextureTarget cubeMapFace() const;
DFramebufferAttachment.cpp188 TextureTarget FramebufferAttachment::cubeMapFace() const in cubeMapFace() function in gl::FramebufferAttachment
DvalidationEGL.cpp3447 gl::TextureTarget cubeMapFace = egl_gl::EGLCubeMapTargetToCubeMapTarget(target); in ValidateCreateImage() local
3448 if (texture->getWidth(cubeMapFace, static_cast<size_t>(level)) == 0 || in ValidateCreateImage()
3449 texture->getHeight(cubeMapFace, static_cast<size_t>(level)) == 0) in ValidateCreateImage()
Dqueryutils.cpp1177 TextureTarget face = attachmentObject->cubeMapFace(); in QueryFramebufferAttachmentParameteriv()
1180 *params = ToGLenum(attachmentObject->cubeMapFace()); in QueryFramebufferAttachmentParameteriv()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp107 ToGLenum(attachment->cubeMapFace()), in BindFramebufferAttachment()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp131 ToGLenum(attachment->cubeMapFace()), in BindFramebufferAttachment()