HomeSort by relevance Sort by last modified time
    Searched refs:GLfloat (Results 1 - 25 of 956) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.h 30 extern GLfloat _mesa_noise1(GLfloat);
31 extern GLfloat _mesa_noise2(GLfloat, GLfloat);
32 extern GLfloat _mesa_noise3(GLfloat, GLfloat, GLfloat);
33 extern GLfloat _mesa_noise4(GLfloat, GLfloat, GLfloat, GLfloat)
    [all...]
prog_execute.h 32 typedef void (*FetchTexelLodFunc)(struct gl_context *ctx, const GLfloat texcoord[4],
33 GLfloat lambda, GLuint unit, GLfloat color[4]);
35 typedef void (*FetchTexelDerivFunc)(struct gl_context *ctx, const GLfloat texcoord[4],
36 const GLfloat texdx[4],
37 const GLfloat texdy[4],
38 GLfloat lodBias,
39 GLuint unit, GLfloat color[4]);
54 GLfloat (*Attribs)[PROG_MAX_WIDTH][4];
55 GLfloat (*DerivX)[4]
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.h 30 extern GLfloat _mesa_noise1(GLfloat);
31 extern GLfloat _mesa_noise2(GLfloat, GLfloat);
32 extern GLfloat _mesa_noise3(GLfloat, GLfloat, GLfloat);
33 extern GLfloat _mesa_noise4(GLfloat, GLfloat, GLfloat, GLfloat)
    [all...]
prog_execute.h 32 typedef void (*FetchTexelLodFunc)(struct gl_context *ctx, const GLfloat texcoord[4],
33 GLfloat lambda, GLuint unit, GLfloat color[4]);
35 typedef void (*FetchTexelDerivFunc)(struct gl_context *ctx, const GLfloat texcoord[4],
36 const GLfloat texdx[4],
37 const GLfloat texdy[4],
38 GLfloat lodBias,
39 GLuint unit, GLfloat color[4]);
54 GLfloat (*Attribs)[PROG_MAX_WIDTH][4];
55 GLfloat (*DerivX)[4]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_eval.h 60 _math_horner_bezier_curve(const GLfloat *cp, GLfloat *out, GLfloat t,
79 _math_horner_bezier_surf(GLfloat *cn, GLfloat *out, GLfloat u, GLfloat v,
98 _math_de_casteljau_surf(GLfloat *cn, GLfloat *out, GLfloat *du, GLfloat *dv
    [all...]
m_matrix.h 76 GLfloat *m; /**< 16 matrix elements (16-byte aligned) */
77 GLfloat *inv; /**< 16-element inverse (16-byte aligned) */
97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
100 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m );
103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
106 _math_matrix_rotate( GLmatrix *m, GLfloat angle,
107 GLfloat x, GLfloat y, GLfloat z )
    [all...]
  /external/mesa3d/src/mesa/math/
m_eval.h 60 _math_horner_bezier_curve(const GLfloat *cp, GLfloat *out, GLfloat t,
79 _math_horner_bezier_surf(GLfloat *cn, GLfloat *out, GLfloat u, GLfloat v,
98 _math_de_casteljau_surf(GLfloat *cn, GLfloat *out, GLfloat *du, GLfloat *dv
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/graphics_3d/
matrix.h 19 typedef GLfloat Matrix_t[16];
25 GLfloat left,
26 GLfloat right,
27 GLfloat bottom,
28 GLfloat top,
29 GLfloat znear,
30 GLfloat zfar);
33 GLfloat fovyInDegrees,
34 GLfloat aspectRatio,
35 GLfloat znear
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawtex.c 35 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
36 GLfloat width, GLfloat height)
61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height
    [all...]
accum.h 50 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
56 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
66 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
78 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value
    [all...]
feedback.h 41 const GLfloat win[4],
42 const GLfloat color[4],
43 const GLfloat texcoord[4] );
47 _mesa_feedback_token( struct gl_context *ctx, GLfloat token )
57 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z );
69 const GLfloat win[4],
70 const GLfloat color[4],
71 const GLfloat texcoord[4] )
79 _mesa_feedback_token( struct gl_context *ctx, GLfloat token )
86 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z
    [all...]
  /external/mesa3d/src/mesa/main/
drawtex.c 35 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,
36 GLfloat width, GLfloat height)
61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height
    [all...]
accum.h 50 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha );
56 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value);
66 _mesa_ClearAccum( GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha )
78 _mesa_accum(struct gl_context *ctx, GLenum op, GLfloat value
    [all...]
feedback.h 41 const GLfloat win[4],
42 const GLfloat color[4],
43 const GLfloat texcoord[4] );
47 _mesa_feedback_token( struct gl_context *ctx, GLfloat token )
57 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z );
69 const GLfloat win[4],
70 const GLfloat color[4],
71 const GLfloat texcoord[4] )
79 _mesa_feedback_token( struct gl_context *ctx, GLfloat token )
86 _mesa_update_hitflag( struct gl_context *ctx, GLfloat z
    [all...]
  /frameworks/native/opengl/libagl/
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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
3dnow.c 53 _mesa_v16_3dnow_general_xform( GLfloat *first_vert,
54 const GLfloat *m,
55 const GLfloat *src,
60 _mesa_3dnow_project_vertices( GLfloat *first,
61 GLfloat *last,
62 const GLfloat *m,
66 _mesa_3dnow_project_clipped_vertices( GLfloat *first,
67 GLfloat *last,
68 const GLfloat *m,
  /external/mesa3d/src/mesa/x86/
3dnow.c 53 _mesa_v16_3dnow_general_xform( GLfloat *first_vert,
54 const GLfloat *m,
55 const GLfloat *src,
60 _mesa_3dnow_project_vertices( GLfloat *first,
61 GLfloat *last,
62 const GLfloat *m,
66 _mesa_3dnow_project_clipped_vertices( GLfloat *first,
67 GLfloat *last,
68 const GLfloat *m,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fog.h 36 extern GLfloat
37 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z);
s_aatriangle.c 48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[],
49 GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4])
51 const GLfloat px = v1[0] - v0[0];
52 const GLfloat py = v1[1] - v0[1];
53 const GLfloat pz = z1 - z0
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fog.h 36 extern GLfloat
37 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z);
s_aatriangle.c 48 compute_plane(const GLfloat v0[], const GLfloat v1[], const GLfloat v2[],
49 GLfloat z0, GLfloat z1, GLfloat z2, GLfloat plane[4])
51 const GLfloat px = v1[0] - v0[0];
52 const GLfloat py = v1[1] - v0[1];
53 const GLfloat pz = z1 - z0
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_fog.h 42 radeonComputeFogBlendFactor( struct gl_context *ctx, GLfloat fogcoord );
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fog.h 42 radeonComputeFogBlendFactor( struct gl_context *ctx, GLfloat fogcoord );
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_noop.c 49 _mesa_noop_Indexf(GLfloat f)
54 _mesa_noop_Indexfv(const GLfloat * v)
59 _mesa_noop_FogCoordfEXT(GLfloat a)
64 _mesa_noop_FogCoordfvEXT(const GLfloat * v)
69 _mesa_noop_Normal3f(GLfloat a, GLfloat b, GLfloat c)
74 _mesa_noop_Normal3fv(const GLfloat * v)
79 _mesa_noop_Color4f(GLfloat a, GLfloat b, GLfloat c, GLfloat d
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_noop.c 49 _mesa_noop_Indexf(GLfloat f)
54 _mesa_noop_Indexfv(const GLfloat * v)
59 _mesa_noop_FogCoordfEXT(GLfloat a)
64 _mesa_noop_FogCoordfvEXT(const GLfloat * v)
69 _mesa_noop_Normal3f(GLfloat a, GLfloat b, GLfloat c)
74 _mesa_noop_Normal3fv(const GLfloat * v)
79 _mesa_noop_Color4f(GLfloat a, GLfloat b, GLfloat c, GLfloat d
    [all...]

Completed in 252 milliseconds

1 2 3 4 5 6 7 8 91011>>