Searched refs:m_samplers2D (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgExecutionContext.hpp82 const Sampler2DMap& m_samplers2D; member in class:rsg::ExecutionContext
H A DrsgProgramExecutor.hpp58 Sampler2DMap m_samplers2D; member in class:rsg::ProgramExecutor
H A DrsgExecutionContext.cpp46 : m_samplers2D (samplers2D)
80 return m_samplers2D.find(samplerNdx)->second;
H A DrsgProgramExecutor.cpp180 m_samplers2D[samplerNdx] = Sampler2D(texture, sampler);
221 ExecutionContext execCtx(m_samplers2D, m_samplersCube);
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube);

Completed in 111 milliseconds