Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp5224 class CComputeBase : public DrawIndirectBase class
5386 CComputeBase(TDrawFunction drawFunc) in CComputeBase() function in glcts::__anone9281a0a0111::CComputeBase
5399 CComputeBase();
5470 struct CComputeShaderArray : public CComputeBase
5493 CComputeShaderArray() : CComputeBase(DRAW_ARRAYS) in CComputeShaderArray()
5499 return CComputeBase::Run<api>(); in Run()
5504 struct CComputeShaderElements : public CComputeBase
5527 CComputeShaderElements() : CComputeBase(DRAW_ELEMENTS) in CComputeShaderElements()
5533 return CComputeBase::Run<api>(); in Run()