Home
last modified time | relevance | path

Searched refs:bindVec4 (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/services/surfaceflinger/tests/
DBufferGenerator.cpp262 void bindVec4(GLint location, vec4 v) const { glUniform4f(location, v.x, v.y, v.z, v.w); } in bindVec4() function in android::Program
312 mProgram->bindVec4(0, in BufferGenerator()