Searched refs:API_ENTRY (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl_api.in | 1 void API_ENTRY(glAlphaFunc)(GLenum func, GLfloat ref) { 7 void API_ENTRY(glClearDepthf)(GLfloat d) { 145 void API_ENTRY(glClearStencil)(GLint s) { 196 void API_ENTRY(glDisable)(GLenum cap) { 208 void API_ENTRY(glEnable)(GLenum cap) { 214 void API_ENTRY(glFinish)(void) { 217 void API_ENTRY(glFlush)(void) { 247 GLenum API_ENTRY(glGetError)(void) { 307 void API_ENTRY(glLoadIdentity)(void) { 355 void API_ENTRY(glPopMatrix)(void) { [all …]
|
H A D | glext_api.in | 13 void API_ENTRY(glBlendEquationOES)(GLenum mode) { 25 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) { 28 void API_ENTRY(glDrawTexivOES)(const GLint *coords) { 46 void API_ENTRY(glClearDepthxOES)(GLfixed depth) { 91 void API_ENTRY(glLineWidthxOES)(GLfixed width) { 118 void API_ENTRY(glPointSizexOES)(GLfixed size) { 298 GLboolean API_ENTRY(glIsSyncAPPLE)(GLsync sync) { 301 void API_ENTRY(glDeleteSyncAPPLE)(GLsync sync) { 322 void API_ENTRY(glPopGroupMarkerEXT)(void) { 394 GLboolean API_ENTRY(glIsFenceNV)(GLuint fence) { [all …]
|
H A D | gl.cpp | 90 #undef API_ENTRY 99 #define API_ENTRY(_api) _api macro 115 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 148 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 182 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 216 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 252 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 286 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 336 #undef API_ENTRY
|
/aosp12/frameworks/native/opengl/libs/GLES2/ |
H A D | gl2_api.in | 1 void API_ENTRY(glActiveTexture)(GLenum texture) { 46 void API_ENTRY(glClear)(GLbitfield mask) { 52 void API_ENTRY(glClearDepthf)(GLfloat d) { 55 void API_ENTRY(glClearStencil)(GLint s) { 76 GLuint API_ENTRY(glCreateProgram)(void) { 82 void API_ENTRY(glCullFace)(GLenum mode) { 115 void API_ENTRY(glDisable)(GLenum cap) { 127 void API_ENTRY(glEnable)(GLenum cap) { 133 void API_ENTRY(glFinish)(void) { 136 void API_ENTRY(glFlush)(void) { [all …]
|
H A D | gl2ext_api.in | 1 void API_ENTRY(glBlendBarrierKHR)(void) { 19 void API_ENTRY(glPopDebugGroupKHR)(void) { 286 void API_ENTRY(glDeleteSyncAPPLE)(GLsync sync) { 355 void API_ENTRY(glPopGroupMarkerEXT)(void) { 367 GLboolean API_ENTRY(glIsQueryEXT)(GLuint id) { 373 void API_ENTRY(glEndQueryEXT)(GLenum target) { 898 void API_ENTRY(glBlendBarrierNV)(void) { 1117 GLboolean API_ENTRY(glIsPathNV)(GLuint path) { 1315 void API_ENTRY(glMatrixPopEXT)(GLenum mode) { 1318 void API_ENTRY(glMatrixPushEXT)(GLenum mode) { [all …]
|
H A D | gl2.cpp | 34 #undef API_ENTRY 43 #define API_ENTRY(_api) _api macro 59 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 92 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 126 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 160 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 196 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 230 #define API_ENTRY(_api) __attribute__((naked,noinline)) _api macro 280 #undef API_ENTRY
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | getProcAddress.cpp | 26 #undef API_ENTRY 39 #define API_ENTRY(_api) __attribute__((naked)) _api macro 61 #define API_ENTRY(_api) __attribute__((noinline)) _api 81 #define API_ENTRY(_api) __attribute__((naked)) _api 102 #define API_ENTRY(_api) __attribute__((naked)) _api 123 #define API_ENTRY(_api) __attribute__((noinline)) _api 155 #define API_ENTRY(_api) __attribute__((noinline)) _api 192 void API_ENTRY(GL_EXTENSION_NAME(_n))() { \ 253 #undef API_ENTRY
|