Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
DProgram.h203 static unsigned int currentSerial; variable
DProgram.cpp32 unsigned int Program::currentSerial = 1; member in gl::Program
1984 return currentSerial++; in issueSerial()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h326 static unsigned int currentSerial; variable
DProgram.cpp35 unsigned int Program::currentSerial = 1; member in es2::Program
2701 return currentSerial++; in issueSerial()