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

  /external/deqp/framework/randomshaders/
rsgExecutionContext.hpp 83 const SamplerCubeMap& m_samplersCube;
rsgProgramExecutor.hpp 59 SamplerCubeMap m_samplersCube;
rsgExecutionContext.cpp 47 , m_samplersCube (samplersCube)
89 return m_samplersCube.find(samplerNdx)->second;
rsgProgramExecutor.cpp 185 m_samplersCube[samplerNdx] = SamplerCube(texture, sampler);
221 ExecutionContext execCtx(m_samplers2D, m_samplersCube);
279 ExecutionContext execCtx(m_samplers2D, m_samplersCube);

Completed in 742 milliseconds