OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setWatchdogGL
(Results
1 - 3
of
3
) sorted by null
/frameworks/rs/driver/
rsdGL.cpp
244
rsc->
setWatchdogGL
("eglGetDisplay", __LINE__, __FILE__);
255
rsc->
setWatchdogGL
("eglChooseConfig", __LINE__, __FILE__);
272
rsc->
setWatchdogGL
("eglChooseConfig", __LINE__, __FILE__);
317
rsc->
setWatchdogGL
("eglCreateContext", __LINE__, __FILE__);
323
rsc->
setWatchdogGL
(NULL, 0, NULL);
329
rsc->
setWatchdogGL
("eglCreatePbufferSurface", __LINE__, __FILE__);
336
rsc->
setWatchdogGL
(NULL, 0, NULL);
340
rsc->
setWatchdogGL
("eglMakeCurrent", __LINE__, __FILE__);
347
rsc->
setWatchdogGL
(NULL, 0, NULL);
375
rsc->
setWatchdogGL
(NULL, 0, NULL)
[
all
...]
rsdGL.h
23
#define RSD_CALL_GL(x, ...) rsc->
setWatchdogGL
(#x, __LINE__, __FILE__); x(__VA_ARGS__); rsc->
setWatchdogGL
(NULL, 0, NULL)
/frameworks/rs/
rsContext.h
192
void
setWatchdogGL
(const char *cmd, uint32_t line, const char *file) const {
Completed in 307 milliseconds