Home
last modified time | relevance | path

Searched refs:QSSGRenderTextureCubeFace (Results 1 – 7 of 7) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/resourcemanager/
H A Dqssgrenderresourcemanager.cpp207 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubePosX, inWidth, inHeig… in allocateTextureCube()
208 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubeNegX, inWidth, inHeig… in allocateTextureCube()
209 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubePosY, inWidth, inHeig… in allocateTextureCube()
210 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubeNegY, inWidth, inHeig… in allocateTextureCube()
211 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubePosZ, inWidth, inHeig… in allocateTextureCube()
212 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubeNegZ, inWidth, inHeig… in allocateTextureCube()
223 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubePosX, inWidth, inHeig… in allocateTextureCube()
224 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubeNegX, inWidth, inHeig… in allocateTextureCube()
225 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubePosY, inWidth, inHeig… in allocateTextureCube()
226 …theTexture->setTextureData(QSSGByteView(), 0, QSSGRenderTextureCubeFace::CubeNegY, inWidth, inHeig… in allocateTextureCube()
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/rendererimpl/
H A Dqssgrendererimpllayerrenderdata.cpp569 …)->attachFace(QSSGRenderFrameBufferAttachment::Color0, target1, QSSGRenderTextureCubeFace::CubePos… in renderShadowCubeBlurPass()
570 …)->attachFace(QSSGRenderFrameBufferAttachment::Color1, target1, QSSGRenderTextureCubeFace::CubeNeg… in renderShadowCubeBlurPass()
571 …)->attachFace(QSSGRenderFrameBufferAttachment::Color2, target1, QSSGRenderTextureCubeFace::CubePos… in renderShadowCubeBlurPass()
572 …)->attachFace(QSSGRenderFrameBufferAttachment::Color3, target1, QSSGRenderTextureCubeFace::CubeNeg… in renderShadowCubeBlurPass()
611 QSSGRenderTextureCubeFace::CubePosX); in renderShadowCubeBlurPass()
614 QSSGRenderTextureCubeFace::CubeNegX); in renderShadowCubeBlurPass()
617 QSSGRenderTextureCubeFace::CubePosY); in renderShadowCubeBlurPass()
620 QSSGRenderTextureCubeFace::CubeNegY); in renderShadowCubeBlurPass()
623 QSSGRenderTextureCubeFace::CubePosZ); in renderShadowCubeBlurPass()
626 QSSGRenderTextureCubeFace::CubeNegZ); in renderShadowCubeBlurPass()
[all …]
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrendertexturecube.cpp48 QSSGRenderTextureCubeFace inFace, in setTextureData()
54 Q_ASSERT(inFace != QSSGRenderTextureCubeFace::InvalidFace); in setTextureData()
H A Dqssgrendertexturecube_p.h88 QSSGRenderTextureCubeFace inFace,
H A Dqssgrenderframebuffer.cpp150 QSSGRenderTextureCubeFace face) in attachFace()
157 if (face == QSSGRenderTextureCubeFace::InvalidFace) { in attachFace()
H A Dqssgrenderframebuffer_p.h146 QSSGRenderTextureCubeFace face);
H A Dqssgrenderbasetypes_p.h1104 enum class QSSGRenderTextureCubeFace enum