Searched refs:CComputeBase (Results 1 – 1 of 1) sorted by relevance
5224 class CComputeBase : public DrawIndirectBase class5386 CComputeBase(TDrawFunction drawFunc) in CComputeBase() function in glcts::__anone9281a0a0111::CComputeBase5399 CComputeBase();5470 struct CComputeShaderArray : public CComputeBase5493 CComputeShaderArray() : CComputeBase(DRAW_ARRAYS) in CComputeShaderArray()5499 return CComputeBase::Run<api>(); in Run()5504 struct CComputeShaderElements : public CComputeBase5527 CComputeShaderElements() : CComputeBase(DRAW_ELEMENTS) in CComputeShaderElements()5533 return CComputeBase::Run<api>(); in Run()