Home
last modified time | relevance | path

Searched refs:SamplerCube (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgSamplers.hpp59 class SamplerCube class
62 SamplerCube (void) in SamplerCube() function in rsg::SamplerCube
68 SamplerCube (const tcu::TextureCube* texture, const tcu::Sampler& sampler) in SamplerCube() function in rsg::SamplerCube
85 typedef std::map<int, SamplerCube> SamplerCubeMap;
DrsgExecutionContext.hpp68 const SamplerCube& getSamplerCube (const Variable* variable) const;
DrsgExecutionContext.cpp83 const SamplerCube& ExecutionContext::getSamplerCube (const Variable* sampler) const in getSamplerCube()
DrsgProgramExecutor.cpp185 m_samplersCube[samplerNdx] = SamplerCube(texture, sampler); in setTexture()
DrsgExpression.cpp1732 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); in evaluate()
1749 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler); in evaluate()
/external/skqp/src/sksl/
DSkSLCompiler.cpp169 ADD_TYPE(SamplerCube); in Compiler()
/external/skia/src/sksl/
DSkSLCompiler.cpp169 ADD_TYPE(SamplerCube); in Compiler()