Searched refs:eyeRaysAsPoints (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/glsl/
H A Dgsraytrace.cpp57 static GLuint eyeRaysAsPoints; variable in typeref:typename:GLuint
620 //gs.eyeRaysAsPoints->bindAs(ARRAY);
621 glBindBuffer(GL_ARRAY_BUFFER, eyeRaysAsPoints);
655 //gs.eyeRaysAsPoints->unbindAs(ARRAY);
777 glBindBuffer(GL_ARRAY_BUFFER, eyeRaysAsPoints);
911 glGenBuffers(1, &eyeRaysAsPoints);

Completed in 3 milliseconds