Searched refs:VariableBoolVectorType (Results 1 – 6 of 6) sorted by relevance
54 GLenum VariableBoolVectorType(GLenum type);
272 GLenum VariableBoolVectorType(GLenum type) in VariableBoolVectorType() function
1138 ASSERT(linkedUniform.getType() == gl::VariableBoolVectorType(entryPointType)); in SetUniform()1247 gl::VariableBoolVectorType(entryPointType)); in GetUniform()
1568 ASSERT(linkedUniform.getType() == gl::VariableBoolVectorType(entryPointType));1606 gl::VariableBoolVectorType(entryPointType));
340 if (valueType != uniformType && VariableBoolVectorType(valueType) != uniformType) in ValidateUniformValue()
2549 ASSERT(targetUniform->typeInfo.type == gl::VariableBoolVectorType(uniformType)); in setUniformImpl()