Searched refs:setWatchdogGL (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/rs/driver/
H A DrsdGL.h23 #define RSD_CALL_GL(x, ...) rsc->setWatchdogGL(#x, __LINE__, __FILE__); x(__VA_ARGS__); rsc->setWatchdogGL(NULL, 0, NULL)
H A DrsdGL.cpp203 rsc->setWatchdogGL("eglGetDisplay", __LINE__, __FILE__);
214 rsc->setWatchdogGL("eglChooseConfig", __LINE__, __FILE__);
221 rsc->setWatchdogGL("eglChooseConfig", __LINE__, __FILE__);
266 rsc->setWatchdogGL("eglCreateContext", __LINE__, __FILE__);
272 rsc->setWatchdogGL(NULL, 0, NULL);
279 rsc->setWatchdogGL("eglCreatePbufferSurface", __LINE__, __FILE__);
286 rsc->setWatchdogGL(NULL, 0, NULL);
290 rsc->setWatchdogGL("eglMakeCurrent", __LINE__, __FILE__);
297 rsc->setWatchdogGL(NULL, 0, NULL);
325 rsc->setWatchdogGL(NUL
[all...]
/frameworks/base/libs/rs/
H A DrsContext.h201 void setWatchdogGL(const char *cmd, uint32_t line, const char *file) const { function in class:android::renderscript::Context

Completed in 59 milliseconds