Home
last modified time | relevance | path

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

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