Home
last modified time | relevance | path

Searched refs:API_ENTRY (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/opengl/libs/GLES_CM/
Dgl_api.in1 void API_ENTRY(glAlphaFunc)(GLenum func, GLclampf ref) {
4 void API_ENTRY(glClearColor)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
7 void API_ENTRY(glClearDepthf)(GLclampf depth) {
10 void API_ENTRY(glClipPlanef)(GLenum plane, const GLfloat *equation) {
13 void API_ENTRY(glColor4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {
16 void API_ENTRY(glDepthRangef)(GLclampf zNear, GLclampf zFar) {
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 left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear,…
28 void API_ENTRY(glGetClipPlanef)(GLenum pname, GLfloat eqn[4]) {
[all …]
Dglext_api.in1 void API_ENTRY(glBlendEquationSeparateOES)(GLenum modeRGB, GLenum modeAlpha) {
4 void API_ENTRY(glBlendFuncSeparateOES)(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlp…
7 void API_ENTRY(glBlendEquationOES)(GLenum mode) {
10 void API_ENTRY(glDrawTexsOES)(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) {
13 void API_ENTRY(glDrawTexiOES)(GLint x, GLint y, GLint z, GLint width, GLint height) {
16 void API_ENTRY(glDrawTexxOES)(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) {
19 void API_ENTRY(glDrawTexsvOES)(const GLshort *coords) {
22 void API_ENTRY(glDrawTexivOES)(const GLint *coords) {
25 void API_ENTRY(glDrawTexxvOES)(const GLfixed *coords) {
28 void API_ENTRY(glDrawTexfOES)(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) {
[all …]
Dgl.cpp94 #undef API_ENTRY
109 #define API_ENTRY(_api) __attribute__((naked)) _api macro
145 #define API_ENTRY(_api) _api macro
164 #undef API_ENTRY
/frameworks/native/opengl/libs/GLES2/
Dgl2_api.in1 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)(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) {
25 void API_ENTRY(glBlendEquation)( GLenum mode ) {
28 void API_ENTRY(glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha) {
[all …]
Dgl2ext_api.in1 void API_ENTRY(glEGLImageTargetTexture2DOES)(GLenum target, GLeglImageOES image) {
4 void API_ENTRY(glEGLImageTargetRenderbufferStorageOES)(GLenum target, GLeglImageOES image) {
7 void API_ENTRY(glGetProgramBinaryOES)(GLuint program, GLsizei bufSize, GLsizei *length, GLenum *bin…
10 void API_ENTRY(glProgramBinaryOES)(GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint…
13 void* API_ENTRY(glMapBufferOES)(GLenum target, GLenum access) {
16 GLboolean API_ENTRY(glUnmapBufferOES)(GLenum target) {
19 void API_ENTRY(glGetBufferPointervOES)(GLenum target, GLenum pname, GLvoid** params) {
22 void API_ENTRY(glTexImage3DOES)(GLenum target, GLint level, GLenum internalformat, GLsizei width, G…
25 void API_ENTRY(glTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint …
28 void API_ENTRY(glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GL…
[all …]
Dgl2.cpp38 #undef API_ENTRY
55 #define API_ENTRY(_api) __attribute__((naked)) _api macro
77 #define API_ENTRY(_api) _api macro
109 #undef API_ENTRY
/frameworks/native/opengl/libs/EGL/
DgetProcAddress.cpp30 #undef API_ENTRY
49 #define API_ENTRY(_api) __attribute__((naked)) _api macro
70 void API_ENTRY(GL_EXTENSION_NAME(_n))() { \
135 #undef API_ENTRY