Searched refs:bindVec4 (Results 1 – 1 of 1) sorted by relevance
262 void bindVec4(GLint location, vec4 v) const { glUniform4f(location, v.x, v.y, v.z, v.w); } in bindVec4() function in android::Program312 mProgram->bindVec4(0, in BufferGenerator()