Searched defs:GLfloat (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/include/GLES2/
H A Dgl2.h68 typedef khronos_float_t GLfloat; typedef
384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat
[all...]
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h64 typedef float GLfloat; typedef
485 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
507 GLAPI void APIENTRY glFogf (GLenum pname, GLfloat param);
508 GLAPI void APIENTRY glFogfv (GLenum pname, const GLfloat *params);
512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat botto
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h29 typedef khronos_float_t GLfloat; typedef
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);
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 righ
[all...]
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h68 typedef khronos_float_t GLfloat; typedef
384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat
[all...]
H A Dgl31.h68 typedef khronos_float_t GLfloat; typedef
384 GL_APICALL void GL_APIENTRY glBlendColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
393 GL_APICALL void GL_APIENTRY glClearColor (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
394 GL_APICALL void GL_APIENTRY glClearDepthf (GLfloat
[all...]

Completed in 156 milliseconds