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
233
rsc->
setWatchdogGL
("eglGetDisplay", __LINE__, __FILE__);
244
rsc->
setWatchdogGL
("eglChooseConfig", __LINE__, __FILE__);
261
rsc->
setWatchdogGL
("eglChooseConfig", __LINE__, __FILE__);
306
rsc->
setWatchdogGL
("eglCreateContext", __LINE__, __FILE__);
312
rsc->
setWatchdogGL
(nullptr, 0, nullptr);
318
rsc->
setWatchdogGL
("eglCreatePbufferSurface", __LINE__, __FILE__);
325
rsc->
setWatchdogGL
(nullptr, 0, nullptr);
329
rsc->
setWatchdogGL
("eglMakeCurrent", __LINE__, __FILE__);
336
rsc->
setWatchdogGL
(nullptr, 0, nullptr);
364
rsc->
setWatchdogGL
(nullptr, 0, nullptr)
[
all
...]
rsdGL.h
23
#define RSD_CALL_GL(x, ...) rsc->
setWatchdogGL
(#x, __LINE__, __FILE__); x(__VA_ARGS__); rsc->
setWatchdogGL
(nullptr, 0, nullptr)
/frameworks/rs/
rsContext.h
189
void
setWatchdogGL
(const char *cmd, uint32_t line, const char *file) const {
Completed in 94 milliseconds