Home
last modified time | relevance | path

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

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.hpp42 class ProgramExecutor class
45 ProgramExecutor (const tcu::PixelBufferAccess& dst, int gridWidth, int gridHeight);
46 ~ProgramExecutor (void);
DrsgProgramExecutor.cpp167 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… in setTexture()
183 void ProgramExecutor::setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampl… in setTexture()
211 void ProgramExecutor::execute (const Shader& vertexShader, const Shader& fragmentShader, const vect… in execute()
DrsgTest.cpp68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5); in runTest()
/external/deqp/modules/glshared/
DglsRandomShaderCase.cpp484 rsg::ProgramExecutor executor (reference.getAccess(), m_gridWidth, m_gridHeight); in iterate()