/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/GLES/ |
glext.h | 435 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 444 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); 453 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 482 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 484 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 485 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 486 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 487 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES/ |
glext.h | 435 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 444 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); 453 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 482 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 484 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 485 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 486 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 487 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) [all...] |
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES/ |
glext.h | 435 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 444 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha); 453 GL_API void GL_APIENTRY glBlendEquationOES (GLenum mode); 482 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height); 484 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height); 485 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords); 486 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords); 487 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords); 488 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
ARB_depth_buffer_float.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
ARB_depth_clamp.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
ARB_instanced_arrays.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
ARB_seamless_cube_map.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
ARB_texture_compression_rgtc.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
NV_texture_barrier.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
OES_EGL_image.xml | 2 <!DOCTYPE OpenGLAPI SYSTEM "gl_API.dtd">
|
SConscript | 17 source = GLAPI + 'gen/gl_API.xml', 24 source = GLAPI + 'gen/gl_API.xml', 31 source = GLAPI + 'gen/gl_API.xml', 38 source = GLAPI + 'gen/gl_API.xml', 45 source = GLAPI + 'gen/gl_API.xml',
|
/frameworks/native/opengl/include/GLES/ |
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, GLenum dstAlpha); 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 height); 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 height); 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 height) [all...] |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/development/ndk/platforms/android-4/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/external/mesa3d/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/GLES/ |
glplatform.h | 22 #ifndef GL_API 23 #define GL_API KHRONOS_APICALL
|