Home | History | Annotate | Download | only in randomshaders

Lines Matching defs:ExecutionContext

45 ExecutionContext::ExecutionContext (const Sampler2DMap& samplers2D, const SamplerCubeMap& samplersCube)
54 ExecutionContext::~ExecutionContext (void)
61 ExecValueAccess ExecutionContext::getValue (const Variable* variable)
74 const Sampler2D& ExecutionContext::getSampler2D (const Variable* sampler) const
83 const SamplerCube& ExecutionContext::getSamplerCube (const Variable* sampler) const
92 void ExecutionContext::andExecutionMask (ExecConstValueAccess value)
104 void ExecutionContext::pushExecutionMask (ExecConstValueAccess value)
111 void ExecutionContext::popExecutionMask (void)
116 ExecConstValueAccess ExecutionContext::getExecutionMask (void) const