OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GL_ENTRY
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/debug/
DefaultGlesDriver.h
27
#define
GL_ENTRY
(ret, api, ...) virtual ret api##_(__VA_ARGS__) override;
29
#undef
GL_ENTRY
FatalBaseDriver.h
30
#define
GL_ENTRY
(ret, api, ...) virtual ret api##_(__VA_ARGS__) override;
32
#undef
GL_ENTRY
GlesErrorCheckWrapper.h
29
#define
GL_ENTRY
(ret, api, ...) virtual ret api##_(__VA_ARGS__) override;
31
#undef
GL_ENTRY
GlesDriver.h
45
#define
GL_ENTRY
(ret, api, ...) virtual ret api##_(__VA_ARGS__) = 0;
47
#undef
GL_ENTRY
/frameworks/native/opengl/libs/
hooks.h
57
#undef
GL_ENTRY
59
#define
GL_ENTRY
(_r, _api, ...) _r (*(_api))(__VA_ARGS__);
74
#undef
GL_ENTRY
/frameworks/native/opengl/libs/EGL/
egl.cpp
245
#undef
GL_ENTRY
247
#define
GL_ENTRY
(_r, _api, ...) #_api,
260
#undef
GL_ENTRY
Completed in 371 milliseconds