Searched defs:entryPointType (Results 1 – 3 of 3) sorted by relevance
421 void ProgramVk::setUniformImpl(GLint location, GLsizei count, const T *v, GLenum entryPointType) in setUniformImpl()
799 void ProgramVk::setUniformImpl(GLint location, GLsizei count, const T *v, GLenum entryPointType) in setUniformImpl()
254 auto entryPointType = module_.FindDef(entryPoint->words()[4]); in isValid() local