Searched defs:GLfixed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/include/GLES2/
H A Dgl2.h34 typedef khronos_int32_t GLfixed; typedef
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h69 typedef int GLfixed; typedef
486 GLAPI void APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
509 GLAPI void APIENTRY glFogx (GLenum pname, GLfixed param);
510 GLAPI void APIENTRY glFogxv (GLenum pname, const GLfixed *params);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed botto
[all...]
/frameworks/base/opengl/include/GLES/
H A Dgl.h30 typedef khronos_int32_t GLfixed; typedef
644 GL_API void GL_APIENTRY glClipPlanex (GLenum plane, const GLfixed *equation);
646 GL_API void GL_APIENTRY glColor4x (GLfixed red, GLfixed green, GLfixed blue, GLfixed alpha);
667 GL_API void GL_APIENTRY glFogx (GLenum pname, GLfixed param);
668 GL_API void GL_APIENTRY glFogxv (GLenum pname, const GLfixed *params);
670 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed righ
[all...]

Completed in 80 milliseconds