Home | History | Annotate | Download | only in gles31

Lines Matching defs:getBaseType

344 	GLenum getBaseType() const
547 if (type.getBaseType() == GL_SAMPLER)
583 if (type.getBaseType() == GL_INT || type.getBaseType() == GL_SAMPLER)
587 else if (type.getBaseType() == GL_UNSIGNED_INT)
591 else if (type.getBaseType() == GL_FLOAT)
609 if (type.getBaseType() == GL_INT)
618 else if (type.getBaseType() == GL_UNSIGNED_INT)
627 else if (type.getBaseType() == GL_FLOAT)
635 else if (type.getBaseType() == GL_SAMPLER)
1043 if (uniform.type.getBaseType() == GL_SAMPLER)