Searched refs:GLfloat (Results 1 - 25 of 52) sorted by relevance

123

/frameworks/native/opengl/libagl/
H A Dfp.h41 GLfloat fixedToFloat(GLfixed) CONST;
43 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c);
44 float sinef(GLfloat x) CONST;
45 float cosinef(GLfloat x) CONST;
47 inline bool cmpf(GLfloat a, GLfloat b) CONST;
48 inline bool isZerof(GLfloat) CONST;
49 inline bool isOnef(GLfloat) CONS
[all...]
H A Dmatrix.cpp38 static const GLfloat gIdentityf[16] = { 1,0,0,0,
238 GLfloat const* fp = rhs.elements();
241 const GLfloat f = *fp++;
254 GLfloat const* const m = lhs.m;
291 void matrixf_t::set(const GLfloat* rhs) {
296 GLfloat* fp = m;
303 void matrixf_t::load(const GLfloat* rhs) {
317 void matrixf_t::translate(GLfloat x, GLfloat y, GLfloat
[all...]
H A Dfp.cpp34 GLfloat fixedToFloat(GLfixed x)
79 void sincosf(GLfloat angle, GLfloat* s, GLfloat* c) {
H A Dcontext.h386 inline GLfloat* editElements() { return m; }
387 inline GLfloat const* elements() const { return m; }
390 void set(const GLfloat* rhs);
399 GLfloat m[16];
401 void load(const GLfloat* rhs);
403 void translate(GLfloat x, GLfloat y, GLfloat z);
404 void scale(GLfloat x, GLfloat
[all...]
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec13 void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
35 void glFogf ( GLenum pname, GLfloat param )
36 void glFogfv ( GLenum pname, const GLfloat *params )
40 void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat to
[all...]
H A DGLES20.spec63 void glGetFloatv ( GLenum pname, GLfloat *params )
74 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params )
76 void glGetUniformfv ( GLuint program, GLint location, GLfloat *params )
79 void glGetVertexAttribfv ( GLuint index, GLenum pname, GLfloat *params )
90 void glLineWidth ( GLfloat width )
93 void glPolygonOffset ( GLfloat factor, GLfloat units )
108 void glTexParameterf ( GLenum target, GLenum pname, GLfloat param )
109 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *params )
113 void glUniform1f ( GLint location, GLfloat
[all...]
H A DGLES31.spec28 void glProgramUniform1f ( GLuint program, GLint location, GLfloat v0 )
29 void glProgramUniform2f ( GLuint program, GLint location, GLfloat v0, GLfloat v1 )
30 void glProgramUniform3f ( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2 )
31 void glProgramUniform4f ( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v
[all...]
H A DGLES11Ext.spec10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
11 void glDrawTexfvOES ( const GLfloat *coords )
77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat to
[all...]
H A DGLES11.spec4 void glClipPlanef ( GLenum plane, const GLfloat *equation )
13 void glGetClipPlanef ( GLenum pname, GLfloat *eqn )
16 void glGetFloatv ( GLenum pname, GLfloat *params )
17 void glGetLightfv ( GLenum light, GLenum pname, GLfloat *params )
19 void glGetMaterialfv ( GLenum face, GLenum pname, GLfloat *params )
22 void glGetTexEnvfv ( GLenum env, GLenum pname, GLfloat *params )
25 void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params )
32 void glPointParameterf ( GLenum pname, GLfloat param )
33 void glPointParameterfv ( GLenum pname, const GLfloat *params )
40 void glTexParameterfv ( GLenum target, GLenum pname, const GLfloat *param
[all...]
H A DGLES31Ext.spec13 void glMinSampleShadingOES ( GLfloat value )
25 void glPrimitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
H A DGLES32.spec26 void glPrimitiveBoundingBox ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW )
29 void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params )
32 void glMinSampleShading ( GLfloat valu
[all...]
/frameworks/base/libs/hwui/debug/
H A DNullGlesDriver.h53 virtual void glBlendColor_(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) override {}
61 virtual void glClearColor_(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) override {}
62 virtual void glClearDepthf_(GLfloat d) override {}
79 virtual void glDepthRangef_(GLfloat
[all...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetFloatv.cpp1 /* void glGetFloatv ( GLenum pname, GLfloat *params ) */
5 get<jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, GLfloat, glGetFloatv>(
9 /* void glGetFloatv ( GLenum pname, GLfloat *params ) */
13 getarray<GLfloat, jfloatArray, FloatArrayGetter, jfloat*, FloatArrayReleaser, glGetFloatv>(
/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...]
H A Dglext.h618 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
619 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);
627 typedef void (GL_APIENTRYP PFNGLDRAWTEXFOESPROC) (GLfloat x, GLfloat y, GLfloat z, GLfloat widt
[all...]
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h76 typedef khronos_float_t GLfloat; typedef
392 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
401 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat
[all...]
H A Dgl2ext.h180 typedef void (GL_APIENTRYP PFNGLGETNUNIFORMFVKHRPROC) (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
186 GL_APICALL void GL_APIENTRY glGetnUniformfvKHR (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
438 typedef void (GL_APIENTRYP PFNGLPRIMITIVEBOUNDINGBOXOESPROC) (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat max
[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/GLES3/
H A Dgl31.h76 typedef khronos_float_t GLfloat; typedef
392 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
401 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat
[all...]
H A Dgl32.h76 typedef khronos_float_t GLfloat; typedef
392 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
401 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat
[all...]
H A Dgl3.h76 typedef khronos_float_t GLfloat; typedef
392 typedef void (GL_APIENTRYP PFNGLBLENDCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
401 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
402 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31.cpp1378 /* void glProgramUniform1f ( GLuint program, GLint location, GLfloat v0 ) */
1385 (GLfloat)v0
1389 /* void glProgramUniform2f ( GLuint program, GLint location, GLfloat v0, GLfloat v1 ) */
1396 (GLfloat)v0,
1397 (GLfloat)v1
1401 /* void glProgramUniform3f ( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2 ) */
1408 (GLfloat)v
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp385 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
390 (GLfloat)red,
391 (GLfloat)green,
392 (GLfloat)blue,
393 (GLfloat)alpha
815 /* void glFogf ( GLenum pname, GLfloat param ) */
821 (GLfloat)para
[all...]
H A Dandroid_opengl_GLES10.cpp576 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
581 (GLfloat)red,
582 (GLfloat)green,
583 (GLfloat)blue,
584 (GLfloat)alpha
1006 /* void glFogf ( GLenum pname, GLfloat param ) */
1012 (GLfloat)para
[all...]
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp83 const GLfloat fh = h;
84 const GLfloat fw2 = w/2;
85 const GLfloat vertices[4][2] = {
90 const GLfloat texCoords[4][2] = {

Completed in 338 milliseconds

123