Home
last modified time | relevance | path

Searched refs:getSamplerCube (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgExecutionContext.hpp68 const SamplerCube& getSamplerCube (const Variable* variable) const;
DrsgExecutionContext.cpp83 const SamplerCube& ExecutionContext::getSamplerCube (const Variable* sampler) const in getSamplerCube() function in rsg::ExecutionContext
DrsgExpression.cpp1732 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); in evaluate()
1749 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); in evaluate()