/third_party/mesa3d/src/mesa/main/ |
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 (*base)[3] = ctx->Light._BaseColor; in shade_rastpos() [all …]
|
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 height) in _mesa_DrawTexfOES() 66 _mesa_DrawTexfvOES(const GLfloat *coords) in _mesa_DrawTexfvOES() 77 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexiOES() 78 (GLfloat) width, (GLfloat) height); in _mesa_DrawTexiOES() 86 draw_texture(ctx, (GLfloat) coords[0], (GLfloat) coords[1], in _mesa_DrawTexivOES() 87 (GLfloat) coords[2], (GLfloat) coords[3], (GLfloat) coords[4]); in _mesa_DrawTexivOES() 95 draw_texture(ctx, (GLfloat) x, (GLfloat) y, (GLfloat) z, in _mesa_DrawTexsOES() 96 (GLfloat) width, (GLfloat) height); in _mesa_DrawTexsOES() [all …]
|
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) top, in _mesa_Frustum() 154 (GLfloat) nearval, (GLfloat) farval, in _mesa_Frustum() 172 (GLfloat) left, (GLfloat) right, in _mesa_MatrixFrustumEXT() 173 (GLfloat) bottom, (GLfloat) top, in _mesa_MatrixFrustumEXT() 174 (GLfloat) nearval, (GLfloat) farval, in _mesa_MatrixFrustumEXT() 203 (GLfloat) left, (GLfloat) right, in matrix_ortho() [all …]
|
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) (h / 65536.0f)); in _mesa_DrawTexxOES() [all …]
|
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], (GLfloa… in VertexAttrib4bvNV() 160 CALL_VertexAttrib1fNV(get_dispatch(), (index, (GLfloat)v[0])); in VertexAttrib1ubvNV() 173 CALL_VertexAttrib2fNV(get_dispatch(), (index, (GLfloat)v[0], (GLfloat)v[1])); in VertexAttrib2ubvNV() 186 CALL_VertexAttrib3fNV(get_dispatch(), (index, (GLfloat)v[0], in VertexAttrib3ubvNV() 187 (GLfloat)v[1], (GLfloat)v[2])); in VertexAttrib3ubvNV() 202 CALL_VertexAttrib4fNV(get_dispatch(), (index, (GLfloat)v[0], in VertexAttrib4ubvNV() 203 (GLfloat)v[1], (GLfloat)v[2], in VertexAttrib4ubvNV() [all …]
|
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 rgba[][4] ) in _mesa_map_rgba() 84 const GLfloat rscale = (GLfloat) (ctx->PixelMaps.RtoR.Size - 1); in _mesa_map_rgba() 85 const GLfloat gscale = (GLfloat) (ctx->PixelMaps.GtoG.Size - 1); in _mesa_map_rgba() 86 const GLfloat bscale = (GLfloat) (ctx->PixelMaps.BtoB.Size - 1); in _mesa_map_rgba() 87 const GLfloat ascale = (GLfloat) (ctx->PixelMaps.AtoA.Size - 1); in _mesa_map_rgba() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
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 r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); \ 35 void getClipPlanef(GLenum plane, GLfloat *equation); \ 38 void getLightfv(GLenum light, LightParameter pnamePacked, GLfloat *params); \ 40 void getMaterialfv(GLenum face, MaterialParameter pnamePacked, GLfloat *params); \ 43 GLfloat *params); \ [all …]
|
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 c); \ 28 void color3f(GLfloat red, GLfloat green, GLfloat blue); \ 29 void color3fv(const GLfloat *v); \ 44 void color4fv(const GLfloat *v); \ 67 void evalCoord1f(GLfloat u); \ 68 void evalCoord1fv(const GLfloat *u); \ [all …]
|
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 r, [all …]
|
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 *params) in fogfv() 142 GLfloat paramf = pname == GL_FOG_MODE ? ConvertToGLenum(param) : ConvertFixedToFloat(param); in fogx() 157 GLfloat paramsf[4]; in fogxv() 171 void Context::frustumf(GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f) in frustumf() [all …]
|
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 n, GLfloat f); \ 90 void getFloatv(GLenum pname, GLfloat *data); \ 106 void getTexParameterfv(TextureType targetPacked, GLenum pname, GLfloat *params); \ 110 GLfloat *params); \ 114 void getVertexAttribfv(GLuint index, GLenum pname, GLfloat *params); \ 124 void lineWidth(GLfloat width); \ 127 void polygonOffset(GLfloat factor, GLfloat units); \ [all …]
|
/third_party/mesa3d/src/mesa/vbo/ |
D | vbo_attrib_tmp.h | 210 TAG(Vertex2f)(GLfloat x, GLfloat y) in TAG() 217 TAG(Vertex2fv)(const GLfloat * v) in TAG() 224 TAG(Vertex3f)(GLfloat x, GLfloat y, GLfloat z) in TAG() 231 TAG(Vertex3fv)(const GLfloat * v) in TAG() 238 TAG(Vertex4f)(GLfloat x, GLfloat y, GLfloat z, GLfloat w) in TAG() 245 TAG(Vertex4fv)(const GLfloat * v) in TAG() 252 TAG(VertexAttrib1fARB)(GLuint index, GLfloat x) in TAG() 264 TAG(VertexAttrib1fvARB)(GLuint index, const GLfloat * v) in TAG() 276 TAG(VertexAttrib2fARB)(GLuint index, GLfloat x, GLfloat y) in TAG() 288 TAG(VertexAttrib2fvARB)(GLuint index, const GLfloat * v) in TAG() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
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 r, GLfloat b, GLfloat t, GLfloat n, GLfloat f); 46 ANGLE_EXPORT void GL_APIENTRY GL_GetClipPlanef(GLenum plane, GLfloat *equation); 49 ANGLE_EXPORT void GL_APIENTRY GL_GetLightfv(GLenum light, GLenum pname, GLfloat *params); 51 ANGLE_EXPORT void GL_APIENTRY GL_GetMaterialfv(GLenum face, GLenum pname, GLfloat *params); 53 ANGLE_EXPORT void GL_APIENTRY GL_GetTexEnvfv(GLenum target, GLenum pname, GLfloat *params); [all …]
|
/third_party/mesa3d/src/mesa/math/ |
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 y, GLfloat z ); 107 _math_matrix_scale( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z ); 117 GLfloat left, GLfloat right, 118 GLfloat bottom, GLfloat top, [all …]
|
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 *m, GLuint flags ) in matrix_multf() 264 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) in _math_matrix_mul_floats() 288 static void print_matrix_floats( const GLfloat m[16] ) in print_matrix_floats() 304 GLfloat prod[16]; in _math_matrix_print() 373 const GLfloat *in = mat->m; in invert_matrix_3d_general() [all …]
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
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 alpha); [all …]
|
/third_party/skia/third_party/externals/angle2/include/GLES/ |
D | gl.h | 64 typedef khronos_float_t GLfloat; typedef 408 typedef void (GL_APIENTRYP PFNGLALPHAFUNCPROC) (GLenum func, GLfloat ref); 409 typedef void (GL_APIENTRYP PFNGLCLEARCOLORPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat … 410 typedef void (GL_APIENTRYP PFNGLCLEARDEPTHFPROC) (GLfloat d); 411 typedef void (GL_APIENTRYP PFNGLCLIPPLANEFPROC) (GLenum p, const GLfloat *eqn); 412 typedef void (GL_APIENTRYP PFNGLCOLOR4FPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alp… 413 typedef void (GL_APIENTRYP PFNGLDEPTHRANGEFPROC) (GLfloat n, GLfloat f); 414 typedef void (GL_APIENTRYP PFNGLFOGFPROC) (GLenum pname, GLfloat param); 415 typedef void (GL_APIENTRYP PFNGLFOGFVPROC) (GLenum pname, const GLfloat *params); 416 …pedef void (GL_APIENTRYP PFNGLFRUSTUMFPROC) (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n… [all …]
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/ |
D | gl.h | 30 typedef float GLfloat; typedef 474 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf… 482 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 483 GLAPI void APIENTRY glColor4fv (const GLfloat *v); 506 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z… 513 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params); 515 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); 516 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); 519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params); 525 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); [all …]
|
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/ |
D | gl.h | 35 typedef float GLfloat; typedef 470 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf… 478 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 479 GLAPI void APIENTRY glColor4fv (const GLfloat *v); 502 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z… 509 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params); 511 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); 512 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); 515 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params); 521 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); [all …]
|
/third_party/openGLES/api/GLSC/1.0.1/ |
D | gl.h | 30 typedef float GLfloat; typedef 474 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf… 482 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 483 GLAPI void APIENTRY glColor4fv (const GLfloat *v); 506 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z… 513 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params); 515 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); 516 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); 519 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params); 525 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); [all …]
|
/third_party/openGLES/api/GLSC/1.0/ |
D | gl.h | 35 typedef float GLfloat; typedef 470 …APIENTRY glBitmap (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf… 478 GLAPI void APIENTRY glColor4f (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha); 479 GLAPI void APIENTRY glColor4fv (const GLfloat *v); 502 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z… 509 GLAPI void APIENTRY glGetFloatv (GLenum pname, GLfloat *params); 511 GLAPI void APIENTRY glGetLightfv (GLenum light, GLenum pname, GLfloat *params); 512 GLAPI void APIENTRY glGetMaterialfv (GLenum face, GLenum pname, GLfloat *params); 515 GLAPI void APIENTRY glGetTexEnvfv (GLenum target, GLenum pname, GLfloat *params); 521 GLAPI void APIENTRY glLightfv (GLenum light, GLenum pname, const GLfloat *params); [all …]
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
D | gldrv.h | 42 … )( GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLf… 47 void (APIENTRY *glColor3f )( GLfloat red, GLfloat green, GLfloat blue ); 48 void (APIENTRY *glColor3fv )( const GLfloat *v ); 63 …void (APIENTRY *glColor4f )( GLfloat red, GLfloat green, GLfloat blue, GLfloat… 64 void (APIENTRY *glColor4fv )( const GLfloat *v ); 80 void (APIENTRY *glIndexf )( GLfloat c ); 81 void (APIENTRY *glIndexfv )( const GLfloat *c ); 90 void (APIENTRY *glNormal3f )( GLfloat nx, GLfloat ny, GLfloat nz ); 91 void (APIENTRY *glNormal3fv )( const GLfloat *v ); 98 void (APIENTRY *glRasterPos2f )( GLfloat x, GLfloat y ); [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fFloatStateQueryTests.cpp | 54 GLint64 expandGLFloatToInteger (GLfloat f) in expandGLFloatToInteger() 77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 81 …erifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat referen… 82 … (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat referen… 85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma… 113 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 114 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 115 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r… 116 … (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat referen… [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFloatStateQueryTests.cpp | 54 GLint64 expandGLFloatToInteger (GLfloat f) in expandGLFloatToInteger() 77 …virtual void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 80 …virtual void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference) … 81 …erifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat referen… 82 … (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat reference1, GLfloat referen… 85 …virtual void verifyFloatRange (tcu::TestContext& testCtx, GLenum name, GLfloat min, GLfloat ma… 86 …virtual void verifyFloatGreaterOrEqual (tcu::TestContext& testCtx, GLenum name, GLfloat referenc… 114 void verifyFloat (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 115 void verifyFloatExpanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference); 116 …void verifyFloat2Expanded (tcu::TestContext& testCtx, GLenum name, GLfloat reference0, GLfloat r… [all …]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_1_0_autogen.h | 25 GLfloat ref); 43 const GLfloat *eqn); 50 GLfloat red, 51 GLfloat green, 52 GLfloat blue, 53 GLfloat alpha); 79 angle::CallCapture CaptureFogf(const State &glState, bool isCallValid, GLenum pname, GLfloat param); 83 const GLfloat *params); 91 GLfloat l, 92 GLfloat r, [all …]
|