Home
last modified time | relevance | path

Searched defs:ctx (Results 1 – 25 of 4268) sorted by relevance

12345678910>>...171

/third_party/mesa3d/src/mesa/main/
Dcontext.h151 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
161 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
184 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ argument
204 #define FLUSH_CURRENT(ctx, newstate) \ argument
221 #define FLUSH_FOR_DRAW(ctx) \ argument
242 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
256 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
271 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
281 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
291 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
[all …]
/third_party/skia/modules/pathkit/perf/
Dpath.bench.js44 function setup(ctx) { } argument
46 function test(ctx) { argument
51 function teardown(ctx) { } argument
62 function setup(ctx) { argument
66 function test(ctx) { argument
71 function teardown(ctx) { argument
83 function setup(ctx) { } argument
85 function test(ctx) { argument
96 function teardown(ctx) { } argument
106 function setup(ctx) { } argument
[all …]
Dpathops.bench.js15 function setup(ctx) { argument
19 function test(ctx) { argument
24 function teardown(ctx) { argument
36 function setup(ctx) { argument
42 function test(ctx) { argument
47 function teardown(ctx) { argument
60 function setup(ctx) { argument
66 function test(ctx) { argument
71 function teardown(ctx) { argument
84 function setup(ctx) { argument
[all …]
Deffects.bench.js16 function setup(ctx) { argument
20 function test(ctx) { argument
25 function teardown(ctx) { argument
37 function setup(ctx) { argument
41 function test(ctx) { argument
46 function teardown(ctx) { argument
58 function setup(ctx) { argument
62 function test(ctx) { argument
67 function teardown(ctx) { argument
79 function setup(ctx) { argument
[all …]
/third_party/flutter/skia/modules/pathkit/perf/
Dpath.bench.js44 function setup(ctx) { } argument
46 function test(ctx) { argument
51 function teardown(ctx) { } argument
62 function setup(ctx) { argument
66 function test(ctx) { argument
71 function teardown(ctx) { argument
83 function setup(ctx) { } argument
85 function test(ctx) { argument
96 function teardown(ctx) { } argument
106 function setup(ctx) { } argument
[all …]
Dpathops.bench.js15 function setup(ctx) { argument
19 function test(ctx) { argument
24 function teardown(ctx) { argument
36 function setup(ctx) { argument
42 function test(ctx) { argument
47 function teardown(ctx) { argument
60 function setup(ctx) { argument
66 function test(ctx) { argument
71 function teardown(ctx) { argument
84 function setup(ctx) { argument
[all …]
Deffects.bench.js16 function setup(ctx) { argument
20 function test(ctx) { argument
25 function teardown(ctx) { argument
37 function setup(ctx) { argument
41 function test(ctx) { argument
46 function teardown(ctx) { argument
58 function setup(ctx) { argument
62 function test(ctx) { argument
67 function teardown(ctx) { argument
79 function setup(ctx) { argument
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeFragmentApiTests.cpp48 void scissor (NegativeTestContext& ctx) in scissor()
60 void depth_func (NegativeTestContext& ctx) in depth_func()
68 void viewport (NegativeTestContext& ctx) in viewport()
81 void stencil_func (NegativeTestContext& ctx) in stencil_func()
89 void stencil_func_separate (NegativeTestContext& ctx) in stencil_func_separate()
102 void stencil_op (NegativeTestContext& ctx) in stencil_op()
114 void stencil_op_separate (NegativeTestContext& ctx) in stencil_op_separate()
131 void stencil_mask_separate (NegativeTestContext& ctx) in stencil_mask_separate()
140 void blend_equation (NegativeTestContext& ctx) in blend_equation()
148 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate()
[all …]
Des31fNegativeTextureApiTests.cpp78 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45()
97 void activetexture (NegativeTestContext& ctx) in activetexture()
110 void bindtexture (NegativeTestContext& ctx) in bindtexture()
187 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target()
197 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format()
221 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level()
241 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level()
266 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height()
336 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height()
408 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border()
[all …]
Des31fNegativeStateApiTests.cpp76 VAOHelper(NegativeTestContext& ctx) in VAOHelper()
100 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx) in getVtxFragVersionSources()
112 void enable (NegativeTestContext& ctx) in enable()
120 static bool checkSupport(NegativeTestContext& ctx) in checkSupport()
127 void enablei (NegativeTestContext& ctx) in enablei()
142 void disable (NegativeTestContext& ctx) in disable()
150 void disablei (NegativeTestContext& ctx) in disablei()
166 void get_booleanv (NegativeTestContext& ctx) in get_booleanv()
175 void get_booleani_v (NegativeTestContext& ctx) in get_booleani_v()
193 void get_floatv (NegativeTestContext& ctx) in get_floatv()
[all …]
Des31fNegativeShaderApiTests.cpp89 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45()
96 void create_shader (NegativeTestContext& ctx) in create_shader()
104 void shader_source (NegativeTestContext& ctx) in shader_source()
131 void compile_shader (NegativeTestContext& ctx) in compile_shader()
150 void delete_shader (NegativeTestContext& ctx) in delete_shader()
161 void shader_binary (NegativeTestContext& ctx) in shader_binary()
237 void attach_shader (NegativeTestContext& ctx) in attach_shader()
290 void detach_shader (NegativeTestContext& ctx) in detach_shader()
331 void link_program (NegativeTestContext& ctx) in link_program()
379 void use_program (NegativeTestContext& ctx) in use_program()
[all …]
Des31fNegativeBufferApiTests.cpp45 void bind_buffer (NegativeTestContext& ctx) in bind_buffer()
53 void delete_buffers (NegativeTestContext& ctx) in delete_buffers()
61 void gen_buffers (NegativeTestContext& ctx) in gen_buffers()
69 void buffer_data (NegativeTestContext& ctx) in buffer_data()
99 void buffer_sub_data (NegativeTestContext& ctx) in buffer_sub_data()
128 void buffer_sub_data_size_offset (NegativeTestContext& ctx) in buffer_sub_data_size_offset()
153 void clear (NegativeTestContext& ctx) in clear()
167 void read_pixels (NegativeTestContext& ctx) in read_pixels()
197 void readn_pixels (NegativeTestContext& ctx) in readn_pixels()
243 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch()
[all …]
/third_party/python/Modules/_decimal/libmpdec/
Dcontext.c37 mpd_dflt_traphandler(mpd_context_t *ctx) in mpd_dflt_traphandler()
68 mpd_init(mpd_context_t *ctx, mpd_ssize_t prec) in mpd_init()
87 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
101 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
115 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
129 mpd_ieee_context(mpd_context_t *ctx, int bits) in mpd_ieee_context()
149 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
155 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
161 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
167 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
[all …]
/third_party/optimized-routines/math/test/rtest/
Dwrappers.c14 void wrapper_init(wrapperctx *ctx) in wrapper_init()
29 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, in wrapper_op_real()
39 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, in wrapper_op_complex()
49 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, in wrapper_result_real()
59 void wrapper_result_complex(wrapperctx *ctx, mpc_t c, in wrapper_result_complex()
69 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]) in wrapper_run()
78 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op) in wrapper_get_mpfr()
89 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee()
100 int wrapper_get_nops(wrapperctx *ctx) in wrapper_get_nops()
105 int wrapper_get_size(wrapperctx *ctx, int op) in wrapper_get_size()
[all …]
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_state.c38 nouveau_alpha_func(struct gl_context *ctx, GLenum func, GLfloat ref) in nouveau_alpha_func()
44 nouveau_blend_color(struct gl_context *ctx, const GLfloat color[4]) in nouveau_blend_color()
50 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate()
56 nouveau_blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, in nouveau_blend_func_separate()
63 nouveau_clip_plane(struct gl_context *ctx, GLenum plane, const GLfloat *equation) in nouveau_clip_plane()
69 nouveau_color_mask(struct gl_context *ctx, GLboolean rmask, GLboolean gmask, in nouveau_color_mask()
76 nouveau_color_material(struct gl_context *ctx, GLenum face, GLenum mode) in nouveau_color_material()
88 nouveau_cull_face(struct gl_context *ctx, GLenum mode) in nouveau_cull_face()
94 nouveau_front_face(struct gl_context *ctx, GLenum mode) in nouveau_front_face()
100 nouveau_depth_func(struct gl_context *ctx, GLenum func) in nouveau_depth_func()
[all …]
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js31 setup: function(CanvasKit, ctx) { argument
34 test: function(CanvasKit, ctx) { argument
46 teardown: function(CanvasKit, ctx) {}, argument
52 setup: function(CanvasKit, ctx) { argument
59 test: function(CanvasKit, ctx) { argument
67 teardown: function(CanvasKit, ctx) { argument
75 setup: function(CanvasKit, ctx) { argument
82 test: function(CanvasKit, ctx) { argument
91 teardown: function(CanvasKit, ctx) { argument
99 setup: function(CanvasKit, ctx) { argument
[all …]
/third_party/libuv/test/
Dbenchmark-async.c30 struct ctx { struct
44 struct ctx* ctx = container_of(handle, struct ctx, worker_async); in worker_async_cb() argument
56 struct ctx* ctx = container_of(handle, struct ctx, main_async); in main_async_cb() local
68 struct ctx* ctx = arg; in worker() local
77 struct ctx* ctx; in test_async() local
/third_party/ffmpeg/libavcodec/
Ddxva2_internal.h94 AVDXVAContext ctx; member
101 #define D3D11VA_CONTEXT(ctx) (&ctx->d3d11va) argument
102 #define DXVA2_CONTEXT(ctx) (&ctx->dxva2) argument
105 #define DXVA_CONTEXT_WORKAROUND(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.workaround… argument
106 #define DXVA_CONTEXT_COUNT(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.surface_co… argument
107 #define DXVA_CONTEXT_DECODER(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? (void *)ctx->d3d11va.de… argument
108 #define DXVA_CONTEXT_REPORT_ID(avctx, ctx) (*(ff_dxva2_is_d3d11(avctx) ? &ctx->d3d11va.report_… argument
109 #define DXVA_CONTEXT_CFG(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? (void *)ctx->d3d11va.cf… argument
110 #define DXVA_CONTEXT_CFG_BITSTREAM(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg->Confi… argument
111 #define DXVA_CONTEXT_CFG_INTRARESID(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg->Confi… argument
[all …]
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c56 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags()
129 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon()
165 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint()
180 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env()
211 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture()
244 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state()
263 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
278 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
342 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
367 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
[all …]
/third_party/openssl/crypto/ct/
Dct_policy.c30 CT_POLICY_EVAL_CTX *ctx = OPENSSL_zalloc(sizeof(CT_POLICY_EVAL_CTX)); in CT_POLICY_EVAL_CTX_new() local
44 void CT_POLICY_EVAL_CTX_free(CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_free()
53 int CT_POLICY_EVAL_CTX_set1_cert(CT_POLICY_EVAL_CTX *ctx, X509 *cert) in CT_POLICY_EVAL_CTX_set1_cert()
61 int CT_POLICY_EVAL_CTX_set1_issuer(CT_POLICY_EVAL_CTX *ctx, X509 *issuer) in CT_POLICY_EVAL_CTX_set1_issuer()
69 void CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE(CT_POLICY_EVAL_CTX *ctx, in CT_POLICY_EVAL_CTX_set_shared_CTLOG_STORE()
75 void CT_POLICY_EVAL_CTX_set_time(CT_POLICY_EVAL_CTX *ctx, uint64_t time_in_ms) in CT_POLICY_EVAL_CTX_set_time()
80 X509* CT_POLICY_EVAL_CTX_get0_cert(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_cert()
85 X509* CT_POLICY_EVAL_CTX_get0_issuer(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_issuer()
90 const CTLOG_STORE *CT_POLICY_EVAL_CTX_get0_log_store(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get0_log_store()
95 uint64_t CT_POLICY_EVAL_CTX_get_time(const CT_POLICY_EVAL_CTX *ctx) in CT_POLICY_EVAL_CTX_get_time()
/third_party/mesa3d/src/gallium/auxiliary/driver_noop/
Dnoop_state.c33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info, in noop_draw_vbo()
41 static void noop_draw_vertex_state(struct pipe_context *ctx, in noop_draw_vertex_state()
50 static void noop_launch_grid(struct pipe_context *ctx, in noop_launch_grid()
55 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color()
60 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state()
66 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state()
72 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state()
78 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state()
84 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
102 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
[all …]
/third_party/openssl/crypto/evp/
Dpmeth_lib.c352 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_free()
366 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl()
401 int EVP_PKEY_CTX_ctrl_uint64(EVP_PKEY_CTX *ctx, int keytype, int optype, in EVP_PKEY_CTX_ctrl_uint64()
407 int EVP_PKEY_CTX_ctrl_str(EVP_PKEY_CTX *ctx, in EVP_PKEY_CTX_ctrl_str()
422 int EVP_PKEY_CTX_str2ctrl(EVP_PKEY_CTX *ctx, int cmd, const char *str) in EVP_PKEY_CTX_str2ctrl()
432 int EVP_PKEY_CTX_hex2ctrl(EVP_PKEY_CTX *ctx, int cmd, const char *hex) in EVP_PKEY_CTX_hex2ctrl()
448 int EVP_PKEY_CTX_md(EVP_PKEY_CTX *ctx, int optype, int cmd, const char *md) in EVP_PKEY_CTX_md()
459 int EVP_PKEY_CTX_get_operation(EVP_PKEY_CTX *ctx) in EVP_PKEY_CTX_get_operation()
464 void EVP_PKEY_CTX_set0_keygen_info(EVP_PKEY_CTX *ctx, int *dat, int datlen) in EVP_PKEY_CTX_set0_keygen_info()
470 void EVP_PKEY_CTX_set_data(EVP_PKEY_CTX *ctx, void *data) in EVP_PKEY_CTX_set_data()
[all …]
/third_party/boost/libs/fiber/src/
Dscheduler.cpp28 context * ctx = & terminated_queue_.front(); in release_terminated_() local
59 context * ctx = & tmp.front(); in remote_ready2ready_() local
81 context * ctx = & ( * i); in sleep2ready_() local
158 context * ctx = algo_->pick_next(); in dispatch() local
195 scheduler::schedule( context * ctx) noexcept { in schedule()
214 scheduler::schedule_from_remote( context * ctx) noexcept { in schedule_from_remote()
237 scheduler::terminate( detail::spinlock_lock & lk, context * ctx) noexcept { in terminate()
263 scheduler::yield( context * ctx) noexcept { in yield()
279 scheduler::wait_until( context * ctx, in wait_until()
301 scheduler::wait_until( context * ctx, in wait_until()
[all …]
/third_party/flutter/skia/modules/canvaskit/perf/
Danimation.bench.js34 function setup(ctx) { argument
38 function test(ctx) { argument
43 function teardown(ctx) {} argument
57 function setup(ctx) { argument
64 function test(ctx) { argument
72 function teardown(ctx) { argument
88 function setup(ctx) { argument
94 function test(ctx) { argument
98 function teardown(ctx) { argument
114 function setup(ctx) { argument
[all …]
/third_party/weston/tests/
Divi-layout-internal-test.c68 const char *func, struct test_context *ctx) in iassert_fail()
89 test_surface_bad_visibility(struct test_context *ctx) in test_surface_bad_visibility()
99 test_surface_bad_destination_rectangle(struct test_context *ctx) in test_surface_bad_destination_rectangle()
107 test_surface_bad_source_rectangle(struct test_context *ctx) in test_surface_bad_source_rectangle()
115 test_surface_bad_properties(struct test_context *ctx) in test_surface_bad_properties()
123 test_layer_create(struct test_context *ctx) in test_layer_create()
148 test_layer_visibility(struct test_context *ctx) in test_layer_visibility()
173 test_layer_opacity(struct test_context *ctx) in test_layer_opacity()
198 test_layer_dimension(struct test_context *ctx) in test_layer_dimension()
226 test_layer_position(struct test_context *ctx) in test_layer_position()
[all …]

12345678910>>...171