Searched refs:ProgramExecutor (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgProgramExecutor.hpp | 42 class ProgramExecutor class 45 ProgramExecutor (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight); 46 ~ProgramExecutor (void);
|
H A D | rsgProgramExecutor.cpp | 167 ProgramExecutor::ProgramExecutor (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight) in ProgramExecutor() function in rsg::ProgramExecutor 174 ProgramExecutor::~ProgramExecutor (void) in ~ProgramExecutor() 178 void ProgramExecutor::setTexture (int samplerNdx, const tcu::Texture2D* texture, const tcu::Sampler& sampler) in setTexture() 183 void ProgramExecutor::setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampler& sampler) in setTexture() 211 void ProgramExecutor::execute (const Shader& vertexShader, const Shader& fragmentShader, const vector<VariableValue>& uniformValues) in execute()
|
H A D | rsgTest.cpp | 68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5); in runTest()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsRandomShaderCase.cpp | 484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight); in iterate()
|
Completed in 3 milliseconds