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
1990 return currentSerial++; in issueSerial()
/external/swiftshader/src/OpenGL/libGLESv2/
DProgram.h318 static unsigned int currentSerial; variable
DProgram.cpp34 unsigned int Program::currentSerial = 1; member in es2::Program
2511 return currentSerial++; in issueSerial()