/third_party/mesa3d/src/mesa/main/ |
H A D | rastpos.c | 54 viewclip_point_xy( const GLfloat v[] ) in viewclip_point_xy() 74 viewclip_point_near_z( const GLfloat v[] ) in viewclip_point_near_z() 93 viewclip_point_far_z( const GLfloat v[] ) in viewclip_point_far_z() 113 userclip_point( struct gl_context *ctx, const GLfloat v[] ) in userclip_point() 118 GLfloat dot = v[0] * ctx->Transform._ClipUserPlane[p][0] in userclip_point() 142 const GLfloat vertex[4], in shade_rastpos() 143 const GLfloat normal[3], in shade_rastpos() 144 GLfloat Rcolor[4], in shade_rastpos() 145 GLfloat Rspec[4]) in shade_rastpos() 147 /*const*/ GLfloat (*bas in shade_rastpos() [all...] |
H A D | drawtex.c | 33 draw_texture(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z, in draw_texture() 34 GLfloat width, GLfloat height) in draw_texture() 58 _mesa_DrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat heigh [all...] |
H A D | matrix.c | 122 (GLfloat) left, (GLfloat) right, in matrix_frustum() 123 (GLfloat) bottom, (GLfloat) top, in matrix_frustum() 124 (GLfloat) nearval, (GLfloat) farval); in matrix_frustum() 152 (GLfloat) left, (GLfloat) right, in _mesa_Frustum() 153 (GLfloat) bottom, (GLfloat) to in _mesa_Frustum() [all...] |
H A D | api_arrayelt.c | 105 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1bvNV() 117 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2bvNV() 131 CALL_VertexAttrib3fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2])); in VertexAttrib3bvNV() 146 CALL_VertexAttrib4fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1], (GLfloat)v[2], (GLfloat) in VertexAttrib4bvNV() [all...] |
H A D | es1_conversion.c | 46 _mesa_ClipPlanef(GLenum plane, const GLfloat *equation) in _mesa_ClipPlanef() 74 _es_Color4f((GLfloat) (red / 65536.0f), in _mesa_Color4x() 75 (GLfloat) (green / 65536.0f), in _mesa_Color4x() 76 (GLfloat) (blue / 65536.0f), in _mesa_Color4x() 77 (GLfloat) (alpha / 65536.0f)); in _mesa_Color4x() 91 _mesa_DrawTexfOES((GLfloat) (x / 65536.0f), in _mesa_DrawTexxOES() 92 (GLfloat) (y / 65536.0f), in _mesa_DrawTexxOES() 93 (GLfloat) (z / 65536.0f), in _mesa_DrawTexxOES() 94 (GLfloat) (w / 65536.0f), in _mesa_DrawTexxOES() 95 (GLfloat) ( in _mesa_DrawTexxOES() [all...] |
H A D | pixeltransfer.c | 45 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4], in _mesa_scale_and_bias_rgba() 46 GLfloat rScale, GLfloat gScale, in _mesa_scale_and_bias_rgba() 47 GLfloat bScale, GLfloat aScale, in _mesa_scale_and_bias_rgba() 48 GLfloat rBias, GLfloat gBias, in _mesa_scale_and_bias_rgba() 49 GLfloat bBias, GLfloat aBias) in _mesa_scale_and_bias_rgba() 82 _mesa_map_rgba( const struct gl_context *ctx, GLuint n, GLfloat rgb [all...] |
H A D | eval.c | 156 GLfloat *_mesa_copy_map_points1f( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1f() 157 const GLfloat *points ) in _mesa_copy_map_points1f() 159 GLfloat *buffer, *p; in _mesa_copy_map_points1f() 165 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1f() 180 GLfloat *_mesa_copy_map_points1d( GLenum target, GLint ustride, GLint uorder, in _mesa_copy_map_points1d() 183 GLfloat *buffer, *p; in _mesa_copy_map_points1d() 189 buffer = malloc(uorder * size * sizeof(GLfloat)); in _mesa_copy_map_points1d() 194 *p++ = (GLfloat) points[k]; in _mesa_copy_map_points1d() 211 GLfloat *_mesa_copy_map_points2f( GLenum target, in _mesa_copy_map_points2f() 214 const GLfloat *point in _mesa_copy_map_points2f() [all...] |
H A D | pixeltransfer.h | 37 _mesa_scale_and_bias_rgba(GLuint n, GLfloat rgba[][4], 38 GLfloat rScale, GLfloat gScale, 39 GLfloat bScale, GLfloat aScale, 40 GLfloat rBias, GLfloat gBias, 41 GLfloat bBias, GLfloat aBias); 44 _mesa_map_rgba(const struct gl_context *ctx, GLuint n, GLfloat rgb [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gles_1_0_autogen.h | 14 void alphaFunc(AlphaTestFunc funcPacked, GLfloat ref); \ 19 void clipPlanef(GLenum p, const GLfloat *eqn); \ 21 void color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \ 29 void fogf(GLenum pname, GLfloat param); \ 30 void fogfv(GLenum pname, const GLfloat *params); \ 33 void frustumf(GLfloat l, GLfloat [all...] |
H A D | Context_gl_1_autogen.h | 14 void accum(GLenum op, GLfloat value); \ 16 void bitmap(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, \ 17 GLfloat ymove, const GLubyte *bitmap); \ 20 void clearAccum(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \ 22 void clearIndex(GLfloat [all...] |
H A D | Context_gles_1_0.cpp | 24 GLfloat *floatData = matrixAsFloat.data(); in FixedMatrixToMat4() 39 void Context::alphaFunc(AlphaTestFunc func, GLfloat ref) in alphaFunc() 66 void Context::clipPlanef(GLenum p, const GLfloat *eqn) in clipPlanef() 73 const GLfloat equationf[4] = { in clipPlanex() 83 void Context::color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in color4f() 128 void Context::fogf(GLenum pname, GLfloat param) in fogf() 133 void Context::fogfv(GLenum pname, const GLfloat *param [all...] |
H A D | validationES1_autogen.h | 24 GLfloat ref); 42 const GLfloat *eqn); 49 GLfloat red, 50 GLfloat green, 51 GLfloat blue, 52 GLfloat alpha); 84 GLfloat param); 88 const GLfloat *params); 99 GLfloat l, 100 GLfloat [all...] |
H A D | Context_gles_2_0_autogen.h | 21 void blendColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \ 33 void clearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); \ 34 void clearDepthf(GLfloat d); \ 59 void depthRangef(GLfloat [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A D | m_matrix.h | 76 ALIGN16 GLfloat m[16]; /**< 16 matrix elements (16-byte aligned) */ 77 ALIGN16 GLfloat inv[16]; /**< 16-element inverse (16-byte aligned) */ 94 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b ); 97 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m ); 100 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ); 103 _math_matrix_rotate( GLmatrix *m, GLfloat angle, 104 GLfloat x, GLfloat [all...] |
H A D | 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 *d [all...] |
H A D | m_matrix.c | 139 static const GLfloat Identity[16] = { 169 static void matmul4( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul4() 173 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); in matmul4() 189 static void matmul34( GLfloat *product, const GLfloat *a, const GLfloat *b ) in matmul34() 193 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); in matmul34() 220 static void matrix_multf( GLmatrix *mat, const GLfloat * [all...] |
/third_party/mesa3d/src/mesa/vbo/ |
H A D | vbo_attrib_tmp.h | 210 TAG(Vertex2f)(GLfloat x, GLfloat y) in Vertex2f() 217 TAG(Vertex2fv)(const GLfloat * v) in Vertex2fv() 224 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in Vertex3f() 231 TAG(Vertex3fv)(const GLfloat * v) in Vertex3fv() 238 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
H A D | entry_points_gles_1_0_autogen.h | 18 ANGLE_EXPORT void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref); 26 ANGLE_EXPORT void GL_APIENTRY GL_ClipPlanef(GLenum p, const GLfloat *eqn); 28 ANGLE_EXPORT void GL_APIENTRY GL_Color4f(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 38 ANGLE_EXPORT void GL_APIENTRY GL_Fogf(GLenum pname, GLfloat param); 39 ANGLE_EXPORT void GL_APIENTRY GL_Fogfv(GLenum pname, const GLfloat *params); 43 GL_Frustumf(GLfloat l, GLfloat [all...] |
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_1_autogen.h | 20 ANGLE_EXPORT void GL_APIENTRY GL_Accum(GLenum op, GLfloat value); 21 ANGLE_EXPORT void GL_APIENTRY GL_AlphaFunc(GLenum func, GLfloat ref); 25 GLfloat xorig, 26 GLfloat yorig, 27 GLfloat xmove, 28 GLfloat ymove, 34 ANGLE_EXPORT void GL_APIENTRY GL_ClearAccum(GLfloat red, 35 GLfloat green, 36 GLfloat blue, 37 GLfloat alph [all...] |
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 30 typedef float GLfloat; typedef 474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap); 482 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 483 GLAPI void APIENTRY glColor4fv (const GLfloat * [all...] |
/third_party/openGLES/api/GLSC/1.0/ |
H A D | gl.h | 35 typedef float GLfloat; typedef 470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap); 478 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 479 GLAPI void APIENTRY glColor4fv (const GLfloat * [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
H A D | gl.h | 35 typedef float GLfloat; typedef 470 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap); 478 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 479 GLAPI void APIENTRY glColor4fv (const GLfloat * [all...] |
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
H A D | gl.h | 30 typedef float GLfloat; typedef 474 GLAPI void APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap); 482 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 483 GLAPI void APIENTRY glColor4fv (const GLfloat * [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fFloatStateQueryTests.cpp | 54 GLint64 expandGLFloatToInteger (GLfloat f) in expandGLFloatToInteger() 77 virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL; 80 virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) = DE_NULL; 81 virtual void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1) = DE_NULL; 82 virtual void verifyFloat4Color (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat reference2, GLfloat reference3) = DE_NULL; 85 virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat mi [all...] |
/third_party/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
H A D | libGLESv1_CM.cpp | 18 void GL_APIENTRY glAlphaFunc(GLenum func, GLfloat ref) in glAlphaFunc() 23 void GL_APIENTRY glClearColor(GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) in glClearColor() 28 void GL_APIENTRY glClearDepthf(GLfloat d) in glClearDepthf() 33 void GL_APIENTRY glClipPlanef(GLenum p, const GLfloat *eqn) in glClipPlanef() 38 void GL_APIENTRY glColor4f(GLfloat red, GLfloat green, GLfloat blu [all...] |