Home
last modified time | relevance | path

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

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