/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/ |
D | gl.h | 593 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLclampf ref); 594 GL_API void GL_APIENTRY glClearColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); 595 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 596 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); 597 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 598 GL_API void GL_APIENTRY glDepthRangef (GLclampf zNear, GLclampf zFar); 599 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); 600 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); 601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo… 602 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat eqn[4]); [all …]
|
D | glext.h | 565 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 574 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen… 583 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 612 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 613 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 614 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 615 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 616 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 617 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heig… [all …]
|
D | glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 413 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref); 414 GL_API void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 415 GL_API void GL_APIENTRY glClearDepthf (GLfloat d); 416 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn); 417 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 418 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 419 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); 420 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); 421 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat … 422 GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); [all …]
|
D | glext.h | 59 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 60 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image); 77 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 89 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen… 101 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 140 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 141 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 142 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 143 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 144 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); [all …]
|
D | glplatform.h | 30 #ifndef GL_API 31 #define GL_API KHRONOS_APICALL macro
|
/external/swiftshader/include/GLES/ |
D | gl.h | 404 GL_API void GL_APIENTRY glAlphaFunc (GLenum func, GLfloat ref); 405 GL_API void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 406 GL_API void GL_APIENTRY glClearDepthf (GLfloat d); 407 GL_API void GL_APIENTRY glClipPlanef (GLenum p, const GLfloat *eqn); 408 GL_API void GL_APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 409 GL_API void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 410 GL_API void GL_APIENTRY glFogf (GLenum pname, GLfloat param); 411 GL_API void GL_APIENTRY glFogfv (GLenum pname, const GLfloat *params); 412 GL_API void GL_APIENTRY glFrustumf (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat … 413 GL_API void GL_APIENTRY glGetClipPlanef (GLenum plane, GLfloat *equation); [all …]
|
D | glext.h | 63 GL_API void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image); 64 GL_API void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image); 81 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 93 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLen… 105 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 144 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort heig… 145 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 146 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed heig… 147 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 148 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); [all …]
|
D | glplatform.h | 30 #ifndef GL_API 31 #define GL_API KHRONOS_APICALL macro
|
/external/mesa3d/src/mapi/glapi/ |
D | glapi_dispatch.c | 100 GL_API void GL_APIENTRY glClearDepthf (GLclampf depth); 101 GL_API void GL_APIENTRY glClipPlanef (GLenum plane, const GLfloat *equation); 102 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLflo… 103 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat eqn[4]); 104 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat… 106 GL_API void GL_APIENTRY glAlphaFuncx (GLenum func, GLclampx ref); 107 GL_API void GL_APIENTRY glClearColorx (GLclampx red, GLclampx green, GLclampx blue, GLclampx alpha); 108 GL_API void GL_APIENTRY glClearDepthx (GLclampx depth); 109 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation); 110 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha); [all …]
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | main.cpp | 541 GL_API void GL_APIENTRY glActiveTexture(GLenum texture) in glActiveTexture() 546 GL_API void GL_APIENTRY glAlphaFunc(GLenum func, GLclampf ref) in glAlphaFunc() 551 GL_API void GL_APIENTRY glAlphaFuncx(GLenum func, GLclampx ref) in glAlphaFuncx() 556 GL_API void GL_APIENTRY glBindBuffer(GLenum target, GLuint buffer) in glBindBuffer() 561 GL_API void GL_APIENTRY glBindFramebuffer(GLenum target, GLuint framebuffer) in glBindFramebuffer() 566 GL_API void GL_APIENTRY glBindFramebufferOES(GLenum target, GLuint framebuffer) in glBindFramebufferOES() 571 GL_API void GL_APIENTRY glBindRenderbufferOES(GLenum target, GLuint renderbuffer) in glBindRenderbufferOES() 576 GL_API void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) in glBindTexture() 581 GL_API void GL_APIENTRY glBlendEquationOES(GLenum mode) in glBlendEquationOES() 586 GL_API void GL_APIENTRY glBlendEquationSeparateOES(GLenum modeRGB, GLenum modeAlpha) in glBlendEquationSeparateOES() [all …]
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | app-linux.c | 55 #define GL_API WAFFLE_CONTEXT_OPENGL_ES2 macro 60 #define GL_API WAFFLE_CONTEXT_OPENGL macro 108 WAFFLE_CONTEXT_API, GL_API, in initGraphics()
|
/external/autotest/client/deps/glbench/src/ |
D | waffle_stuff.cc | 25 #define GL_API WAFFLE_CONTEXT_OPENGL macro 27 #define GL_API WAFFLE_CONTEXT_OPENGL_ES2 macro 116 int32_t configAttribs[] = {WAFFLE_CONTEXT_API, GL_API, in InitOnce()
|
/external/skqp/third_party/angle2/ |
D | BUILD.gn | 45 "GL_API=__attribute__((visibility(\"default\")))", 54 "GL_API=",
|
/external/skia/third_party/angle2/ |
D | BUILD.gn | 45 "GL_API=__attribute__((visibility(\"default\")))", 54 "GL_API=",
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | BUILD.gn | 20 "GL_API=",
|
/external/swiftshader/ |
D | CMakeLists.txt | 2160 … COMPILE_DEFINITIONS "GL_GLEXT_PROTOTYPES; GL_API=; GL_APICALL=; GLAPI=; NO_SANITIZE_FUNCTION=;" 2180 COMPILE_DEFINITIONS "GL_GLEXT_PROTOTYPES; EGLAPI=; GL_API=; GL_APICALL=; GLAPI=;"
|