Searched refs:GLfloat (Results 1 - 25 of 56) 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.h385 inline GLfloat* editElements() { return m; }
386 inline GLfloat const* elements() const { return m; }
389 void set(const GLfloat* rhs);
398 GLfloat m[16];
400 void load(const GLfloat* rhs);
402 void translate(GLfloat x, GLfloat y, GLfloat z);
403 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 )
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetFloatv.cpp1 /* void glGetFloatv ( GLenum pname, GLfloat *params ) */
5 get<jfloatArray, GLfloat, glGetFloatv>(_env, _this, pname, params_ref, offset);
8 /* void glGetFloatv ( GLenum pname, GLfloat *params ) */
12 getarray<GLfloat, glGetFloatv>(_env, _this, pname, params_buf);
/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.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/libs/GLES_trace/src/
H A Dgltrace_api.h31 void GLTrace_glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
40 void GLTrace_glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha);
41 void GLTrace_glClearDepthf(GLfloat d);
60 void GLTrace_glDepthRangef(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/base/core/jni/
H A Dandroid_opengl_GLES10.cpp445 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
450 (GLfloat)red,
451 (GLfloat)green,
452 (GLfloat)blue,
453 (GLfloat)alpha
829 /* void glFogf ( GLenum pname, GLfloat param ) */
835 (GLfloat)para
[all...]
H A Dandroid_opengl_GLES31.cpp1099 /* void glProgramUniform1f ( GLuint program, GLint location, GLfloat v0 ) */
1106 (GLfloat)v0
1110 /* void glProgramUniform2f ( GLuint program, GLint location, GLfloat v0, GLfloat v1 ) */
1117 (GLfloat)v0,
1118 (GLfloat)v1
1122 /* void glProgramUniform3f ( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2 ) */
1129 (GLfloat)v
[all...]
H A Dandroid_opengl_GLES20.cpp2591 /* void glGetFloatv ( GLenum pname, GLfloat *params ) */
2595 get<jfloatArray, GLfloat, glGetFloatv>(_env, _this, pname, params_ref, offset);
2598 /* void glGetFloatv ( GLenum pname, GLfloat *params ) */
2602 getarray<GLfloat, glGetFloatv>(_env, _this, pname, params_buf);
3244 /* void glGetTexParameterfv ( GLenum target, GLenum pname, GLfloat *params ) */
3251 GLfloat *params_base = (GLfloat *) 0;
3253 GLfloat *params = (GLfloat *) 0;
3274 params_base = (GLfloat *)
[all...]
H A Dandroid_opengl_GLES11.cpp417 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
424 GLfloat *equation_base = (GLfloat *) 0;
426 GLfloat *equation = (GLfloat *) 0;
441 equation_base = (GLfloat *)
447 (GLfloat *)equation
460 /* void glClipPlanef ( GLenum plane, const GLfloat *equation ) */
470 GLfloat *equation = (GLfloat *)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp379 /* void glColor4f ( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha ) */
384 (GLfloat)red,
385 (GLfloat)green,
386 (GLfloat)blue,
387 (GLfloat)alpha
763 /* void glFogf ( GLenum pname, GLfloat param ) */
769 (GLfloat)para
[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...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES10RenderEngine.cpp39 GLfloat floatAlpha = alpha * (1.0f / 255.0f);
/frameworks/base/libs/hwui/
H A DDither.cpp49 const GLfloat pattern[] = {
56 glPixelStorei(GL_UNPACK_ALIGNMENT, sizeof(GLfloat));

Completed in 8053 milliseconds

123