/frameworks/native/opengl/libagl/ |
D | fp.h | 41 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) CONST; 51 inline int isZeroOrNegativef(GLfloat) CONST; 53 inline int exponent(GLfloat) CONST; 54 inline int32_t mantissa(GLfloat) CONST; [all …]
|
D | matrix.cpp | 38 static const GLfloat gIdentityf[16] = { 1,0,0,0, 238 GLfloat const* fp = rhs.elements(); in load() 241 const GLfloat f = *fp++; in load() 254 GLfloat const* const m = lhs.m; in multiply() 291 void matrixf_t::set(const GLfloat* rhs) { in set() 296 GLfloat* fp = m; in load() 303 void matrixf_t::load(const GLfloat* rhs) { in load() 317 void matrixf_t::translate(GLfloat x, GLfloat y, GLfloat z) { in translate() 323 void matrixf_t::scale(GLfloat x, GLfloat y, GLfloat z) { in scale() 331 void matrixf_t::rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z) in rotate() [all …]
|
D | context.h | 385 inline GLfloat* editElements() { return m; } in editElements() 386 inline GLfloat const* elements() const { return m; } in elements() 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 y, GLfloat z); 404 void rotate(GLfloat a, GLfloat x, GLfloat y, GLfloat z); 460 void load(const GLfloat* rhs); 462 void translate(GLfloat x, GLfloat y, GLfloat z); [all …]
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 13 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 top, GLfloat zNear, GLfloat … 47 void glLightModelf ( GLenum pname, GLfloat param ) 48 void glLightModelfv ( GLenum pname, const GLfloat *params ) 51 void glLightf ( GLenum light, GLenum pname, GLfloat param ) 52 void glLightfv ( GLenum light, GLenum pname, const GLfloat *params ) 55 void glLineWidth ( GLfloat width ) 58 void glLoadMatrixf ( const GLfloat *m ) [all …]
|
D | GLES20.spec | 63 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 x ) 114 void glUniform1fv ( GLint location, GLsizei count, const GLfloat *v ) [all …]
|
D | GLES31.spec | 28 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 …d glProgramUniform4f ( GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat… 40 void glProgramUniform1fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) 41 void glProgramUniform2fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) 42 void glProgramUniform3fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) 43 void glProgramUniform4fv ( GLuint program, GLint location, GLsizei count, const GLfloat *value ) 44 …rix2fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) 45 …rix3fv ( GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value ) [all …]
|
D | GLES11Ext.spec | 10 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 top, GLfloat zNear, GLflo… 78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… 79 void glClipPlanefOES ( GLenum plane, const GLfloat *equation ) 80 void glGetClipPlanefOES ( GLenum pname, GLfloat *eqn ) 82 void glTexGenfOES ( GLenum coord, GLenum pname, GLfloat param ) 83 void glTexGenfvOES ( GLenum coord, GLenum pname, const GLfloat *params ) 88 void glGetTexGenfvOES ( GLenum coord, GLenum pname, GLfloat *params )
|
D | GLES11.spec | 4 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 *params )
|
D | GLES31Ext.spec | 13 void glMinSampleShadingOES ( GLfloat value ) 25 …imitiveBoundingBoxEXT ( GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfl…
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 13 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 top, GLfloat zNear, GLfloat … 47 void glLightModelf ( GLenum pname, GLfloat param ) 48 void glLightModelfv ( GLenum pname, const GLfloat *params ) 51 void glLightf ( GLenum light, GLenum pname, GLfloat param ) 52 void glLightfv ( GLenum light, GLenum pname, const GLfloat *params ) 55 void glLineWidth ( GLfloat width ) 58 void glLoadMatrixf ( const GLfloat *m ) [all …]
|
D | glspec-1.1ext | 2 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height ) 3 void glDrawTexfvOES ( const GLfloat *coords )
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 161 void glBlendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} in glBlendColor() 169 void glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) {} in glClearColor() 170 void glClearDepthf(GLfloat d) {} in glClearDepthf() 187 void glDepthRangef(GLfloat n, GLfloat f) {} in glDepthRangef() 203 void glLineWidth(GLfloat width) {} in glLineWidth() 206 void glPolygonOffset(GLfloat factor, GLfloat units) {} in glPolygonOffset() 210 void glSampleCoverage(GLfloat value, GLboolean invert) {} in glSampleCoverage() 221 void glTexParameterf(GLenum target, GLenum pname, GLfloat param) {} in glTexParameterf() 222 void glTexParameterfv(GLenum target, GLenum pname, const GLfloat *params) {} in glTexParameterfv() 226 void glUniform1f(GLint location, GLfloat v0) {} in glUniform1f() [all …]
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 64 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 bottom, GLfloat top, GLfloat z… 519 GLAPI void APIENTRY glLightModelf (GLenum pname, GLfloat param); 520 GLAPI void APIENTRY glLightModelfv (GLenum pname, const GLfloat *params); 523 GLAPI void APIENTRY glLightf (GLenum light, GLenum pname, GLfloat param); 524 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); 527 GLAPI void APIENTRY glLineWidth (GLfloat width); [all …]
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_api.h | 31 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 n, GLfloat f); 85 void GLTrace_glGetFloatv(GLenum pname, GLfloat * data); 96 void GLTrace_glGetTexParameterfv(GLenum target, GLenum pname, GLfloat * params); 98 void GLTrace_glGetUniformfv(GLuint program, GLint location, GLfloat * params); 101 void GLTrace_glGetVertexAttribfv(GLuint index, GLenum pname, GLfloat * params); 112 void GLTrace_glLineWidth(GLfloat width); 115 void GLTrace_glPolygonOffset(GLfloat factor, GLfloat units); [all …]
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 29 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 right, GLfloat bottom, GLfloat top, GLflo… 602 GL_API void GL_APIENTRY glGetClipPlanef (GLenum pname, GLfloat eqn[4]); 603 GL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *params); 604 GL_API void GL_APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); 605 GL_API void GL_APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); [all …]
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 1 void API_ENTRY(glAlphaFunc)(GLenum func, GLfloat ref) { 4 void API_ENTRY(glClearColor)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 7 void API_ENTRY(glClearDepthf)(GLfloat d) { 10 void API_ENTRY(glClipPlanef)(GLenum p, const GLfloat * eqn) { 13 void API_ENTRY(glColor4f)(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) { 16 void API_ENTRY(glDepthRangef)(GLfloat n, GLfloat f) { 19 void API_ENTRY(glFogf)(GLenum pname, GLfloat param) { 22 void API_ENTRY(glFogfv)(GLenum pname, const GLfloat * params) { 25 void API_ENTRY(glFrustumf)(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) { 28 void API_ENTRY(glGetClipPlanef)(GLenum plane, GLfloat * equation) { [all …]
|
/frameworks/native/opengl/libs/ |
D | trace.in | 4 TRACE_GL_VOID(glAlphaFunc, (GLenum func, GLfloat ref), (func, ref), 2, "GLenum", func, "GLfloat", r… 33 …, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha), 4, "GLfloa… 54 …Lint drawbuffer, GLfloat depth, GLint stencil), (buffer, drawbuffer, depth, stencil), 4, "GLenum",… 55 … GLint drawbuffer, const GLfloat * value), (buffer, drawbuffer, value), 3, "GLenum", buffer, "GLin… 58 …, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha), 4, "GLfloa… 61 TRACE_GL_VOID(glClearDepthf, (GLfloat d), (d), 1, "GLfloat", d) 69 TRACE_GL_VOID(glClipPlanef, (GLenum p, const GLfloat * eqn), (p, eqn), 2, "GLenum", p, "const GLflo… 70 TRACE_GL_VOID(glClipPlanefIMG, (GLenum p, const GLfloat * eqn), (p, eqn), 2, "GLenum", p, "const GL… 71 …(glClipPlanefOES, (GLenum plane, const GLfloat * equation), (plane, equation), 2, "GLenum", plane,… 75 …, (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha), (red, green, blue, alpha), 4, "GLfloa… [all …]
|
D | entries.in | 4 GL_ENTRY(void, glAlphaFunc, GLenum func, GLfloat ref) 33 GL_ENTRY(void, glBlendColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 54 GL_ENTRY(void, glClearBufferfi, GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) 55 GL_ENTRY(void, glClearBufferfv, GLenum buffer, GLint drawbuffer, const GLfloat * value) 58 GL_ENTRY(void, glClearColor, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) 61 GL_ENTRY(void, glClearDepthf, GLfloat d) 69 GL_ENTRY(void, glClipPlanef, GLenum p, const GLfloat * eqn) 70 GL_ENTRY(void, glClipPlanefIMG, GLenum p, const GLfloat * eqn) 71 GL_ENTRY(void, glClipPlanefOES, GLenum plane, const GLfloat * equation) 75 GL_ENTRY(void, glColor4f, GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) [all …]
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 68 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 d); 413 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 438 GL_APICALL void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data); 449 GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params); 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params); 454 GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params); 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width); [all …]
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES31.cpp | 1224 (GLfloat)v0 in android_glProgramUniform1f__IIF() 1235 (GLfloat)v0, in android_glProgramUniform2f__IIFF() 1236 (GLfloat)v1 in android_glProgramUniform2f__IIFF() 1247 (GLfloat)v0, in android_glProgramUniform3f__IIFFF() 1248 (GLfloat)v1, in android_glProgramUniform3f__IIFFF() 1249 (GLfloat)v2 in android_glProgramUniform3f__IIFFF() 1260 (GLfloat)v0, in android_glProgramUniform4f__IIFFFF() 1261 (GLfloat)v1, in android_glProgramUniform4f__IIFFFF() 1262 (GLfloat)v2, in android_glProgramUniform4f__IIFFFF() 1263 (GLfloat)v3 in android_glProgramUniform4f__IIFFFF() [all …]
|
D | android_opengl_GLES10.cpp | 568 (GLfloat)red, in android_glColor4f__FFFF() 569 (GLfloat)green, in android_glColor4f__FFFF() 570 (GLfloat)blue, in android_glColor4f__FFFF() 571 (GLfloat)alpha in android_glColor4f__FFFF() 953 (GLfloat)param in android_glFogf__IF() 964 GLfloat *params_base = (GLfloat *) 0; in android_glFogfv__I_3FI() 966 GLfloat *params = (GLfloat *) 0; in android_glFogfv__I_3FI() 998 params_base = (GLfloat *) in android_glFogfv__I_3FI() 1004 (GLfloat *)params in android_glFogfv__I_3FI() 1027 GLfloat *params = (GLfloat *) 0; in android_glFogfv__ILjava_nio_FloatBuffer_2() [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 388 (GLfloat)red, in android_glColor4f__FFFF() 389 (GLfloat)green, in android_glColor4f__FFFF() 390 (GLfloat)blue, in android_glColor4f__FFFF() 391 (GLfloat)alpha in android_glColor4f__FFFF() 773 (GLfloat)param in android_glFogf__IF() 784 GLfloat *params_base = (GLfloat *) 0; in android_glFogfv__I_3FI() 786 GLfloat *params = (GLfloat *) 0; in android_glFogfv__I_3FI() 832 params_base = (GLfloat *) in android_glFogfv__I_3FI() 838 (GLfloat *)params in android_glFogfv__I_3FI() 861 GLfloat *params = (GLfloat *) 0; in android_glFogfv__ILjava_nio_FloatBuffer_2() [all …]
|
D | android_opengl_GLES11.cpp | 542 GLfloat *equation_base = (GLfloat *) 0; in android_glClipPlanef__I_3FI() 544 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__I_3FI() 559 equation_base = (GLfloat *) in android_glClipPlanef__I_3FI() 565 (GLfloat *)equation in android_glClipPlanef__I_3FI() 588 GLfloat *equation = (GLfloat *) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 590 …equation = (GLfloat *)getPointer(_env, equation_buf, (jarray*)&_array, &_remaining, &_bufferOffset… in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 593 equation = (GLfloat *) (_equationBase + _bufferOffset); in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 597 (GLfloat *)equation in android_glClipPlanef__ILjava_nio_FloatBuffer_2() 1003 GLfloat *eqn_base = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() 1005 GLfloat *eqn = (GLfloat *) 0; in android_glGetClipPlanef__I_3FI() [all …]
|
/frameworks/native/opengl/include/GLES3/ |
D | gl31.h | 68 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 d); 413 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 438 GL_APICALL void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data); 449 GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params); 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params); 454 GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params); 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width); [all …]
|
D | gl3.h | 68 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 d); 413 GL_APICALL void GL_APIENTRY glDepthRangef (GLfloat n, GLfloat f); 438 GL_APICALL void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data); 449 GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params); 451 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params); 454 GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params); 465 GL_APICALL void GL_APIENTRY glLineWidth (GLfloat width); [all …]
|