Home
last modified time | relevance | path

Searched refs:m_Caps (Results 1 – 15 of 15) sorted by relevance

/dports/games/0ad/0ad-0.0.23b-alpha/source/renderer/
H A DRenderer.cpp502 m_Caps.m_VBO = false; in EnumCaps()
503 m_Caps.m_ARBProgram = false; in EnumCaps()
507 m_Caps.m_Shadows = false; in EnumCaps()
512 m_Caps.m_VBO = true; in EnumCaps()
516 m_Caps.m_ARBProgram = true; in EnumCaps()
530 m_Caps.m_Shadows = true; in EnumCaps()
535 m_Caps.m_Shadows = true; in EnumCaps()
540 m_Caps.m_PrettyWater = true; in EnumCaps()
554 if (GetRenderPath() == RP_SHADER && m_Caps.m_VertexShader && m_Caps.m_FragmentShader) in RecomputeSystemShaderDefines()
815 …if (m_Caps.m_ARBProgram || (m_Caps.m_VertexShader && m_Caps.m_FragmentShader && m_Options.m_Prefer… in SetRenderPath()
[all …]
H A DVertexBuffer.cpp54 if (g_Renderer.m_Caps.m_VBO) in CVertexBuffer()
199 if (g_Renderer.m_Caps.m_VBO) in UpdateChunkVertices()
230 if (!g_Renderer.m_Caps.m_VBO) in Bind()
313 if (g_Renderer.m_Caps.m_VBO) in GetBindAddress()
321 if (g_Renderer.m_Caps.m_VBO) in Unbind()
H A DRenderer.h338 const Caps& GetCapabilities() const { return m_Caps; } in GetCapabilities()
459 Caps m_Caps; variable
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dmo/
H A DDMO_VideoDecoder.c216 this->m_Caps = (CAP_YUY2 | CAP_UYVY); in DMO_VideoDecoder_Open()
221 this->m_Caps = CAP_NONE; in DMO_VideoDecoder_Open()
233 this->m_Caps = (this->m_Caps | c->cap); in DMO_VideoDecoder_Open()
243 if (this->m_Caps != CAP_NONE) in DMO_VideoDecoder_Open()
474 if(!(this->m_Caps & CAP_YUY2)) in DMO_VideoDecoder_SetDestFmt()
478 if(!(this->m_Caps & CAP_YV12)) in DMO_VideoDecoder_SetDestFmt()
482 if(!(this->m_Caps & CAP_IYUV)) in DMO_VideoDecoder_SetDestFmt()
486 if(!(this->m_Caps & CAP_I420)) in DMO_VideoDecoder_SetDestFmt()
490 if(!(this->m_Caps & CAP_UYVY)) in DMO_VideoDecoder_SetDestFmt()
494 if(!(this->m_Caps & CAP_YVYU)) in DMO_VideoDecoder_SetDestFmt()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/dmo/
H A DDMO_VideoDecoder.c228 this->m_Caps = (CAP_YUY2 | CAP_UYVY); in DMO_VideoDecoder_Open()
233 this->m_Caps = CAP_NONE; in DMO_VideoDecoder_Open()
245 this->m_Caps = (this->m_Caps | c->cap); in DMO_VideoDecoder_Open()
252 if (this->m_Caps != CAP_NONE) in DMO_VideoDecoder_Open()
486 if(!(this->m_Caps & CAP_YUY2)) in DMO_VideoDecoder_SetDestFmt()
490 if(!(this->m_Caps & CAP_YV12)) in DMO_VideoDecoder_SetDestFmt()
494 if(!(this->m_Caps & CAP_IYUV)) in DMO_VideoDecoder_SetDestFmt()
498 if(!(this->m_Caps & CAP_I420)) in DMO_VideoDecoder_SetDestFmt()
502 if(!(this->m_Caps & CAP_UYVY)) in DMO_VideoDecoder_SetDestFmt()
506 if(!(this->m_Caps & CAP_YVYU)) in DMO_VideoDecoder_SetDestFmt()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dmo/
H A DDMO_VideoDecoder.c216 this->m_Caps = (CAP_YUY2 | CAP_UYVY); in DMO_VideoDecoder_Open()
221 this->m_Caps = CAP_NONE; in DMO_VideoDecoder_Open()
233 this->m_Caps = (this->m_Caps | c->cap); in DMO_VideoDecoder_Open()
243 if (this->m_Caps != CAP_NONE) in DMO_VideoDecoder_Open()
474 if(!(this->m_Caps & CAP_YUY2)) in DMO_VideoDecoder_SetDestFmt()
478 if(!(this->m_Caps & CAP_YV12)) in DMO_VideoDecoder_SetDestFmt()
482 if(!(this->m_Caps & CAP_IYUV)) in DMO_VideoDecoder_SetDestFmt()
486 if(!(this->m_Caps & CAP_I420)) in DMO_VideoDecoder_SetDestFmt()
490 if(!(this->m_Caps & CAP_UYVY)) in DMO_VideoDecoder_SetDestFmt()
494 if(!(this->m_Caps & CAP_YVYU)) in DMO_VideoDecoder_SetDestFmt()
[all …]
/dports/security/i2pd/i2pd-2.40.0/libi2pd/
H A DRouterInfo.cpp88 m_Caps = 0; in Update()
191 m_Caps = 0; in ReadFromStream()
459 m_Caps |= Caps::eFloodfill; in ExtractCaps()
471 m_Caps |= Caps::eHidden; in ExtractCaps()
474 m_Caps |= Caps::eReachable; in ExtractCaps()
477 m_Caps |= Caps::eUnreachable; in ExtractCaps()
515 if (m_Caps & eFloodfill) in UpdateCapsProperty()
517 if (m_Caps & eExtraBandwidth) caps += (m_Caps & eHighBandwidth) ? in UpdateCapsProperty()
526 if (m_Caps & eExtraBandwidth) in UpdateCapsProperty()
919 m_Caps = caps; in SetCaps()
[all …]
H A DRouterInfo.h193 bool IsFloodfill () const { return m_Caps & Caps::eFloodfill; }; in IsFloodfill()
194 bool IsReachable () const { return m_Caps & Caps::eReachable; }; in IsReachable()
214 bool IsHidden () const { return m_Caps & eHidden; }; in IsHidden()
215 bool IsHighBandwidth () const { return m_Caps & RouterInfo::eHighBandwidth; }; in IsHighBandwidth()
216 bool IsExtraBandwidth () const { return m_Caps & RouterInfo::eExtraBandwidth; }; in IsExtraBandwidth()
221 uint8_t GetCaps () const { return m_Caps; }; in GetCaps()
279 uint8_t m_Caps; variable
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/dshow/
H A DDS_VideoDecoder.c56 {return this->m_Caps;} in DS_VideoDecoder_GetCapabilities()
212 this->m_Caps = CAP_NONE; in DS_VideoDecoder_Open()
223 this->m_Caps = (this->m_Caps | c->cap); in DS_VideoDecoder_Open()
230 if (this->m_Caps != CAP_NONE) in DS_VideoDecoder_Open()
524 if(!(this->m_Caps & CAP_YUY2)) in DS_VideoDecoder_SetDestFmt()
528 if(!(this->m_Caps & CAP_YV12)) in DS_VideoDecoder_SetDestFmt()
532 if(!(this->m_Caps & CAP_IYUV)) in DS_VideoDecoder_SetDestFmt()
536 if(!(this->m_Caps & CAP_I420)) in DS_VideoDecoder_SetDestFmt()
540 if(!(this->m_Caps & CAP_UYVY)) in DS_VideoDecoder_SetDestFmt()
544 if(!(this->m_Caps & CAP_YVYU)) in DS_VideoDecoder_SetDestFmt()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/dshow/
H A DDS_VideoDecoder.c56 {return this->m_Caps;} in DS_VideoDecoder_GetCapabilities()
212 this->m_Caps = CAP_NONE; in DS_VideoDecoder_Open()
223 this->m_Caps = (this->m_Caps | c->cap); in DS_VideoDecoder_Open()
230 if (this->m_Caps != CAP_NONE) in DS_VideoDecoder_Open()
524 if(!(this->m_Caps & CAP_YUY2)) in DS_VideoDecoder_SetDestFmt()
528 if(!(this->m_Caps & CAP_YV12)) in DS_VideoDecoder_SetDestFmt()
532 if(!(this->m_Caps & CAP_IYUV)) in DS_VideoDecoder_SetDestFmt()
536 if(!(this->m_Caps & CAP_I420)) in DS_VideoDecoder_SetDestFmt()
540 if(!(this->m_Caps & CAP_UYVY)) in DS_VideoDecoder_SetDestFmt()
544 if(!(this->m_Caps & CAP_YVYU)) in DS_VideoDecoder_SetDestFmt()
[all …]
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSPropLumpedElement.cpp30 m_Caps=true; in Init()
89 prop->SetAttribute("Caps",(int)m_Caps); in Write2XML()
107 if (prop->QueryIntAttribute("Caps",&caps)!=TIXML_SUCCESS) m_Caps=true; in ReadFromXML()
109 m_Caps = (bool)caps; in ReadFromXML()
H A DCSPropLumpedElement.h54 void SetCaps(bool val) {m_Caps=val;} in SetCaps()
55 int GetCaps() const {return m_Caps;} in GetCaps()
64 bool m_Caps; variable
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/DirectShow/
H A DDS_VideoDecoder.c61 {return this->m_Caps;} in DS_VideoDecoder_GetCapabilities()
220 this->m_Caps = CAP_NONE; in DS_VideoDecoder_Open()
231 this->m_Caps = (this->m_Caps | c->cap); in DS_VideoDecoder_Open()
238 if (this->m_Caps != CAP_NONE) in DS_VideoDecoder_Open()
537 if(!(this->m_Caps & CAP_YUY2)) in DS_VideoDecoder_SetDestFmt()
541 if(!(this->m_Caps & CAP_YV12)) in DS_VideoDecoder_SetDestFmt()
545 if(!(this->m_Caps & CAP_IYUV)) in DS_VideoDecoder_SetDestFmt()
549 if(!(this->m_Caps & CAP_I420)) in DS_VideoDecoder_SetDestFmt()
553 if(!(this->m_Caps & CAP_UYVY)) in DS_VideoDecoder_SetDestFmt()
557 if(!(this->m_Caps & CAP_YVYU)) in DS_VideoDecoder_SetDestFmt()
[all …]
/dports/graphics/anttweakbar/AntTweakBar/src/
H A DTwDirect3D9.cpp77 D3DCAPS9 m_Caps; member
92 m_D3DDev->GetDeviceCaps(&m_Caps); in CState()
211 if( m_State->m_Caps.PrimitiveMiscCaps & D3DPMISCCAPS_SEPARATEALPHABLEND ) in BeginDraw()
/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUT.cpp72 D3DCAPS9 m_Caps; // D3D caps for current device member