Searched refs:GL_APICALL (Results 1 - 21 of 21) sorted by relevance

/external/mesa3d/include/GLES2/
H A Dgl2platform.h22 #ifndef GL_APICALL
23 #define GL_APICALL KHRONOS_APICALL macro
H A Dgl2.h474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
475 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
476 GL_APICALL void GL_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar* name);
477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
483 GL_APICALL voi
[all...]
H A Dgl2ext.h404 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
405 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
430 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
431 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
441 GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
442 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
443 GL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid** params);
479 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
480 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
481 GL_APICALL voi
[all...]
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2platform.h22 #ifndef GL_APICALL
23 #define GL_APICALL KHRONOS_APICALL macro
H A Dgl2.h474 GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
475 GL_APICALL void GL_APIENTRY glAttachShader (GLuint program, GLuint shader);
476 GL_APICALL void GL_APIENTRY glBindAttribLocation (GLuint program, GLuint index, const GLchar* name);
477 GL_APICALL void GL_APIENTRY glBindBuffer (GLenum target, GLuint buffer);
478 GL_APICALL void GL_APIENTRY glBindFramebuffer (GLenum target, GLuint framebuffer);
479 GL_APICALL void GL_APIENTRY glBindRenderbuffer (GLenum target, GLuint renderbuffer);
480 GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
481 GL_APICALL void GL_APIENTRY glBlendColor (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha);
482 GL_APICALL void GL_APIENTRY glBlendEquation ( GLenum mode );
483 GL_APICALL voi
[all...]
H A Dgl2ext.h415 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
416 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
441 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
442 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
452 GL_APICALL void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
453 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
454 GL_APICALL void GL_APIENTRY glGetBufferPointervOES (GLenum target, GLenum pname, GLvoid** params);
490 GL_APICALL void GL_APIENTRY glTexImage3DOES (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid* pixels);
491 GL_APICALL void GL_APIENTRY glTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid* pixels);
492 GL_APICALL voi
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DFence.h12 #define GL_APICALL macro
H A Dmain.h12 #define GL_APICALL macro
H A DBuffer.h17 #define GL_APICALL macro
H A DBlit.h14 #define GL_APICALL macro
H A DFramebuffer.h13 #define GL_APICALL macro
H A DRefCountObject.h17 #define GL_APICALL macro
H A DResourceManager.h13 #define GL_APICALL macro
H A DRenderbuffer.h15 #define GL_APICALL macro
H A DShader.h15 #define GL_APICALL macro
H A Dutilities.h12 #define GL_APICALL macro
H A DContext.h13 #define GL_APICALL macro
H A DTexture.h16 #define GL_APICALL macro
H A DlibGLESv2.cpp9 #define GL_APICALL macro
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.h16 #define GL_APICALL macro
H A DVertexDataManager.h16 #define GL_APICALL macro

Completed in 2316 milliseconds