Home
last modified time | relevance | path

Searched refs:getCurrentError (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
Dmain.h46 EGLint getCurrentError();
Dmain.cpp214 EGLint getCurrentError() in getCurrentError() function
DlibEGL.cpp132 EGLint error = egl::getCurrentError(); in GetError()