Home
last modified time | relevance | path

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

12345678910>>...124

/external/deqp/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.cpp91 void activetexture (NegativeTestContext& ctx) in activetexture()
104 void bindtexture (NegativeTestContext& ctx) in bindtexture()
181 void compressedteximage2d_invalid_target (NegativeTestContext& ctx) in compressedteximage2d_invalid_target()
191 void compressedteximage2d_invalid_format (NegativeTestContext& ctx) in compressedteximage2d_invalid_format()
215 void compressedteximage2d_neg_level (NegativeTestContext& ctx) in compressedteximage2d_neg_level()
235 void compressedteximage2d_max_level (NegativeTestContext& ctx) in compressedteximage2d_max_level()
260 void compressedteximage2d_neg_width_height (NegativeTestContext& ctx) in compressedteximage2d_neg_width_height()
330 void compressedteximage2d_max_width_height (NegativeTestContext& ctx) in compressedteximage2d_max_width_height()
402 void compressedteximage2d_invalid_border (NegativeTestContext& ctx) in compressedteximage2d_invalid_border()
458 void compressedteximage2d_invalid_size (NegativeTestContext& ctx) in compressedteximage2d_invalid_size()
[all …]
Des31fNegativeStateApiTests.cpp71 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx) in getVtxFragVersionSources()
83 void enable (NegativeTestContext& ctx) in enable()
92 void enablei (NegativeTestContext& ctx) in enablei()
107 void disable (NegativeTestContext& ctx) in disable()
115 void disablei (NegativeTestContext& ctx) in disablei()
131 void get_booleanv (NegativeTestContext& ctx) in get_booleanv()
140 void get_booleani_v (NegativeTestContext& ctx) in get_booleani_v()
158 void get_floatv (NegativeTestContext& ctx) in get_floatv()
167 void get_integerv (NegativeTestContext& ctx) in get_integerv()
176 void get_integer64v (NegativeTestContext& ctx) in get_integer64v()
[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()
242 void read_pixels_format_mismatch (NegativeTestContext& ctx) in read_pixels_format_mismatch()
[all …]
/external/skia/modules/pathkit/perf/
Dpath.bench.js61 function setup(ctx) { } argument
63 function test(ctx) { argument
68 function teardown(ctx) { } argument
79 function setup(ctx) { argument
83 function test(ctx) { argument
88 function teardown(ctx) { argument
100 function setup(ctx) { } argument
102 function test(ctx) { argument
113 function teardown(ctx) { } argument
123 function setup(ctx) { } argument
[all …]
Dpathops.bench.js32 function setup(ctx) { argument
36 function test(ctx) { argument
41 function teardown(ctx) { argument
53 function setup(ctx) { argument
59 function test(ctx) { argument
64 function teardown(ctx) { argument
77 function setup(ctx) { argument
83 function test(ctx) { argument
88 function teardown(ctx) { argument
101 function setup(ctx) { argument
[all …]
Deffects.bench.js32 function setup(ctx) { argument
36 function test(ctx) { argument
41 function teardown(ctx) { argument
53 function setup(ctx) { argument
57 function test(ctx) { argument
62 function teardown(ctx) { argument
74 function setup(ctx) { argument
78 function test(ctx) { argument
83 function teardown(ctx) { argument
95 function setup(ctx) { argument
[all …]
/external/skqp/modules/pathkit/perf/
Dpath.bench.js61 function setup(ctx) { } argument
63 function test(ctx) { argument
68 function teardown(ctx) { } argument
79 function setup(ctx) { argument
83 function test(ctx) { argument
88 function teardown(ctx) { argument
100 function setup(ctx) { } argument
102 function test(ctx) { argument
113 function teardown(ctx) { } argument
123 function setup(ctx) { } argument
[all …]
Dpathops.bench.js32 function setup(ctx) { argument
36 function test(ctx) { argument
41 function teardown(ctx) { argument
53 function setup(ctx) { argument
59 function test(ctx) { argument
64 function teardown(ctx) { argument
77 function setup(ctx) { argument
83 function test(ctx) { argument
88 function teardown(ctx) { argument
101 function setup(ctx) { argument
[all …]
Deffects.bench.js32 function setup(ctx) { argument
36 function test(ctx) { argument
41 function teardown(ctx) { argument
53 function setup(ctx) { argument
57 function test(ctx) { argument
62 function teardown(ctx) { argument
74 function setup(ctx) { argument
78 function test(ctx) { argument
83 function teardown(ctx) { argument
95 function setup(ctx) { argument
[all …]
/external/mesa3d/src/mesa/main/
Dcontext.h173 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
183 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
206 #define FLUSH_VERTICES(ctx, newstate) \ argument
225 #define FLUSH_CURRENT(ctx, newstate) \ argument
241 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
255 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
270 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
280 _mesa_is_gles(const struct gl_context *ctx) in _mesa_is_gles()
290 _mesa_is_gles3(const struct gl_context *ctx) in _mesa_is_gles3()
300 _mesa_is_gles31(const struct gl_context *ctx) in _mesa_is_gles31()
[all …]
/external/v8/gnparser/
DgnListener.py8 def enterR(self, ctx): argument
12 def exitR(self, ctx): argument
17 def enterStatement(self, ctx): argument
21 def exitStatement(self, ctx): argument
26 def enterLvalue(self, ctx): argument
30 def exitLvalue(self, ctx): argument
35 def enterAssignment(self, ctx): argument
39 def exitAssignment(self, ctx): argument
44 def enterCall(self, ctx): argument
48 def exitCall(self, ctx): argument
[all …]
/external/python/cpython3/Modules/_decimal/libmpdec/
Dcontext.c66 mpd_init(mpd_context_t *ctx, mpd_ssize_t prec) in mpd_init()
85 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
99 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
113 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
127 mpd_ieee_context(mpd_context_t *ctx, int bits) in mpd_ieee_context()
147 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
153 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
159 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
165 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
171 mpd_gettraps(const mpd_context_t *ctx) in mpd_gettraps()
[all …]
/external/arm-optimized-routines/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 …]
/external/emma/core/java12/com/vladium/jcd/cls/
DAbstractClassDefVisitor.java22 public Object visit (final ClassDef cls, final Object ctx) in visit()
24 visit (cls.getConstants (), ctx); in visit() local
25 visit (cls.getInterfaces (), ctx); in visit() local
26 visit (cls.getFields (), ctx); in visit() local
27 visit (cls.getMethods (), ctx); in visit() local
28 visit (cls.getAttributes (), ctx); in visit() local
33 public Object visit (final IAttributeCollection attributes, final Object ctx) in visit()
38 public Object visit (final IConstantCollection constants, final Object ctx) in visit()
43 public Object visit (final IFieldCollection fields, final Object ctx) in visit()
48 public Object visit (final IInterfaceCollection interfaces, final Object ctx) in visit()
[all …]
/external/mesa3d/src/gallium/drivers/noop/
Dnoop_state.c33 static void noop_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info) in noop_draw_vbo()
37 static void noop_launch_grid(struct pipe_context *ctx, in noop_launch_grid()
42 static void noop_set_blend_color(struct pipe_context *ctx, in noop_set_blend_color()
47 static void *noop_create_blend_state(struct pipe_context *ctx, in noop_create_blend_state()
53 static void *noop_create_dsa_state(struct pipe_context *ctx, in noop_create_dsa_state()
59 static void *noop_create_rs_state(struct pipe_context *ctx, in noop_create_rs_state()
65 static void *noop_create_sampler_state(struct pipe_context *ctx, in noop_create_sampler_state()
71 static struct pipe_sampler_view *noop_create_sampler_view(struct pipe_context *ctx, in noop_create_sampler_view()
89 static struct pipe_surface *noop_create_surface(struct pipe_context *ctx, in noop_create_surface()
111 static void noop_set_sampler_views(struct pipe_context *ctx, in noop_set_sampler_views()
[all …]
/external/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 …]
/external/libxkbcommon/xkbcommon/src/
Dcontext.c40 xkb_context_include_path_append(struct xkb_context *ctx, const char *path) in xkb_context_include_path_append()
76 xkb_context_include_path_append_default(struct xkb_context *ctx) in xkb_context_include_path_append_default()
101 xkb_context_include_path_clear(struct xkb_context *ctx) in xkb_context_include_path_clear()
118 xkb_context_include_path_reset_defaults(struct xkb_context *ctx) in xkb_context_include_path_reset_defaults()
128 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths()
138 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get()
150 xkb_context_ref(struct xkb_context *ctx) in xkb_context_ref()
161 xkb_context_unref(struct xkb_context *ctx) in xkb_context_unref()
191 default_log_fn(struct xkb_context *ctx, enum xkb_log_level level, in default_log_fn()
244 struct xkb_context *ctx = calloc(1, sizeof(*ctx)); in xkb_context_new() local
[all …]
Dcontext-priv.c37 xkb_context_num_failed_include_paths(struct xkb_context *ctx) in xkb_context_num_failed_include_paths()
43 xkb_context_failed_include_path_get(struct xkb_context *ctx, in xkb_context_failed_include_path_get()
53 xkb_atom_lookup(struct xkb_context *ctx, const char *string) in xkb_atom_lookup()
59 xkb_atom_intern(struct xkb_context *ctx, const char *string, size_t len) in xkb_atom_intern()
65 xkb_atom_steal(struct xkb_context *ctx, char *string) in xkb_atom_steal()
71 xkb_atom_text(struct xkb_context *ctx, xkb_atom_t atom) in xkb_atom_text()
77 xkb_log(struct xkb_context *ctx, enum xkb_log_level level, int verbosity, in xkb_log()
91 xkb_context_get_buffer(struct xkb_context *ctx, size_t size) in xkb_context_get_buffer()
116 xkb_context_get_default_rules(struct xkb_context *ctx) in xkb_context_get_default_rules()
127 xkb_context_get_default_model(struct xkb_context *ctx) in xkb_context_get_default_model()
[all …]
/external/mesa3d/src/mesa/swrast/
Ds_context.c55 _swrast_update_rasterflags( struct gl_context *ctx ) in _swrast_update_rasterflags()
134 _swrast_update_polygon( struct gl_context *ctx ) in _swrast_update_polygon()
170 _swrast_update_fog_hint( struct gl_context *ctx ) in _swrast_update_fog_hint()
185 _swrast_update_texture_env( struct gl_context *ctx ) in _swrast_update_texture_env()
216 _swrast_update_deferred_texture(struct gl_context *ctx) in _swrast_update_deferred_texture()
249 _swrast_update_fog_state( struct gl_context *ctx ) in _swrast_update_fog_state()
268 _swrast_update_fragment_program(struct gl_context *ctx, GLbitfield newState) in _swrast_update_fragment_program()
283 _swrast_update_specular_vertex_add(struct gl_context *ctx) in _swrast_update_specular_vertex_add()
347 _swrast_validate_triangle( struct gl_context *ctx, in _swrast_validate_triangle()
372 _swrast_validate_line( struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1 ) in _swrast_validate_line()
[all …]
/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpdlp.h105 #define DLP_ID(ctx) ((ctx)->idCtx) argument
106 #define DLP_FLAG(ctx) ((ctx)->flag) argument
107 #define DLP_BITSIZEP(ctx) ((ctx)->bitSizeP) argument
108 #define DLP_BITSIZER(ctx) ((ctx)->bitSizeR) argument
109 #define DLP_EXPMETHOD(ctx) ((ctx)->method) argument
111 #define DLP_MONTP0(ctx) ((ctx)->pMontP0) argument
112 #define DLP_MONTP1(ctx) ((ctx)->pMontP1) argument
113 #define DLP_MONTR(ctx) ((ctx)->pMontR) argument
115 #define DLP_P(ctx) (MOD_MODULUS(DLP_MONTP0((ctx)))) argument
116 #define DLP_R(ctx) (MOD_MODULUS(DLP_MONTR((ctx)))) argument
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dtranspose_op.h26 explicit TransposeOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in TransposeOp()
38 explicit TransposeCpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeCpuOp()
48 explicit MklTransposeCpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in MklTransposeCpuOp()
58 explicit TransposeGpuOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeGpuOp()
68 explicit TransposeSyclOp(OpKernelConstruction* ctx) : TransposeOp(ctx) {} in TransposeSyclOp()
79 explicit ConjugateTransposeCpuOp(OpKernelConstruction* ctx) in ConjugateTransposeCpuOp()
91 explicit MklConjugateTransposeCpuOp(OpKernelConstruction* ctx) in MklConjugateTransposeCpuOp()
103 explicit ConjugateTransposeGpuOp(OpKernelConstruction* ctx) in ConjugateTransposeGpuOp()
115 explicit ConjugateTransposeSyclOp(OpKernelConstruction* ctx) in ConjugateTransposeSyclOp()
/external/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 …]
/external/emma/core/java12/com/vladium/jcd/cls/constant/
DICONSTANTVisitor.java22 Object visit (CONSTANT_Class_info constant, Object ctx); in visit()
24 Object visit (CONSTANT_InterfaceMethodref_info constant, Object ctx); in visit()
25 Object visit (CONSTANT_Methodref_info constant, Object ctx); in visit()
26 Object visit (CONSTANT_Fieldref_info constant, Object ctx); in visit()
28 Object visit (CONSTANT_Double_info constant, Object ctx); in visit()
29 Object visit (CONSTANT_Float_info constant, Object ctx); in visit()
30 Object visit (CONSTANT_Integer_info constant, Object ctx); in visit()
31 Object visit (CONSTANT_Long_info constant, Object ctx); in visit()
32 Object visit (CONSTANT_String_info constant, Object ctx); in visit()
34 Object visit (CONSTANT_Utf8_info constant, Object ctx); in visit()
[all …]
/external/boringssl/src/crypto/evp/
Devp_ctx.c141 void EVP_PKEY_CTX_free(EVP_PKEY_CTX *ctx) { in EVP_PKEY_CTX_free()
153 EVP_PKEY_CTX *EVP_PKEY_CTX_dup(EVP_PKEY_CTX *ctx) { in EVP_PKEY_CTX_dup()
189 EVP_PKEY *EVP_PKEY_CTX_get0_pkey(EVP_PKEY_CTX *ctx) { return ctx->pkey; } in EVP_PKEY_CTX_get0_pkey()
191 int EVP_PKEY_CTX_ctrl(EVP_PKEY_CTX *ctx, int keytype, int optype, int cmd, in EVP_PKEY_CTX_ctrl()
215 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_sign_init()
226 int EVP_PKEY_sign(EVP_PKEY_CTX *ctx, uint8_t *sig, size_t *sig_len, in EVP_PKEY_sign()
239 int EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_verify_init()
249 int EVP_PKEY_verify(EVP_PKEY_CTX *ctx, const uint8_t *sig, size_t sig_len, in EVP_PKEY_verify()
262 int EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) { in EVP_PKEY_encrypt_init()
271 int EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, uint8_t *out, size_t *outlen, in EVP_PKEY_encrypt()
[all …]

12345678910>>...124