HomeSort by relevance Sort by last modified time
    Searched refs:m_samplers2D (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/randomshaders/
rsgExecutionContext.hpp 82 const Sampler2DMap& m_samplers2D;
rsgProgramExecutor.hpp 58 Sampler2DMap m_samplers2D;
rsgExecutionContext.cpp 46 : m_samplers2D (samplers2D)
80 return m_samplers2D.find(samplerNdx)->second;
rsgProgramExecutor.cpp 180 m_samplers2D[samplerNdx] = Sampler2D(texture, sampler);
221 ExecutionContext execCtx(m_samplers2D, m_samplersCube);
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube);

Completed in 54 milliseconds