Searched defs:uniformType (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
H A DglsRandomShaderProgram.cpp162 const rsg::VariableType& uniformType = uniformVar->getType(); local
165 m_execCtx.getValue(uniformVar) = rsg::ConstValueAccess(uniformType, (const rsg::Scalar*)&uniformSlot.value).value();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DvalidationES.cpp1085 bool ValidateUniform(gl::Context *context, GLenum uniformType, GLint location, GLsizei count) argument
1088 if (VariableComponentType(uniformType) == GL_UNSIGNED_INT && context->getClientVersion() < 3)
1095 if (!ValidateUniformCommonBase(context, uniformType, location, count, &uniform))
1100 GLenum targetBoolType = VariableBoolVectorType(uniformType);
1101 bool samplerUniformCheck = (IsSampler(uniform->type) && uniformType == GL_INT);
1102 if (!samplerUniformCheck && uniformType != uniform->type && targetBoolType != uniform->type)

Completed in 103 milliseconds