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

/external/deqp/framework/randomshaders/
H A DrsgExecutionContext.hpp83 const SamplerCubeMap& m_samplersCube; member in class:rsg::ExecutionContext
H A DrsgProgramExecutor.hpp59 SamplerCubeMap m_samplersCube; member in class:rsg::ProgramExecutor
H A DrsgExecutionContext.cpp47 , m_samplersCube (samplersCube)
89 return m_samplersCube.find(samplerNdx)->second;
H A DrsgProgramExecutor.cpp185 m_samplersCube[samplerNdx] = SamplerCube(texture, sampler);
221 ExecutionContext execCtx(m_samplers2D, m_samplersCube);
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube);

Completed in 118 milliseconds