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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_program.h 131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);
134 GLfloat c0, GLfloat c1);
137 const GLfloat * c);
140 GLfloat c0, GLfloat c1,
141 GLfloat c2, GLfloat c3);
145 const GLfloat * values);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
nvprogram.h 38 _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);
47 _mesa_GetProgramParameterfvNV(GLenum target, GLuint index, GLenum pname, GLfloat *params);
65 _mesa_GetVertexAttribfvNV(GLuint index, GLenum pname, GLfloat *params);
82 const GLfloat *params);
90 GLfloat x, GLfloat y, GLfloat z, GLfloat w);
106 GLfloat *params);
macros.h 42 /** Convert GLubyte in [0,255] to GLfloat in [0.0,1.0] */
43 extern GLfloat _mesa_ubyte_to_float_color_tab[256];
46 /** Convert GLfloat in [0.0,1.0] to GLubyte in [0,255] */
50 /** Convert GLbyte in [-128,127] to GLfloat in [-1.0,1.0] */
53 /** Convert GLfloat in [-1.0,1.0] to GLbyte in [-128,127] */
57 /** Convert GLbyte to GLfloat while preserving zero */
61 /** Convert GLbyte in [-128,127] to GLfloat in [-1.0,1.0], texture/fb data */
64 /** Convert GLfloat in [-1.0,1.0] to GLbyte in [-128,127], texture/fb data */
67 /** Convert GLushort in [0,65535] to GLfloat in [0.0,1.0] */
68 #define USHORT_TO_FLOAT(S) ((GLfloat) (S) * (1.0F / 65535.0F)
    [all...]
clear.h 34 _mesa_ClearIndex( GLfloat c );
58 _mesa_ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value);
62 GLfloat depth, GLint stencil);
format_unpack.h 29 const void *src, GLfloat dst[][4]);
42 GLfloat dst[][4], GLint dstRowStride,
47 const void *src, GLfloat *dst);
api_arrayelt.c 187 CALL_VertexAttrib1fNV(GET_DISPATCH(), (index, (GLfloat)v[0]));
199 CALL_VertexAttrib2fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1]));
213 CALL_VertexAttrib3fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2]));
228 CALL_VertexAttrib4fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat)v[3]))
    [all...]
light.h 50 _mesa_Lightf( GLenum light, GLenum pname, GLfloat param );
53 _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params );
62 _mesa_LightModelf( GLenum pname, GLfloat param );
65 _mesa_LightModelfv( GLenum pname, const GLfloat *params );
74 _mesa_GetLightfv( GLenum light, GLenum pname, GLfloat *params );
80 _mesa_GetMaterialfv( GLenum face, GLenum pname, GLfloat *params );
87 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params);
103 const GLfloat rgba[4] );
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_program.h 131 extern GLuint i915_emit_const1f(struct i915_fragment_program *p, GLfloat c0);
134 GLfloat c0, GLfloat c1);
137 const GLfloat * c);
140 GLfloat c0, GLfloat c1,
141 GLfloat c2, GLfloat c3);
145 const GLfloat * values);
  /external/mesa3d/src/mesa/main/
nvprogram.h 38 _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params);
47 _mesa_GetProgramParameterfvNV(GLenum target, GLuint index, GLenum pname, GLfloat *params);
65 _mesa_GetVertexAttribfvNV(GLuint index, GLenum pname, GLfloat *params);
82 const GLfloat *params);
90 GLfloat x, GLfloat y, GLfloat z, GLfloat w);
106 GLfloat *params);
macros.h 42 /** Convert GLubyte in [0,255] to GLfloat in [0.0,1.0] */
43 extern GLfloat _mesa_ubyte_to_float_color_tab[256];
46 /** Convert GLfloat in [0.0,1.0] to GLubyte in [0,255] */
50 /** Convert GLbyte in [-128,127] to GLfloat in [-1.0,1.0] */
53 /** Convert GLfloat in [-1.0,1.0] to GLbyte in [-128,127] */
57 /** Convert GLbyte to GLfloat while preserving zero */
61 /** Convert GLbyte in [-128,127] to GLfloat in [-1.0,1.0], texture/fb data */
64 /** Convert GLfloat in [-1.0,1.0] to GLbyte in [-128,127], texture/fb data */
67 /** Convert GLushort in [0,65535] to GLfloat in [0.0,1.0] */
68 #define USHORT_TO_FLOAT(S) ((GLfloat) (S) * (1.0F / 65535.0F)
    [all...]
clear.h 34 _mesa_ClearIndex( GLfloat c );
58 _mesa_ClearBufferfv(GLenum buffer, GLint drawbuffer, const GLfloat *value);
62 GLfloat depth, GLint stencil);
format_unpack.h 29 const void *src, GLfloat dst[][4]);
42 GLfloat dst[][4], GLint dstRowStride,
47 const void *src, GLfloat *dst);
api_arrayelt.c 187 CALL_VertexAttrib1fNV(GET_DISPATCH(), (index, (GLfloat)v[0]));
199 CALL_VertexAttrib2fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1]));
213 CALL_VertexAttrib3fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2]));
228 CALL_VertexAttrib4fNV(GET_DISPATCH(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat)v[3]))
    [all...]
light.h 50 _mesa_Lightf( GLenum light, GLenum pname, GLfloat param );
53 _mesa_Lightfv( GLenum light, GLenum pname, const GLfloat *params );
62 _mesa_LightModelf( GLenum pname, GLfloat param );
65 _mesa_LightModelfv( GLenum pname, const GLfloat *params );
74 _mesa_GetLightfv( GLenum light, GLenum pname, GLfloat *params );
80 _mesa_GetMaterialfv( GLenum face, GLenum pname, GLfloat *params );
87 _mesa_light(struct gl_context *ctx, GLuint lnum, GLenum pname, const GLfloat *params);
103 const GLfloat rgba[4] );
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_fog.c 51 static GLfloat exp_table[FOG_EXP_TABLE_SIZE];
52 static GLfloat inited = 0;
57 GLfloat f = (GLfloat) (narg * (1.0/FOG_INCR)); \
60 result = (GLfloat) EXP_FOG_MAX; \
78 GLfloat f = 0.0F;
99 GLfloat end = ctx->Fog.End;
100 GLfloat *v = in->start;
103 GLfloat (*data)[4] = out->data;
104 GLfloat d
    [all...]
t_rasterpos.c 47 viewclip_point_xy( const GLfloat v[] )
67 viewclip_point_z( const GLfloat v[] )
87 userclip_point( struct gl_context *ctx, const GLfloat v[] )
93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
117 const GLfloat vertex[4],
118 const GLfloat normal[3],
119 GLfloat Rcolor[4],
120 GLfloat Rspec[4])
122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
124 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
x86_xform.c 74 _mesa_v16_x86_cliptest_points4( GLfloat *first_vert,
75 GLfloat *last_vert,
82 _mesa_v16_x86_general_xform( GLfloat *dest,
83 const GLfloat *m,
84 const GLfloat *src,
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 51 static GLfloat exp_table[FOG_EXP_TABLE_SIZE];
52 static GLfloat inited = 0;
57 GLfloat f = (GLfloat) (narg * (1.0/FOG_INCR)); \
60 result = (GLfloat) EXP_FOG_MAX; \
78 GLfloat f = 0.0F;
99 GLfloat end = ctx->Fog.End;
100 GLfloat *v = in->start;
103 GLfloat (*data)[4] = out->data;
104 GLfloat d
    [all...]
t_rasterpos.c 47 viewclip_point_xy( const GLfloat v[] )
67 viewclip_point_z( const GLfloat v[] )
87 userclip_point( struct gl_context *ctx, const GLfloat v[] )
93 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0]
117 const GLfloat vertex[4],
118 const GLfloat normal[3],
119 GLfloat Rcolor[4],
120 GLfloat Rspec[4])
122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
124 GLfloat diffuseColor[4], specularColor[4]; /* for RGB mode only *
    [all...]
  /external/mesa3d/src/mesa/x86/
x86_xform.c 74 _mesa_v16_x86_cliptest_points4( GLfloat *first_vert,
75 GLfloat *last_vert,
82 _mesa_v16_x86_general_xform( GLfloat *dest,
83 const GLfloat *m,
84 const GLfloat *src,
  /frameworks/native/opengl/tools/glgen/specs/gles11/
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
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fog.c 37 GLfloat
38 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z)
40 GLfloat d, f;
73 GLfloat tmp = negDensitySquared * coord * coord; \
86 * \param TYPE either GLubyte, GLushort or GLfloat.
93 const GLfloat fogCoord = span->array->attribs[FRAG_ATTRIB_FOGC][i][0]; \
94 const GLfloat c = FABSF(fogCoord); \
95 GLfloat f, oneMinusF; \
105 const GLfloat fogStep = span->attrStepX[FRAG_ATTRIB_FOGC][0]; \
106 GLfloat fogCoord = span->attrStart[FRAG_ATTRIB_FOGC][0];
    [all...]
s_texfetch_tmp.h 74 * returning 1 GLfloat.
78 GLint i, GLint j, GLint k, GLfloat *texel )
88 * returning 1 GLfloat.
92 GLint i, GLint j, GLint k, GLfloat *texel )
105 GLint i, GLint j, GLint k, GLfloat *texel )
107 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4);
123 GLint i, GLint j, GLint k, GLfloat *texel )
140 GLint i, GLint j, GLint k, GLfloat *texel )
142 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 3)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fog.c 37 GLfloat
38 _swrast_z_to_fogfactor(struct gl_context *ctx, GLfloat z)
40 GLfloat d, f;
73 GLfloat tmp = negDensitySquared * coord * coord; \
86 * \param TYPE either GLubyte, GLushort or GLfloat.
93 const GLfloat fogCoord = span->array->attribs[FRAG_ATTRIB_FOGC][i][0]; \
94 const GLfloat c = FABSF(fogCoord); \
95 GLfloat f, oneMinusF; \
105 const GLfloat fogStep = span->attrStepX[FRAG_ATTRIB_FOGC][0]; \
106 GLfloat fogCoord = span->attrStart[FRAG_ATTRIB_FOGC][0];
    [all...]
s_texfetch_tmp.h 74 * returning 1 GLfloat.
78 GLint i, GLint j, GLint k, GLfloat *texel )
88 * returning 1 GLfloat.
92 GLint i, GLint j, GLint k, GLfloat *texel )
105 GLint i, GLint j, GLint k, GLfloat *texel )
107 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 4);
123 GLint i, GLint j, GLint k, GLfloat *texel )
140 GLint i, GLint j, GLint k, GLfloat *texel )
142 const GLfloat *src = TEXEL_ADDR(GLfloat, texImage, i, j, k, 3)
    [all...]

Completed in 766 milliseconds

1 2 3 4 5 67 8 91011>>