Searched refs:CComputeBase (Results 1 – 1 of 1) sorted by relevance
5218 class CComputeBase : public DrawIndirectBase class5380 CComputeBase(TDrawFunction drawFunc) in CComputeBase() function in glcts::__anon6f00ce220111::CComputeBase5393 CComputeBase();5464 struct CComputeShaderArray : public CComputeBase5487 CComputeShaderArray() : CComputeBase(DRAW_ARRAYS) in CComputeShaderArray()5493 return CComputeBase::Run<api>(); in Run()5498 struct CComputeShaderElements : public CComputeBase5521 CComputeShaderElements() : CComputeBase(DRAW_ELEMENTS) in CComputeShaderElements()5527 return CComputeBase::Run<api>(); in Run()