OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_api
(Results
1 - 7
of
7
) sorted by null
/frameworks/native/opengl/libs/GLES_trace/src/
gltrace_hooks.cpp
25
#define GL_ENTRY(_r,
_api
, ...) GLTrace_ ##
_api
,
/frameworks/native/opengl/libs/GLES2/
gl2.cpp
47
#define API_ENTRY(
_api
) __attribute__((noinline))
_api
49
#define CALL_GL_API(
_api
, ...) \
57
[api] "J"(__builtin_offsetof(gl_hooks_t, gl.
_api
)) \
63
#define API_ENTRY(
_api
) __attribute__((noinline))
_api
65
#define CALL_GL_API(
_api
, ...) \
89
[API] "I"(__builtin_offsetof(gl_hooks_t, gl.
_api
)) \
95
#define API_ENTRY(
_api
)
_api
[
all
...]
/frameworks/native/opengl/libs/EGL/
trace.cpp
328
#define TRACE_GL_VOID(
_api
, _args, _argList, ...) \
329
static void Tracing_ ##
_api
_args { \
330
TraceGL(#
_api
, __VA_ARGS__); \
332
_c->
_api
_argList; \
335
#define TRACE_GL(_type,
_api
, _args, _argList, ...) \
336
static _type Tracing_ ##
_api
_args { \
337
TraceGL(#
_api
, __VA_ARGS__); \
339
return _c->
_api
_argList; \
349
#define GL_ENTRY(_r,
_api
, ...) Tracing_ ##
_api
,
[
all
...]
getProcAddress.cpp
41
#define API_ENTRY(
_api
) __attribute__((naked))
_api
43
#define CALL_GL_EXTENSION_API(
_api
) \
55
ext.extensions[
_api
])) \
61
#define API_ENTRY(
_api
) __attribute__((noinline))
_api
63
#define CALL_GL_EXTENSION_API(
_api
, ...) \
86
ext.extensions[
_api
])) \
egl.cpp
357
#define GL_ENTRY(_r,
_api
, ...) #
_api
,
358
#define EGL_ENTRY(_r,
_api
, ...) #
_api
,
/frameworks/native/opengl/libs/GLES_CM/
gl.cpp
99
#define API_ENTRY(
_api
) __attribute__((noinline))
_api
101
#define CALL_GL_API(
_api
, ...) \
109
[api] "J"(__builtin_offsetof(gl_hooks_t, gl.
_api
)) \
115
#define API_ENTRY(
_api
) __attribute__((noinline))
_api
117
#define CALL_GL_API(
_api
, ...) \
141
[API] "I"(__builtin_offsetof(gl_hooks_t, gl.
_api
)) \
147
#define API_ENTRY(
_api
)
_api
[
all
...]
/frameworks/native/opengl/libs/
hooks.h
58
#define GL_ENTRY(_r,
_api
, ...) _r (*
_api
)(__VA_ARGS__);
59
#define EGL_ENTRY(_r,
_api
, ...) _r (*
_api
)(__VA_ARGS__);
Completed in 42 milliseconds