/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 1 void API_ENTRY(glAlphaFunc)(GLenum func, GLfloat ref) { 4 void API_ENTRY(glClearColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 7 void API_ENTRY(glClearDepthf)(GLfloat d) { 10 void API_ENTRY(glClipPlanef)(GLenum p, const GLfloat *eqn) { 13 void API_ENTRY(glColor4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 16 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) { 19 void API_ENTRY(glFogf)(GLenum pname, GLfloat param) { 22 void API_ENTRY(glFogfv)(GLenum pname, const GLfloat *params) { 25 void API_ENTRY(glFrustumf)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) { 28 void API_ENTRY(glGetClipPlanef)(GLenum plane, GLfloat *equation) { [all …]
|
D | glext_api.in | 1 void API_ENTRY(glEGLImageTargetTexture2DOES)(GLenum target, GLeglImageOES image) { 4 void API_ENTRY(glEGLImageTargetRenderbufferStorageOES)(GLenum target, GLeglImageOES image) { 7 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) { 10 void API_ENTRY(glBlendFuncSeparateOES)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp… 13 void API_ENTRY(glBlendEquationOES)(GLenum mode) { 16 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) { 19 void API_ENTRY(glDrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height) { 22 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) { 25 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) { 28 void API_ENTRY(glDrawTexivOES)(const GLint *coords) { [all …]
|
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 307 #undef API_ENTRY
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2_api.in | 1 void API_ENTRY(glActiveTexture)(GLenum texture) { 4 void API_ENTRY(glAttachShader)(GLuint program, GLuint shader) { 7 void API_ENTRY(glBindAttribLocation)(GLuint program, GLuint index, const GLchar *name) { 10 void API_ENTRY(glBindBuffer)(GLenum target, GLuint buffer) { 13 void API_ENTRY(glBindFramebuffer)(GLenum target, GLuint framebuffer) { 16 void API_ENTRY(glBindRenderbuffer)(GLenum target, GLuint renderbuffer) { 19 void API_ENTRY(glBindTexture)(GLenum target, GLuint texture) { 22 void API_ENTRY(glBlendColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 25 void API_ENTRY(glBlendEquation)(GLenum mode) { 28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) { [all …]
|
D | gl2ext_api.in | 1 void API_ENTRY(glBlendBarrierKHR)(void) { 4 void API_ENTRY(glDebugMessageControlKHR)(GLenum source, GLenum type, GLenum severity, GLsizei count… 7 void API_ENTRY(glDebugMessageInsertKHR)(GLenum source, GLenum type, GLuint id, GLenum severity, GLs… 10 void API_ENTRY(glDebugMessageCallbackKHR)(GLDEBUGPROCKHR callback, const void *userParam) { 13 GLuint API_ENTRY(glGetDebugMessageLogKHR)(GLuint count, GLsizei bufSize, GLenum *sources, GLenum *t… 16 void API_ENTRY(glPushDebugGroupKHR)(GLenum source, GLuint id, GLsizei length, const GLchar *message… 19 void API_ENTRY(glPopDebugGroupKHR)(void) { 22 void API_ENTRY(glObjectLabelKHR)(GLenum identifier, GLuint name, GLsizei length, const GLchar *labe… 25 void API_ENTRY(glGetObjectLabelKHR)(GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *lengt… 28 void API_ENTRY(glObjectPtrLabelKHR)(const void *ptr, GLsizei length, const GLchar *label) { [all …]
|
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 251 #undef API_ENTRY
|
/frameworks/native/opengl/libs/EGL/ |
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 122 #define API_ENTRY(_api) __attribute__((noinline)) _api 149 void API_ENTRY(GL_EXTENSION_NAME(_n))() { \ 210 #undef API_ENTRY
|