Home
last modified time | relevance | path

Searched refs:TextureUpdate (Results 1 – 12 of 12) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender/src/
H A Dinternal_types.rs110 pub struct TextureUpdate { struct
117 pub updates: Vec<TextureUpdate>, argument
128 pub fn push(&mut self, update: TextureUpdate) { in push() argument
H A Dtexture_cache.rs13 use internal_types::{RenderTargetInfo, SourceTexture, TextureUpdate, TextureUpdateOp};
367 let op = TextureUpdate::new_update(
577 self.pending_updates.push(TextureUpdate { in free()
624 let update_op = TextureUpdate {
736 let update_op = TextureUpdate {
1082 impl TextureUpdate { implementation
1094 ) -> TextureUpdate { in new_update() argument
1141 TextureUpdate { in new_update()
/dports/graphics/reallyslick/rss-glx_0.9.1/src/PixelCity/
H A DTexture.h53 void TextureUpdate (void);
H A DPixelCity.cpp415 TextureUpdate (); in hack_draw()
H A DTexture.cpp818 void TextureUpdate (void) in TextureUpdate() function
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/framegraph/
H A Dqmemorybarrier.h67 TextureUpdate = (1 << 7), enumerator
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/plugins/renderers/opengl/graphicshelpers/
H A Dgraphicshelperes3_1.cpp180 if (barriers.testFlag(QMemoryBarrier::TextureUpdate)) in memoryBarrierGLBitfield()
H A Dgraphicshelpergl4.cpp148 if (barriers.testFlag(QMemoryBarrier::TextureUpdate)) in memoryBarrierGLBitfield()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrenderbasetypes_p.h248 TextureUpdate = 1 << 7, ///< Barrier for texture writes enumerator
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgopenglutil_p.h1653 if (flags & QSSGRenderBufferBarrierValues::TextureUpdate) in fromMemoryBarrierFlagsToGL()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrendereffectsystem.cpp999 | QSSGRenderBufferBarrierValues::TextureUpdate); in applyImageValue()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/quick3d/imports/render/
H A Dplugins.qmltypes2315 "TextureUpdate": 128,