Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:TYPE_SAMPLER_2D

140 		DE_ASSERT(m_type == VariableType::TYPE_SAMPLER_2D || m_type == VariableType::TYPE_SAMPLER_CUBE);
1442 samplerType = VariableType::TYPE_SAMPLER_2D;
1454 int sampler2DCount = countSamplers(state.getVariableManager(), VariableType::TYPE_SAMPLER_2D);
1457 bool hasSampler = samplerType == VariableType::TYPE_SAMPLER_2D ? (sampler2DCount > 0) : (samplerCubeCount > 0);