Home
last modified time | relevance | path

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

12345678910>>...278

/external/mesa3d/src/mesa/main/
Dcontext.h137 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end()
147 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) in _mesa_inside_dlist_begin_end()
170 #define FLUSH_VERTICES(ctx, newstate, pop_attrib_mask) \ argument
190 #define FLUSH_CURRENT(ctx, newstate) \ argument
207 #define FLUSH_FOR_DRAW(ctx) \ argument
228 #define ASSERT_OUTSIDE_BEGIN_END_WITH_RETVAL(ctx, retval) \ argument
242 #define ASSERT_OUTSIDE_BEGIN_END(ctx) \ argument
257 _mesa_is_desktop_gl_compat(const struct gl_context *ctx) in _mesa_is_desktop_gl_compat()
270 _mesa_is_desktop_gl_core(const struct gl_context *ctx) in _mesa_is_desktop_gl_core()
283 _mesa_is_desktop_gl(const struct gl_context *ctx) in _mesa_is_desktop_gl()
[all …]
/external/cronet/tot/third_party/netty-tcnative/src/java/io/netty/internal/tcnative/
DSSLContext.java68 public static native int free(long ctx); in free()
75 public static native void setContextId(long ctx, String id); in setContextId()
82 public static native void setOptions(long ctx, int options); in setOptions()
89 public static native int getOptions(long ctx); in getOptions()
96 public static native void clearOptions(long ctx, int options); in clearOptions()
114 public static native boolean setCipherSuite(long ctx, String ciphers) throws Exception; in setCipherSuite()
137 public static native boolean setCertificateChainFile(long ctx, String file, boolean skipfirst); in setCertificateChainFile()
159 public static native boolean setCertificateChainBio(long ctx, long bio, boolean skipfirst); in setCertificateChainBio()
184 …public static native boolean setCertificate(long ctx, String cert, String key, String password) th… in setCertificate()
209 …public static native boolean setCertificateBio(long ctx, long certBio, long keyBio, String passwor… in setCertificateBio()
[all …]
/external/cronet/stable/third_party/netty-tcnative/src/java/io/netty/internal/tcnative/
DSSLContext.java68 public static native int free(long ctx); in free()
75 public static native void setContextId(long ctx, String id); in setContextId()
82 public static native void setOptions(long ctx, int options); in setOptions()
89 public static native int getOptions(long ctx); in getOptions()
96 public static native void clearOptions(long ctx, int options); in clearOptions()
114 public static native boolean setCipherSuite(long ctx, String ciphers) throws Exception; in setCipherSuite()
137 public static native boolean setCertificateChainFile(long ctx, String file, boolean skipfirst); in setCertificateChainFile()
159 public static native boolean setCertificateChainBio(long ctx, long bio, boolean skipfirst); in setCertificateChainBio()
184 …public static native boolean setCertificate(long ctx, String cert, String key, String password) th… in setCertificate()
209 …public static native boolean setCertificateBio(long ctx, long certBio, long keyBio, String passwor… in setCertificateBio()
[all …]
/external/deqp/modules/gles31/functional/
Des31fNegativeTextureApiTests.cpp84 static bool supportsES32orGL45(NegativeTestContext &ctx) in supportsES32orGL45()
102 void activetexture(NegativeTestContext &ctx) in activetexture()
116 void bindtexture(NegativeTestContext &ctx) in bindtexture()
194 void compressedteximage2d_invalid_target(NegativeTestContext &ctx) in compressedteximage2d_invalid_target()
204 void compressedteximage2d_invalid_format(NegativeTestContext &ctx) in compressedteximage2d_invalid_format()
229 void compressedteximage2d_neg_level(NegativeTestContext &ctx) in compressedteximage2d_neg_level()
249 void compressedteximage2d_max_level(NegativeTestContext &ctx) in compressedteximage2d_max_level()
283 void compressedteximage2d_neg_width_height(NegativeTestContext &ctx) in compressedteximage2d_neg_width_height()
353 void compressedteximage2d_max_width_height(NegativeTestContext &ctx) in compressedteximage2d_max_width_height()
446 void compressedteximage2d_invalid_border(NegativeTestContext &ctx) in compressedteximage2d_invalid_border()
[all …]
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()
115 void stencil_op_separate(NegativeTestContext &ctx) in stencil_op_separate()
134 void stencil_mask_separate(NegativeTestContext &ctx) in stencil_mask_separate()
143 void blend_equation(NegativeTestContext &ctx) in blend_equation()
152 void blend_equation_separate(NegativeTestContext &ctx) in blend_equation_separate()
[all …]
Des31fNegativeStateApiTests.cpp76 VAOHelper(NegativeTestContext &ctx) : m_vao(0), m_ctx(ctx) in VAOHelper()
97 static std::string getVtxFragVersionSources(const std::string source, NegativeTestContext &ctx) in getVtxFragVersionSources()
110 void enable(NegativeTestContext &ctx) in enable()
118 static bool checkSupport(NegativeTestContext &ctx) in checkSupport()
125 void enablei(NegativeTestContext &ctx) in enablei()
141 void disable(NegativeTestContext &ctx) in disable()
149 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()
194 void get_floatv(NegativeTestContext &ctx) in get_floatv()
[all …]
Des31fNegativeShaderApiTests.cpp88 static bool supportsES32orGL45(NegativeTestContext &ctx) in supportsES32orGL45()
95 void create_shader(NegativeTestContext &ctx) in create_shader()
103 void shader_source(NegativeTestContext &ctx) in shader_source()
130 void compile_shader(NegativeTestContext &ctx) in compile_shader()
149 void delete_shader(NegativeTestContext &ctx) in delete_shader()
160 void shader_binary(NegativeTestContext &ctx) in shader_binary()
239 void attach_shader(NegativeTestContext &ctx) in attach_shader()
293 void detach_shader(NegativeTestContext &ctx) in detach_shader()
334 void link_program(NegativeTestContext &ctx) in link_program()
384 void use_program(NegativeTestContext &ctx) in use_program()
[all …]
/external/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 …]
/external/mpdecimal/libmpdec/
Dcontext.c36 mpd_dflt_traphandler(mpd_context_t *ctx) in mpd_dflt_traphandler()
67 mpd_init(mpd_context_t *ctx, mpd_ssize_t prec) in mpd_init()
86 mpd_maxcontext(mpd_context_t *ctx) in mpd_maxcontext()
100 mpd_defaultcontext(mpd_context_t *ctx) in mpd_defaultcontext()
114 mpd_basiccontext(mpd_context_t *ctx) in mpd_basiccontext()
128 mpd_ieee_context(mpd_context_t *ctx, int bits) in mpd_ieee_context()
148 mpd_getprec(const mpd_context_t *ctx) in mpd_getprec()
154 mpd_getemax(const mpd_context_t *ctx) in mpd_getemax()
160 mpd_getemin(const mpd_context_t *ctx) in mpd_getemin()
166 mpd_getround(const mpd_context_t *ctx) in mpd_getround()
[all …]
/external/python/cpython3/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 …]
/external/cronet/stable/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dwrappers.c15 void wrapper_init(wrapperctx *ctx) in wrapper_init()
30 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, in wrapper_op_real()
40 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, in wrapper_op_complex()
50 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, in wrapper_result_real()
60 void wrapper_result_complex(wrapperctx *ctx, mpc_t c, in wrapper_result_complex()
70 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]) in wrapper_run()
79 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op) in wrapper_get_mpfr()
90 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee()
101 int wrapper_get_nops(wrapperctx *ctx) in wrapper_get_nops()
106 int wrapper_get_size(wrapperctx *ctx, int op) in wrapper_get_size()
[all …]
/external/arm-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 …]
/external/cronet/tot/third_party/llvm-libc/src/AOR_v20.02/math/test/rtest/
Dwrappers.c15 void wrapper_init(wrapperctx *ctx) in wrapper_init()
30 void wrapper_op_real(wrapperctx *ctx, const mpfr_t r, in wrapper_op_real()
40 void wrapper_op_complex(wrapperctx *ctx, const mpc_t c, in wrapper_op_complex()
50 void wrapper_result_real(wrapperctx *ctx, mpfr_t r, in wrapper_result_real()
60 void wrapper_result_complex(wrapperctx *ctx, mpc_t c, in wrapper_result_complex()
70 int wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]) in wrapper_run()
79 mpfr_srcptr wrapper_get_mpfr(wrapperctx *ctx, int op) in wrapper_get_mpfr()
90 const uint32 *wrapper_get_ieee(wrapperctx *ctx, int op) in wrapper_get_ieee()
101 int wrapper_get_nops(wrapperctx *ctx) in wrapper_get_nops()
106 int wrapper_get_size(wrapperctx *ctx, int op) in wrapper_get_size()
[all …]
/external/zstd/programs/
Dfileio_asyncio.c146 static IOJob_t *AIO_IOPool_createIoJob(IOPoolCtx_t *ctx, size_t bufferSize) { in AIO_IOPool_createIoJob()
164 static void AIO_IOPool_createThreadPool(IOPoolCtx_t* ctx, const FIO_prefs_t* prefs) { in AIO_IOPool_createThreadPool()
182 static void AIO_IOPool_init(IOPoolCtx_t* ctx, const FIO_prefs_t* prefs, POOL_function poolFunction,… in AIO_IOPool_init()
200 static int AIO_IOPool_threadPoolActive(IOPoolCtx_t* ctx) { in AIO_IOPool_threadPoolActive()
207 static void AIO_IOPool_lockJobsMutex(IOPoolCtx_t* ctx) { in AIO_IOPool_lockJobsMutex()
214 static void AIO_IOPool_unlockJobsMutex(IOPoolCtx_t* ctx) { in AIO_IOPool_unlockJobsMutex()
222 IOPoolCtx_t* const ctx = (IOPoolCtx_t *) job->ctx; in AIO_IOPool_releaseIoJob() local
231 static void AIO_IOPool_join(IOPoolCtx_t* ctx) { in AIO_IOPool_join()
239 static void AIO_IOPool_setThreaded(IOPoolCtx_t* ctx, int threaded) { in AIO_IOPool_setThreaded()
250 static void AIO_IOPool_destroy(IOPoolCtx_t* ctx) { in AIO_IOPool_destroy()
[all …]
/external/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 …]
/external/mesa3d/src/imagination/common/
Dpvr_dump.h85 __pvr_dump_ctx_get_indent(const struct pvr_dump_ctx *const ctx) in __pvr_dump_ctx_get_indent()
101 #define pvr_dump_printf(ctx, format, args...) \ argument
111 #define pvr_dump_printf_cont(ctx, format, args...) \ argument
114 #define pvr_dump_println(ctx, format, args...) \ argument
117 #define pvr_dump_println_cont(ctx, format, args...) \ argument
120 #define pvr_dump_print_eol(ctx) fprintf((ctx)->file, "\n") argument
122 #define pvr_dump_mark_section(ctx, format, args...) \ argument
128 #define pvr_dump_buffer_print_header_prefix(ctx) \ argument
137 #define pvr_dump_buffer_print_header_line(ctx, format, args...) \ argument
144 #define pvr_dump_msg(ctx, prefix, ret, format, args...) \ argument
[all …]
/external/pytorch/torch/jit/
Dfrontend.py173 def __init__(self, ctx, offending_node, reason=""): argument
191 def build_withitems(ctx, items): argument
196 def build_stmts(ctx, stmts): argument
235 def get_class_assigns(ctx, cls_ast): argument
413 def __call__(self, ctx, node): argument
420 def build_class_def(ctx, py_def, methods, properties, self_name, assigns): argument
429 def build_def(ctx, py_def, type_line, def_name, self_name=None, pdt_arg_types=None): argument
453 def build_param_list(ctx, py_args, self_name, pdt_arg_types=None): argument
505 def build_param(ctx, py_arg, self_name, kwarg_only, pdt_arg_type=None): argument
520 def build_ignore_context_manager(ctx, stmt): argument
[all …]
/external/trusty/arm-trusted-firmware/lib/el3_runtime/aarch64/
Dcontext_mgmt.c57 static void setup_el1_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_el1_context()
120 static void setup_secure_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_secure_context()
170 static void setup_realm_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_realm_context()
201 static void setup_ns_context(cpu_context_t *ctx, const struct entry_point_info *ep) in setup_ns_context()
346 static void setup_context_common(cpu_context_t *ctx, const entry_point_info_t *ep) in setup_context_common()
602 void cm_setup_context(cpu_context_t *ctx, const entry_point_info_t *ep) in cm_setup_context()
779 static void manage_extensions_common(cpu_context_t *ctx) in manage_extensions_common()
809 static void manage_extensions_nonsecure(cpu_context_t *ctx) in manage_extensions_nonsecure()
906 static void manage_extensions_secure(cpu_context_t *ctx) in manage_extensions_secure()
937 cpu_context_t *ctx; in cm_init_context_by_index() local
[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/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 …]
/external/libxkbcommon/src/
Dcontext.c50 xkb_context_include_path_append(struct xkb_context *ctx, const char *path) in xkb_context_include_path_append()
87 xkb_context_include_path_get_extra_path(struct xkb_context *ctx) in xkb_context_include_path_get_extra_path()
94 xkb_context_include_path_get_system_path(struct xkb_context *ctx) in xkb_context_include_path_get_system_path()
104 xkb_context_include_path_append_default(struct xkb_context *ctx) in xkb_context_include_path_append_default()
148 xkb_context_include_path_clear(struct xkb_context *ctx) in xkb_context_include_path_clear()
165 xkb_context_include_path_reset_defaults(struct xkb_context *ctx) in xkb_context_include_path_reset_defaults()
175 xkb_context_num_include_paths(struct xkb_context *ctx) in xkb_context_num_include_paths()
185 xkb_context_include_path_get(struct xkb_context *ctx, unsigned int idx) in xkb_context_include_path_get()
197 xkb_context_ref(struct xkb_context *ctx) in xkb_context_ref()
208 xkb_context_unref(struct xkb_context *ctx) in xkb_context_unref()
[all …]
/external/coreboot/src/lib/
Dreg_script.c38 static inline void reg_script_set_dev(struct reg_script_context *ctx, in reg_script_set_dev()
49 static inline void reg_script_set_step(struct reg_script_context *ctx, in reg_script_set_step()
56 reg_script_get_step(struct reg_script_context *ctx) in reg_script_get_step()
61 static struct resource *reg_script_get_resource(struct reg_script_context *ctx) in reg_script_get_resource()
80 static uint32_t reg_script_read_pci(struct reg_script_context *ctx) in reg_script_read_pci()
95 static void reg_script_write_pci(struct reg_script_context *ctx) in reg_script_write_pci()
113 static uint32_t reg_script_read_io(struct reg_script_context *ctx) in reg_script_read_io()
128 static void reg_script_write_io(struct reg_script_context *ctx) in reg_script_write_io()
146 static uint32_t reg_script_read_mmio(struct reg_script_context *ctx) in reg_script_read_mmio()
161 static void reg_script_write_mmio(struct reg_script_context *ctx) in reg_script_write_mmio()
[all …]
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/fipsmodule/digest/
Ddigests.c78 static void md4_init(EVP_MD_CTX *ctx) { in md4_init()
82 static void md4_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md4_update()
86 static void md4_final(EVP_MD_CTX *ctx, uint8_t *out) { in md4_final()
102 static void md5_init(EVP_MD_CTX *ctx) { in md5_init()
106 static void md5_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in md5_update()
110 static void md5_final(EVP_MD_CTX *ctx, uint8_t *out) { in md5_final()
126 static void sha1_init(EVP_MD_CTX *ctx) { in sha1_init()
130 static void sha1_update(EVP_MD_CTX *ctx, const void *data, size_t count) { in sha1_update()
134 static void sha1_final(EVP_MD_CTX *ctx, uint8_t *md) { in sha1_final()
150 static void sha224_init(EVP_MD_CTX *ctx) { in sha224_init()
[all …]

12345678910>>...278