Home
last modified time | relevance | path

Searched defs:_pcomp (Results 1 – 5 of 5) sorted by relevance

/dports/deskutils/gworkspace/gworkspace-0.9.4/DBKit/
H A DDBKPathsTree.h32 typedef struct _pcomp struct
35 struct _pcomp **subcomps; argument
38 struct _pcomp *parent; argument
39 int ins_count;
40 unsigned last_path_comp;
/dports/deskutils/gworkspace-gwmetadata/gworkspace-0.9.4/DBKit/
H A DDBKPathsTree.h32 typedef struct _pcomp struct
35 struct _pcomp **subcomps; argument
38 struct _pcomp *parent; argument
39 int ins_count;
40 unsigned last_path_comp;
/dports/x11-wm/chamfer/chamferwm-d0916ee/src/
H A DCompositorResource.cpp16 …, const VkComponentMapping *pcomponentMapping, uint _flags, const CompositorInterface *_pcomp) : w… in TextureBase()
109 …, const VkComponentMapping *_pcomponentMapping,uint _flags, const CompositorInterface *_pcomp) : T… in TextureStaged()
203 … const VkComponentMapping *_pcomponentMapping, uint _flags, const CompositorInterface *_pcomp) : T… in TexturePixmap()
392 … const VkComponentMapping *_pcomponentMapping, uint _flags, const CompositorInterface *_pcomp) : T… in TextureHostPointer()
533 … const VkComponentMapping *_pcomponentMapping, uint _flags, const CompositorInterface *_pcomp) : T… in Texture()
541 Buffer::Buffer(uint _size, VkBufferUsageFlagBits usage, const CompositorInterface *_pcomp) : pcomp(… in Buffer()
634 ShaderModule::ShaderModule(const char *_pname, const Blob *pblob, const CompositorInterface *_pcomp in ShaderModule()
792 … VkPipelineDynamicStateCreateInfo *pdynamicStateCreateInfo, const CompositorInterface *_pcomp) : p… in Pipeline()
948 …std::pair<ShaderModule::INPUT, uint>> *pvertexBufferLayout, const CompositorInterface *_pcomp) : P… in ClientPipeline()
1015 …std::pair<ShaderModule::INPUT, uint>> *pvertexBufferLayout, const CompositorInterface *_pcomp) : P… in TextPipeline()
H A Dcompositor.cpp20 Drawable::Drawable(Pipeline *pPipeline, CompositorInterface *_pcomp) : pcomp(_pcomp), passignedSet(… in Drawable()
88 …rFrame(const char *pshaderName[Pipeline::SHADER_MODULE_COUNT], CompositorInterface *_pcomp) : Draw… in ColorFrame()
124 …tFrame(const char *pshaderName[Pipeline::SHADER_MODULE_COUNT], CompositorInterface *_pcomp) : Colo… in ClientFrame()
1435 …Info, const char *_pshaderName[Pipeline::SHADER_MODULE_COUNT], CompositorInterface *_pcomp) : X11C… in X11ClientFrame()
1653 …uint _h, const char *_pshaderName[Pipeline::SHADER_MODULE_COUNT], X11Compositor *_pcomp) : w(_w), … in X11Background()
1974 …Info, const char *_pshaderName[Pipeline::SHADER_MODULE_COUNT], CompositorInterface *_pcomp) : Debu… in X11DebugClientFrame()
H A DCompositorFont.cpp275 TextEngine::TextEngine(const char *pfontName, uint fontSize, CompositorInterface *_pcomp) : pcomp(_… in TextEngine()