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

/xsrc/external/mit/mesa-demos/dist/src/vp/
H A Dvp-tris.c22 static GLboolean program_point_size = 0; variable in typeref:typename:GLboolean
226 enable( GL_VERTEX_PROGRAM_POINT_SIZE_ARB, program_point_size );
289 program_point_size = !program_point_size;
/xsrc/external/mit/mesa-demos/dist/src/vpglsl/
H A Dvp-tris.c16 static GLboolean program_point_size = 0; variable in typeref:typename:GLboolean
260 enable( GL_VERTEX_PROGRAM_POINT_SIZE_ARB, program_point_size );
326 program_point_size = !program_point_size;

Completed in 9 milliseconds