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

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

Completed in 211 milliseconds