Home
last modified time | relevance | path

Searched refs:ctx (Results 1 - 25 of 13500) sorted by relevance

12345678910>>...540

/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c170 static void nv50_gr_construct_mmio(struct nvkm_grctx *ctx);
171 static void nv50_gr_construct_xfer1(struct nvkm_grctx *ctx);
172 static void nv50_gr_construct_xfer2(struct nvkm_grctx *ctx);
177 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate() argument
179 cp_set (ctx, STATE, RUNNING); in nv50_grctx_generate()
180 cp_set (ctx, XFER_SWITCH, ENABLE); in nv50_grctx_generate()
182 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
183 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
185 cp_name(ctx, cp_check_load); in nv50_grctx_generate()
186 cp_bra (ctx, AUTO_LOA in nv50_grctx_generate()
269 struct nvkm_grctx ctx = { nv50_grctx_init() local
297 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) nv50_gr_construct_mmio() argument
785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) dd_emit() argument
795 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) nv50_gr_construct_mmio_ddata() argument
1158 xf_emit(struct nvkm_grctx *ctx, int num, u32 val) xf_emit() argument
1189 nv50_gr_construct_xfer1(struct nvkm_grctx *ctx) nv50_gr_construct_xfer1() argument
1352 nv50_gr_construct_gene_dispatch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_dispatch() argument
1408 nv50_gr_construct_gene_m2mf(struct nvkm_grctx *ctx) nv50_gr_construct_gene_m2mf() argument
1460 nv50_gr_construct_gene_ccache(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ccache() argument
1528 nv50_gr_construct_gene_unk10xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk10xx() argument
1588 nv50_gr_construct_gene_unk34xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk34xx() argument
1613 nv50_gr_construct_gene_unk14xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk14xx() argument
1724 nv50_gr_construct_gene_zcull(struct nvkm_grctx *ctx) nv50_gr_construct_gene_zcull() argument
1785 nv50_gr_construct_gene_clipid(struct nvkm_grctx *ctx) nv50_gr_construct_gene_clipid() argument
1805 nv50_gr_construct_gene_unk24xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk24xx() argument
1888 nv50_gr_construct_gene_vfetch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_vfetch() argument
2074 nv50_gr_construct_gene_eng2d(struct nvkm_grctx *ctx) nv50_gr_construct_gene_eng2d() argument
2136 nv50_gr_construct_gene_csched(struct nvkm_grctx *ctx) nv50_gr_construct_gene_csched() argument
2235 nv50_gr_construct_gene_unk1cxx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk1cxx() argument
2331 nv50_gr_construct_gene_strmout(struct nvkm_grctx *ctx) nv50_gr_construct_gene_strmout() argument
2373 nv50_gr_construct_gene_ropm1(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm1() argument
2386 nv50_gr_construct_gene_ropm2(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm2() argument
2412 nv50_gr_construct_gene_ropc(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropc() argument
2647 nv50_gr_construct_xfer_unk84xx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk84xx() argument
2739 nv50_gr_construct_xfer_tprop(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tprop() argument
3039 nv50_gr_construct_xfer_tex(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tex() argument
3085 nv50_gr_construct_xfer_unk8cxx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk8cxx() argument
3124 nv50_gr_construct_xfer_tp(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tp() argument
3141 nv50_gr_construct_xfer_mpc(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_mpc() argument
3273 nv50_gr_construct_xfer2(struct nvkm_grctx *ctx) nv50_gr_construct_xfer2() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c170 static void nv50_gr_construct_mmio(struct nvkm_grctx *ctx);
171 static void nv50_gr_construct_xfer1(struct nvkm_grctx *ctx);
172 static void nv50_gr_construct_xfer2(struct nvkm_grctx *ctx);
177 nv50_grctx_generate(struct nvkm_grctx *ctx) in nv50_grctx_generate() argument
179 cp_set (ctx, STATE, RUNNING); in nv50_grctx_generate()
180 cp_set (ctx, XFER_SWITCH, ENABLE); in nv50_grctx_generate()
182 cp_bra (ctx, AUTO_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
183 cp_bra (ctx, USER_SAVE, PENDING, cp_setup_save); in nv50_grctx_generate()
185 cp_name(ctx, cp_check_load); in nv50_grctx_generate()
186 cp_bra (ctx, AUTO_LOA in nv50_grctx_generate()
269 struct nvkm_grctx ctx = { nv50_grctx_init() local
297 nv50_gr_construct_mmio(struct nvkm_grctx *ctx) nv50_gr_construct_mmio() argument
785 dd_emit(struct nvkm_grctx *ctx, int num, u32 val) dd_emit() argument
795 nv50_gr_construct_mmio_ddata(struct nvkm_grctx *ctx) nv50_gr_construct_mmio_ddata() argument
1158 xf_emit(struct nvkm_grctx *ctx, int num, u32 val) xf_emit() argument
1189 nv50_gr_construct_xfer1(struct nvkm_grctx *ctx) nv50_gr_construct_xfer1() argument
1352 nv50_gr_construct_gene_dispatch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_dispatch() argument
1408 nv50_gr_construct_gene_m2mf(struct nvkm_grctx *ctx) nv50_gr_construct_gene_m2mf() argument
1460 nv50_gr_construct_gene_ccache(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ccache() argument
1528 nv50_gr_construct_gene_unk10xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk10xx() argument
1588 nv50_gr_construct_gene_unk34xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk34xx() argument
1613 nv50_gr_construct_gene_unk14xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk14xx() argument
1724 nv50_gr_construct_gene_zcull(struct nvkm_grctx *ctx) nv50_gr_construct_gene_zcull() argument
1785 nv50_gr_construct_gene_clipid(struct nvkm_grctx *ctx) nv50_gr_construct_gene_clipid() argument
1805 nv50_gr_construct_gene_unk24xx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk24xx() argument
1888 nv50_gr_construct_gene_vfetch(struct nvkm_grctx *ctx) nv50_gr_construct_gene_vfetch() argument
2074 nv50_gr_construct_gene_eng2d(struct nvkm_grctx *ctx) nv50_gr_construct_gene_eng2d() argument
2136 nv50_gr_construct_gene_csched(struct nvkm_grctx *ctx) nv50_gr_construct_gene_csched() argument
2235 nv50_gr_construct_gene_unk1cxx(struct nvkm_grctx *ctx) nv50_gr_construct_gene_unk1cxx() argument
2331 nv50_gr_construct_gene_strmout(struct nvkm_grctx *ctx) nv50_gr_construct_gene_strmout() argument
2373 nv50_gr_construct_gene_ropm1(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm1() argument
2386 nv50_gr_construct_gene_ropm2(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropm2() argument
2412 nv50_gr_construct_gene_ropc(struct nvkm_grctx *ctx) nv50_gr_construct_gene_ropc() argument
2647 nv50_gr_construct_xfer_unk84xx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk84xx() argument
2739 nv50_gr_construct_xfer_tprop(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tprop() argument
3039 nv50_gr_construct_xfer_tex(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tex() argument
3085 nv50_gr_construct_xfer_unk8cxx(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_unk8cxx() argument
3124 nv50_gr_construct_xfer_tp(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_tp() argument
3141 nv50_gr_construct_xfer_mpc(struct nvkm_grctx *ctx) nv50_gr_construct_xfer_mpc() argument
3273 nv50_gr_construct_xfer2(struct nvkm_grctx *ctx) nv50_gr_construct_xfer2() argument
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp45 void bind_buffer (NegativeTestContext& ctx) in bind_buffer() argument
47 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values."); in bind_buffer()
48 ctx.glBindBuffer(-1, 0); in bind_buffer()
49 ctx.expectError(GL_INVALID_ENUM); in bind_buffer()
50 ctx.endSection(); in bind_buffer()
53 void delete_buffers (NegativeTestContext& ctx) in delete_buffers() argument
55 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative."); in delete_buffers()
56 ctx.glDeleteBuffers(-1, 0); in delete_buffers()
57 ctx.expectError(GL_INVALID_VALUE); in delete_buffers()
58 ctx in delete_buffers()
61 gen_buffers(NegativeTestContext& ctx) gen_buffers() argument
69 buffer_data(NegativeTestContext& ctx) buffer_data() argument
99 buffer_sub_data(NegativeTestContext& ctx) buffer_sub_data() argument
128 buffer_sub_data_size_offset(NegativeTestContext& ctx) buffer_sub_data_size_offset() argument
153 clear(NegativeTestContext& ctx) clear() argument
167 read_pixels(NegativeTestContext& ctx) read_pixels() argument
197 readn_pixels(NegativeTestContext& ctx) readn_pixels() argument
243 read_pixels_format_mismatch(NegativeTestContext& ctx) read_pixels_format_mismatch() argument
279 read_pixels_fbo_format_mismatch(NegativeTestContext& ctx) read_pixels_fbo_format_mismatch() argument
371 bind_buffer_range(NegativeTestContext& ctx) bind_buffer_range() argument
472 bind_buffer_base(NegativeTestContext& ctx) bind_buffer_base() argument
511 clear_bufferiv(NegativeTestContext& ctx) clear_bufferiv() argument
561 clear_bufferuiv(NegativeTestContext& ctx) clear_bufferuiv() argument
608 clear_bufferfv(NegativeTestContext& ctx) clear_bufferfv() argument
658 clear_bufferfi(NegativeTestContext& ctx) clear_bufferfi() argument
679 copy_buffer_sub_data(NegativeTestContext& ctx) copy_buffer_sub_data() argument
757 draw_buffers(NegativeTestContext& ctx) draw_buffers() argument
832 flush_mapped_buffer_range(NegativeTestContext& ctx) flush_mapped_buffer_range() argument
881 map_buffer_range(NegativeTestContext& ctx) map_buffer_range() argument
955 read_buffer(NegativeTestContext& ctx) read_buffer() argument
1027 unmap_buffer(NegativeTestContext& ctx) unmap_buffer() argument
1046 bind_framebuffer(NegativeTestContext& ctx) bind_framebuffer() argument
1056 bind_renderbuffer(NegativeTestContext& ctx) bind_renderbuffer() argument
1066 check_framebuffer_status(NegativeTestContext& ctx) check_framebuffer_status() argument
1076 gen_framebuffers(NegativeTestContext& ctx) gen_framebuffers() argument
1084 gen_renderbuffers(NegativeTestContext& ctx) gen_renderbuffers() argument
1092 delete_framebuffers(NegativeTestContext& ctx) delete_framebuffers() argument
1100 delete_renderbuffers(NegativeTestContext& ctx) delete_renderbuffers() argument
1108 framebuffer_renderbuffer(NegativeTestContext& ctx) framebuffer_renderbuffer() argument
1148 framebuffer_texture(NegativeTestContext& ctx) framebuffer_texture() argument
1194 framebuffer_texture2d(NegativeTestContext& ctx) framebuffer_texture2d() argument
1296 renderbuffer_storage(NegativeTestContext& ctx) renderbuffer_storage() argument
1352 blit_framebuffer(NegativeTestContext& ctx) blit_framebuffer() argument
1501 blit_framebuffer_multisample(NegativeTestContext& ctx) blit_framebuffer_multisample() argument
1551 framebuffer_texture_layer(NegativeTestContext& ctx) framebuffer_texture_layer() argument
1684 invalidate_framebuffer(NegativeTestContext& ctx) invalidate_framebuffer() argument
1733 invalidate_sub_framebuffer(NegativeTestContext& ctx) invalidate_sub_framebuffer() argument
1793 renderbuffer_storage_multisample(NegativeTestContext& ctx) renderbuffer_storage_multisample() argument
1872 copy_image_sub_data(NegativeTestContext& ctx) copy_image_sub_data() argument
[all...]
H A Des31fNegativeFragmentApiTests.cpp48 void scissor (NegativeTestContext& ctx) in scissor() argument
50 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative."); in scissor()
51 ctx.glScissor(0, 0, -1, 0); in scissor()
52 ctx.expectError(GL_INVALID_VALUE); in scissor()
53 ctx.glScissor(0, 0, 0, -1); in scissor()
54 ctx.expectError(GL_INVALID_VALUE); in scissor()
55 ctx.glScissor(0, 0, -1, -1); in scissor()
56 ctx.expectError(GL_INVALID_VALUE); in scissor()
57 ctx.endSection(); in scissor()
60 void depth_func (NegativeTestContext& ctx) in depth_func() argument
68 viewport(NegativeTestContext& ctx) viewport() argument
81 stencil_func(NegativeTestContext& ctx) stencil_func() argument
89 stencil_func_separate(NegativeTestContext& ctx) stencil_func_separate() argument
102 stencil_op(NegativeTestContext& ctx) stencil_op() argument
114 stencil_op_separate(NegativeTestContext& ctx) stencil_op_separate() argument
131 stencil_mask_separate(NegativeTestContext& ctx) stencil_mask_separate() argument
140 blend_equation(NegativeTestContext& ctx) blend_equation() argument
148 blend_equation_separate(NegativeTestContext& ctx) blend_equation_separate() argument
160 checkSupport(NegativeTestContext& ctx) checkSupport() argument
167 blend_equationi(NegativeTestContext& ctx) blend_equationi() argument
187 blend_equation_separatei(NegativeTestContext& ctx) blend_equation_separatei() argument
211 blend_func(NegativeTestContext& ctx) blend_func() argument
221 blend_func_separate(NegativeTestContext& ctx) blend_func_separate() argument
235 blend_funci(NegativeTestContext& ctx) blend_funci() argument
257 blend_func_separatei(NegativeTestContext& ctx) blend_func_separatei() argument
284 cull_face(NegativeTestContext& ctx) cull_face() argument
292 front_face(NegativeTestContext& ctx) front_face() argument
300 line_width(NegativeTestContext& ctx) line_width() argument
311 gen_queries(NegativeTestContext& ctx) gen_queries() argument
320 begin_query(NegativeTestContext& ctx) begin_query() argument
379 end_query(NegativeTestContext& ctx) end_query() argument
404 delete_queries(NegativeTestContext& ctx) delete_queries() argument
418 fence_sync(NegativeTestContext& ctx) fence_sync() argument
431 wait_sync(NegativeTestContext& ctx) wait_sync() argument
453 client_wait_sync(NegativeTestContext& ctx) client_wait_sync() argument
470 delete_sync(NegativeTestContext& ctx) delete_sync() argument
[all...]
H A Des31fNegativeShaderApiTests.cpp89 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() argument
91 return contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in supportsES32orGL45()
92 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in supportsES32orGL45()
96 void create_shader (NegativeTestContext& ctx) in create_shader() argument
98 ctx.beginSection("GL_INVALID_ENUM is generated if shaderType is not an accepted value."); in create_shader()
99 ctx.glCreateShader(-1); in create_shader()
100 ctx.expectError(GL_INVALID_ENUM); in create_shader()
101 ctx.endSection(); in create_shader()
104 void shader_source (NegativeTestContext& ctx) in shader_source() argument
107 const GLuint notAShader = ctx in shader_source()
131 compile_shader(NegativeTestContext& ctx) compile_shader() argument
150 delete_shader(NegativeTestContext& ctx) delete_shader() argument
161 shader_binary(NegativeTestContext& ctx) shader_binary() argument
237 attach_shader(NegativeTestContext& ctx) attach_shader() argument
290 detach_shader(NegativeTestContext& ctx) detach_shader() argument
331 link_program(NegativeTestContext& ctx) link_program() argument
379 use_program(NegativeTestContext& ctx) use_program() argument
433 delete_program(NegativeTestContext& ctx) delete_program() argument
453 validate_program(NegativeTestContext& ctx) validate_program() argument
473 get_program_binary(NegativeTestContext& ctx) get_program_binary() argument
521 program_binary(NegativeTestContext& ctx) program_binary() argument
559 program_parameteri(NegativeTestContext& ctx) program_parameteri() argument
591 gen_samplers(NegativeTestContext& ctx) gen_samplers() argument
600 bind_sampler(NegativeTestContext& ctx) bind_sampler() argument
624 delete_samplers(NegativeTestContext& ctx) delete_samplers() argument
632 get_sampler_parameteriv(NegativeTestContext& ctx) get_sampler_parameteriv() argument
651 get_sampler_parameterfv(NegativeTestContext& ctx) get_sampler_parameterfv() argument
670 get_sampler_parameterIiv(NegativeTestContext& ctx) get_sampler_parameterIiv() argument
693 get_sampler_parameterIuiv(NegativeTestContext& ctx) get_sampler_parameterIuiv() argument
716 sampler_parameteri(NegativeTestContext& ctx) sampler_parameteri() argument
743 sampler_parameteriv(NegativeTestContext& ctx) sampler_parameteriv() argument
764 sampler_parameterf(NegativeTestContext& ctx) sampler_parameterf() argument
791 sampler_parameterfv(NegativeTestContext& ctx) sampler_parameterfv() argument
812 sampler_parameterIiv(NegativeTestContext& ctx) sampler_parameterIiv() argument
833 sampler_parameterIuiv(NegativeTestContext& ctx) sampler_parameterIuiv() argument
856 get_attrib_location(NegativeTestContext& ctx) get_attrib_location() argument
892 get_uniform_location(NegativeTestContext& ctx) get_uniform_location() argument
923 bind_attrib_location(NegativeTestContext& ctx) bind_attrib_location() argument
953 uniform_block_binding(NegativeTestContext& ctx) uniform_block_binding() argument
999 uniformf_invalid_program(NegativeTestContext& ctx) uniformf_invalid_program() argument
1014 uniformf_incompatible_type(NegativeTestContext& ctx) uniformf_incompatible_type() argument
1060 uniformf_invalid_location(NegativeTestContext& ctx) uniformf_invalid_location() argument
1094 uniformfv_invalid_program(NegativeTestContext& ctx) uniformfv_invalid_program() argument
1111 uniformfv_incompatible_type(NegativeTestContext& ctx) uniformfv_incompatible_type() argument
1159 uniformfv_invalid_location(NegativeTestContext& ctx) uniformfv_invalid_location() argument
1193 uniformfv_invalid_count(NegativeTestContext& ctx) uniformfv_invalid_count() argument
1226 uniformi_invalid_program(NegativeTestContext& ctx) uniformi_invalid_program() argument
1241 uniformi_incompatible_type(NegativeTestContext& ctx) uniformi_incompatible_type() argument
1297 uniformi_invalid_location(NegativeTestContext& ctx) uniformi_invalid_location() argument
1331 uniformiv_invalid_program(NegativeTestContext& ctx) uniformiv_invalid_program() argument
1348 uniformiv_incompatible_type(NegativeTestContext& ctx) uniformiv_incompatible_type() argument
1406 uniformiv_invalid_location(NegativeTestContext& ctx) uniformiv_invalid_location() argument
1440 uniformiv_invalid_count(NegativeTestContext& ctx) uniformiv_invalid_count() argument
1473 uniformui_invalid_program(NegativeTestContext& ctx) uniformui_invalid_program() argument
1488 uniformui_incompatible_type(NegativeTestContext& ctx) uniformui_incompatible_type() argument
1550 uniformui_invalid_location(NegativeTestContext& ctx) uniformui_invalid_location() argument
1584 uniformuiv_invalid_program(NegativeTestContext& ctx) uniformuiv_invalid_program() argument
1601 uniformuiv_incompatible_type(NegativeTestContext& ctx) uniformuiv_incompatible_type() argument
1665 uniformuiv_invalid_location(NegativeTestContext& ctx) uniformuiv_invalid_location() argument
1699 uniformuiv_invalid_count(NegativeTestContext& ctx) uniformuiv_invalid_count() argument
1733 uniform_matrixfv_invalid_program(NegativeTestContext& ctx) uniform_matrixfv_invalid_program() argument
1761 uniform_matrixfv_incompatible_type(NegativeTestContext& ctx) uniform_matrixfv_incompatible_type() argument
1827 uniform_matrixfv_invalid_location(NegativeTestContext& ctx) uniform_matrixfv_invalid_location() argument
1883 uniform_matrixfv_invalid_count(NegativeTestContext& ctx) uniform_matrixfv_invalid_count() argument
1926 gen_transform_feedbacks(NegativeTestContext& ctx) gen_transform_feedbacks() argument
1935 bind_transform_feedback(NegativeTestContext& ctx) bind_transform_feedback() argument
1984 delete_transform_feedbacks(NegativeTestContext& ctx) delete_transform_feedbacks() argument
2029 begin_transform_feedback(NegativeTestContext& ctx) begin_transform_feedback() argument
2086 pause_transform_feedback(NegativeTestContext& ctx) pause_transform_feedback() argument
2121 resume_transform_feedback(NegativeTestContext& ctx) resume_transform_feedback() argument
2157 end_transform_feedback(NegativeTestContext& ctx) end_transform_feedback() argument
2189 get_transform_feedback_varying(NegativeTestContext& ctx) get_transform_feedback_varying() argument
2235 transform_feedback_varyings(NegativeTestContext& ctx) transform_feedback_varyings() argument
2281 link_compute_shader(NegativeTestContext& ctx) link_compute_shader() argument
2353 compile_compute_shader_helper(NegativeTestContext& ctx, const char* const* computeShaderSource, GLint* compileStatus) compile_compute_shader_helper() argument
2364 compile_compute_shader(NegativeTestContext& ctx) compile_compute_shader() argument
2522 srgb_decode_samplerparameteri(NegativeTestContext& ctx) srgb_decode_samplerparameteri() argument
2540 srgb_decode_samplerparameterf(NegativeTestContext& ctx) srgb_decode_samplerparameterf() argument
2558 srgb_decode_samplerparameteriv(NegativeTestContext& ctx) srgb_decode_samplerparameteriv() argument
2577 srgb_decode_samplerparameterfv(NegativeTestContext& ctx) srgb_decode_samplerparameterfv() argument
2596 srgb_decode_samplerparameterIiv(NegativeTestContext& ctx) srgb_decode_samplerparameterIiv() argument
2619 srgb_decode_samplerparameterIuiv(NegativeTestContext& ctx) srgb_decode_samplerparameterIuiv() argument
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp74 VAOHelper(NegativeTestContext& ctx, bool isES) in VAOHelper() argument
76 , m_ctx(ctx) in VAOHelper()
99 void vertex_attribf (NegativeTestContext& ctx) in vertex_attribf() argument
101 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS."); in vertex_attribf()
102 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); in vertex_attribf()
103 ctx.glVertexAttrib1f(maxVertexAttribs, 0.0f); in vertex_attribf()
104 ctx.expectError(GL_INVALID_VALUE); in vertex_attribf()
105 ctx.glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f); in vertex_attribf()
106 ctx.expectError(GL_INVALID_VALUE); in vertex_attribf()
107 ctx in vertex_attribf()
114 vertex_attribfv(NegativeTestContext& ctx) vertex_attribfv() argument
130 vertex_attribi4(NegativeTestContext& ctx) vertex_attribi4() argument
144 vertex_attribi4v(NegativeTestContext& ctx) vertex_attribi4v() argument
158 vertex_attrib_pointer(NegativeTestContext& ctx) vertex_attrib_pointer() argument
214 vertex_attrib_i_pointer(NegativeTestContext& ctx) vertex_attrib_i_pointer() argument
263 vertex_attrib_format(NegativeTestContext& ctx) vertex_attrib_format() argument
326 vertex_attrib_i_format(NegativeTestContext& ctx) vertex_attrib_i_format() argument
373 enable_vertex_attrib_array(NegativeTestContext& ctx) enable_vertex_attrib_array() argument
383 disable_vertex_attrib_array(NegativeTestContext& ctx) disable_vertex_attrib_array() argument
393 gen_vertex_arrays(NegativeTestContext& ctx) gen_vertex_arrays() argument
403 bind_vertex_array(NegativeTestContext& ctx) bind_vertex_array() argument
411 delete_vertex_arrays(NegativeTestContext& ctx) delete_vertex_arrays() argument
419 vertex_attrib_divisor(NegativeTestContext& ctx) vertex_attrib_divisor() argument
429 draw_arrays(NegativeTestContext& ctx) draw_arrays() argument
465 draw_arrays_invalid_program(NegativeTestContext& ctx) draw_arrays_invalid_program() argument
493 draw_arrays_incomplete_primitive(NegativeTestContext& ctx) draw_arrays_incomplete_primitive() argument
529 draw_elements(NegativeTestContext& ctx) draw_elements() argument
608 draw_elements_invalid_program(NegativeTestContext& ctx) draw_elements_invalid_program() argument
643 draw_elements_incomplete_primitive(NegativeTestContext& ctx) draw_elements_incomplete_primitive() argument
722 checkSupport(NegativeTestContext& ctx) checkSupport() argument
728 draw_elements_base_vertex(NegativeTestContext& ctx) draw_elements_base_vertex() argument
764 draw_elements_base_vertex_primitive_mode_mismatch(NegativeTestContext& ctx) draw_elements_base_vertex_primitive_mode_mismatch() argument
783 draw_arrays_instanced(NegativeTestContext& ctx) draw_arrays_instanced() argument
823 draw_arrays_instanced_invalid_program(NegativeTestContext& ctx) draw_arrays_instanced_invalid_program() argument
856 draw_arrays_instanced_incomplete_primitive(NegativeTestContext& ctx) draw_arrays_instanced_incomplete_primitive() argument
894 draw_elements_instanced(NegativeTestContext& ctx) draw_elements_instanced() argument
976 draw_elements_instanced_invalid_program(NegativeTestContext& ctx) draw_elements_instanced_invalid_program() argument
1017 draw_elements_instanced_incomplete_primitive(NegativeTestContext& ctx) draw_elements_instanced_incomplete_primitive() argument
1099 draw_elements_instanced_base_vertex(NegativeTestContext& ctx) draw_elements_instanced_base_vertex() argument
1148 draw_elements_instanced_base_vertex_primitive_mode_mismatch(NegativeTestContext& ctx) draw_elements_instanced_base_vertex_primitive_mode_mismatch() argument
1166 draw_range_elements(NegativeTestContext& ctx) draw_range_elements() argument
1250 draw_range_elements_invalid_program(NegativeTestContext& ctx) draw_range_elements_invalid_program() argument
1291 draw_range_elements_incomplete_primitive(NegativeTestContext& ctx) draw_range_elements_incomplete_primitive() argument
1375 draw_range_elements_base_vertex(NegativeTestContext& ctx) draw_range_elements_base_vertex() argument
1425 draw_range_elements_base_vertex_primitive_mode_mismatch(NegativeTestContext& ctx) draw_range_elements_base_vertex_primitive_mode_mismatch() argument
[all...]
H A Des31fNegativeStateApiTests.cpp76 VAOHelper(NegativeTestContext& ctx) in VAOHelper() argument
78 , m_ctx(ctx) in VAOHelper()
81 if (glu::isContextTypeES(ctx.getRenderContext().getType())) in VAOHelper()
100 static std::string getVtxFragVersionSources (const std::string source, NegativeTestContext& ctx) in getVtxFragVersionSources() argument
102 const bool supportsES32 = glu::contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)); in getVtxFragVersionSources()
112 void enable (NegativeTestContext& ctx) in enable() argument
114 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values."); in enable()
115 ctx.glEnable(-1); in enable()
116 ctx.expectError(GL_INVALID_ENUM); in enable()
117 ctx in enable()
120 checkSupport(NegativeTestContext& ctx) checkSupport() argument
127 enablei(NegativeTestContext& ctx) enablei() argument
142 disable(NegativeTestContext& ctx) disable() argument
150 disablei(NegativeTestContext& ctx) disablei() argument
166 get_booleanv(NegativeTestContext& ctx) get_booleanv() argument
175 get_booleani_v(NegativeTestContext& ctx) get_booleani_v() argument
193 get_floatv(NegativeTestContext& ctx) get_floatv() argument
202 get_integerv(NegativeTestContext& ctx) get_integerv() argument
211 get_integer64v(NegativeTestContext& ctx) get_integer64v() argument
220 get_integeri_v(NegativeTestContext& ctx) get_integeri_v() argument
246 get_integer64i_v(NegativeTestContext& ctx) get_integer64i_v() argument
274 get_string(NegativeTestContext& ctx) get_string() argument
282 get_stringi(NegativeTestContext& ctx) get_stringi() argument
300 get_attached_shaders(NegativeTestContext& ctx) get_attached_shaders() argument
326 get_shaderiv(NegativeTestContext& ctx) get_shaderiv() argument
355 get_shader_info_log(NegativeTestContext& ctx) get_shader_info_log() argument
381 get_shader_precision_format(NegativeTestContext& ctx) get_shader_precision_format() argument
403 get_shader_source(NegativeTestContext& ctx) get_shader_source() argument
431 get_programiv(NegativeTestContext& ctx) get_programiv() argument
456 get_program_info_log(NegativeTestContext& ctx) get_program_info_log() argument
484 get_tex_parameterfv(NegativeTestContext& ctx) get_tex_parameterfv() argument
498 get_tex_parameteriv(NegativeTestContext& ctx) get_tex_parameteriv() argument
512 get_tex_parameteriiv(NegativeTestContext& ctx) get_tex_parameteriiv() argument
528 get_tex_parameteriuiv(NegativeTestContext& ctx) get_tex_parameteriuiv() argument
544 get_uniformfv(NegativeTestContext& ctx) get_uniformfv() argument
585 get_nuniformfv(NegativeTestContext& ctx) get_nuniformfv() argument
635 get_uniformiv(NegativeTestContext& ctx) get_uniformiv() argument
675 get_nuniformiv(NegativeTestContext& ctx) get_nuniformiv() argument
725 get_uniformuiv(NegativeTestContext& ctx) get_uniformuiv() argument
765 get_nuniformuiv(NegativeTestContext& ctx) get_nuniformuiv() argument
815 get_active_uniform(NegativeTestContext& ctx) get_active_uniform() argument
849 get_active_uniformsiv(NegativeTestContext& ctx) get_active_uniformsiv() argument
895 get_active_uniform_blockiv(NegativeTestContext& ctx) get_active_uniform_blockiv() argument
931 get_active_uniform_block_name(NegativeTestContext& ctx) get_active_uniform_block_name() argument
965 get_active_attrib(NegativeTestContext& ctx) get_active_attrib() argument
1006 get_uniform_indices(NegativeTestContext& ctx) get_uniform_indices() argument
1033 get_vertex_attribfv(NegativeTestContext& ctx) get_vertex_attribfv() argument
1051 get_vertex_attribiv(NegativeTestContext& ctx) get_vertex_attribiv() argument
1069 get_vertex_attribi_iv(NegativeTestContext& ctx) get_vertex_attribi_iv() argument
1087 get_vertex_attribi_uiv(NegativeTestContext& ctx) get_vertex_attribi_uiv() argument
1106 get_vertex_attrib_pointerv(NegativeTestContext& ctx) get_vertex_attrib_pointerv() argument
1123 get_frag_data_location(NegativeTestContext& ctx) get_frag_data_location() argument
1144 get_buffer_parameteriv(NegativeTestContext& ctx) get_buffer_parameteriv() argument
1169 get_buffer_parameteri64v(NegativeTestContext& ctx) get_buffer_parameteri64v() argument
1194 get_buffer_pointerv(NegativeTestContext& ctx) get_buffer_pointerv() argument
1217 get_framebuffer_attachment_parameteriv(NegativeTestContext& ctx) get_framebuffer_attachment_parameteriv() argument
1274 get_renderbuffer_parameteriv(NegativeTestContext& ctx) get_renderbuffer_parameteriv() argument
1302 get_internalformativ(NegativeTestContext& ctx) get_internalformativ() argument
1351 get_queryiv(NegativeTestContext& ctx) get_queryiv() argument
1365 get_query_objectuiv(NegativeTestContext& ctx) get_query_objectuiv() argument
1401 get_synciv(NegativeTestContext& ctx) get_synciv() argument
1435 is_enabled(NegativeTestContext& ctx) is_enabled() argument
1445 is_enabledi(NegativeTestContext& ctx) is_enabledi() argument
1464 hint(NegativeTestContext& ctx) hint() argument
[all...]
H A Des31fNegativeTextureApiTests.cpp78 static bool supportsES32orGL45(NegativeTestContext& ctx) in supportsES32orGL45() argument
80 return contextSupports(ctx.getRenderContext().getType(), glu::ApiType::es(3, 2)) || in supportsES32orGL45()
81 contextSupports(ctx.getRenderContext().getType(), glu::ApiType::core(4, 5)); in supportsES32orGL45()
97 void activetexture (NegativeTestContext& ctx) in activetexture() argument
99 ctx.beginSection("GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1)."); in activetexture()
100 ctx.glActiveTexture(-1); in activetexture()
101 ctx.expectError(GL_INVALID_ENUM); in activetexture()
102 int numMaxTextureUnits = ctx.getInteger(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS); in activetexture()
103 ctx.glActiveTexture(GL_TEXTURE0 + numMaxTextureUnits); in activetexture()
104 ctx in activetexture()
110 bindtexture(NegativeTestContext& ctx) bindtexture() argument
187 compressedteximage2d_invalid_target(NegativeTestContext& ctx) compressedteximage2d_invalid_target() argument
197 compressedteximage2d_invalid_format(NegativeTestContext& ctx) compressedteximage2d_invalid_format() argument
221 compressedteximage2d_neg_level(NegativeTestContext& ctx) compressedteximage2d_neg_level() argument
241 compressedteximage2d_max_level(NegativeTestContext& ctx) compressedteximage2d_max_level() argument
266 compressedteximage2d_neg_width_height(NegativeTestContext& ctx) compressedteximage2d_neg_width_height() argument
336 compressedteximage2d_max_width_height(NegativeTestContext& ctx) compressedteximage2d_max_width_height() argument
408 compressedteximage2d_invalid_border(NegativeTestContext& ctx) compressedteximage2d_invalid_border() argument
467 compressedteximage2d_invalid_size(NegativeTestContext& ctx) compressedteximage2d_invalid_size() argument
555 compressedteximage2d_neg_size(NegativeTestContext& ctx) compressedteximage2d_neg_size() argument
563 compressedteximage2d_invalid_width_height(NegativeTestContext& ctx) compressedteximage2d_invalid_width_height() argument
600 compressedteximage2d_invalid_buffer_target(NegativeTestContext& ctx) compressedteximage2d_invalid_buffer_target() argument
627 copyteximage2d_invalid_target(NegativeTestContext& ctx) copyteximage2d_invalid_target() argument
635 copyteximage2d_invalid_format(NegativeTestContext& ctx) copyteximage2d_invalid_format() argument
655 copyteximage2d_inequal_width_height_cube(NegativeTestContext& ctx) copyteximage2d_inequal_width_height_cube() argument
673 copyteximage2d_neg_level(NegativeTestContext& ctx) copyteximage2d_neg_level() argument
693 copyteximage2d_max_level(NegativeTestContext& ctx) copyteximage2d_max_level() argument
718 copyteximage2d_neg_width_height(NegativeTestContext& ctx) copyteximage2d_neg_width_height() argument
788 copyteximage2d_max_width_height(NegativeTestContext& ctx) copyteximage2d_max_width_height() argument
861 copyteximage2d_invalid_border(NegativeTestContext& ctx) copyteximage2d_invalid_border() argument
917 copyteximage2d_incomplete_framebuffer(NegativeTestContext& ctx) copyteximage2d_incomplete_framebuffer() argument
945 copytexsubimage2d_invalid_target(NegativeTestContext& ctx) copytexsubimage2d_invalid_target() argument
959 copytexsubimage2d_read_buffer_is_none(NegativeTestContext& ctx) copytexsubimage2d_read_buffer_is_none() argument
975 copytexsubimage2d_texture_internalformat(NegativeTestContext& ctx) copytexsubimage2d_texture_internalformat() argument
993 copytexsubimage2d_neg_level(NegativeTestContext& ctx) copytexsubimage2d_neg_level() argument
1015 copytexsubimage2d_max_level(NegativeTestContext& ctx) copytexsubimage2d_max_level() argument
1042 copytexsubimage2d_neg_offset(NegativeTestContext& ctx) copytexsubimage2d_neg_offset() argument
1061 copytexsubimage2d_invalid_offset(NegativeTestContext& ctx) copytexsubimage2d_invalid_offset() argument
1080 copytexsubimage2d_neg_width_height(NegativeTestContext& ctx) copytexsubimage2d_neg_width_height() argument
1099 copytexsubimage2d_incomplete_framebuffer(NegativeTestContext& ctx) copytexsubimage2d_incomplete_framebuffer() argument
1147 deletetextures(NegativeTestContext& ctx) deletetextures() argument
1166 generatemipmap(NegativeTestContext& ctx) generatemipmap() argument
1226 gentextures(NegativeTestContext& ctx) gentextures() argument
1236 pixelstorei(NegativeTestContext& ctx) pixelstorei() argument
1273 teximage2d(NegativeTestContext& ctx) teximage2d() argument
1302 teximage2d_inequal_width_height_cube(NegativeTestContext& ctx) teximage2d_inequal_width_height_cube() argument
1320 teximage2d_neg_level(NegativeTestContext& ctx) teximage2d_neg_level() argument
1343 teximage2d_max_level(NegativeTestContext& ctx) teximage2d_max_level() argument
1368 teximage2d_neg_width_height(NegativeTestContext& ctx) teximage2d_neg_width_height() argument
1438 teximage2d_max_width_height(NegativeTestContext& ctx) teximage2d_max_width_height() argument
1511 teximage2d_invalid_border(NegativeTestContext& ctx) teximage2d_invalid_border() argument
1533 teximage2d_invalid_buffer_target(NegativeTestContext& ctx) teximage2d_invalid_buffer_target() argument
1572 texsubimage2d(NegativeTestContext& ctx) texsubimage2d() argument
1616 texsubimage2d_neg_level(NegativeTestContext& ctx) texsubimage2d_neg_level() argument
1642 texsubimage2d_max_level(NegativeTestContext& ctx) texsubimage2d_max_level() argument
1670 texsubimage2d_neg_offset(NegativeTestContext& ctx) texsubimage2d_neg_offset() argument
1690 texsubimage2d_invalid_offset(NegativeTestContext& ctx) texsubimage2d_invalid_offset() argument
1710 texsubimage2d_neg_width_height(NegativeTestContext& ctx) texsubimage2d_neg_width_height() argument
1730 texsubimage2d_invalid_buffer_target(NegativeTestContext& ctx) texsubimage2d_invalid_buffer_target() argument
1774 texparameteri(NegativeTestContext& ctx) texparameteri() argument
1896 texparameterf(NegativeTestContext& ctx) texparameterf() argument
2017 texparameteriv(NegativeTestContext& ctx) texparameteriv() argument
2134 texparameterfv(NegativeTestContext& ctx) texparameterfv() argument
2251 texparameterIiv(NegativeTestContext& ctx) texparameterIiv() argument
2361 texparameterIuiv(NegativeTestContext& ctx) texparameterIuiv() argument
2463 compressedtexsubimage2d(NegativeTestContext& ctx) compressedtexsubimage2d() argument
2503 compressedtexsubimage2d_neg_level(NegativeTestContext& ctx) compressedtexsubimage2d_neg_level() argument
2529 compressedtexsubimage2d_max_level(NegativeTestContext& ctx) compressedtexsubimage2d_max_level() argument
2557 compressedtexsubimage2d_neg_offset(NegativeTestContext& ctx) compressedtexsubimage2d_neg_offset() argument
2581 compressedtexsubimage2d_invalid_offset(NegativeTestContext& ctx) compressedtexsubimage2d_invalid_offset() argument
2602 compressedtexsubimage2d_neg_width_height(NegativeTestContext& ctx) compressedtexsubimage2d_neg_width_height() argument
2622 compressedtexsubimage2d_invalid_size(NegativeTestContext& ctx) compressedtexsubimage2d_invalid_size() argument
2641 compressedtexsubimage2d_invalid_buffer_target(NegativeTestContext& ctx) compressedtexsubimage2d_invalid_buffer_target() argument
2675 teximage3d(NegativeTestContext& ctx) teximage3d() argument
2737 teximage3d_neg_level(NegativeTestContext& ctx) teximage3d_neg_level() argument
2755 teximage3d_max_level(NegativeTestContext& ctx) teximage3d_max_level() argument
2770 teximage3d_neg_width_height_depth(NegativeTestContext& ctx) teximage3d_neg_width_height_depth() argument
2805 teximage3d_max_width_height_depth(NegativeTestContext& ctx) teximage3d_max_width_height_depth() argument
2834 teximage3d_invalid_border(NegativeTestContext& ctx) teximage3d_invalid_border() argument
2857 teximage3d_invalid_buffer_target(NegativeTestContext& ctx) teximage3d_invalid_buffer_target() argument
2898 texsubimage3d(NegativeTestContext& ctx) texsubimage3d() argument
2942 texsubimage3d_neg_level(NegativeTestContext& ctx) texsubimage3d_neg_level() argument
2973 texsubimage3d_max_level(NegativeTestContext& ctx) texsubimage3d_max_level() argument
2999 texsubimage3d_neg_offset(NegativeTestContext& ctx) texsubimage3d_neg_offset() argument
3048 texsubimage3d_invalid_offset(NegativeTestContext& ctx) texsubimage3d_invalid_offset() argument
3074 texsubimage3d_neg_width_height(NegativeTestContext& ctx) texsubimage3d_neg_width_height() argument
3101 texsubimage3d_invalid_buffer_target(NegativeTestContext& ctx) texsubimage3d_invalid_buffer_target() argument
3147 copytexsubimage3d(NegativeTestContext& ctx) copytexsubimage3d() argument
3162 copytexsubimage3d_neg_level(NegativeTestContext& ctx) copytexsubimage3d_neg_level() argument
3192 copytexsubimage3d_max_level(NegativeTestContext& ctx) copytexsubimage3d_max_level() argument
3230 copytexsubimage3d_neg_offset(NegativeTestContext& ctx) copytexsubimage3d_neg_offset() argument
3251 copytexsubimage3d_invalid_offset(NegativeTestContext& ctx) copytexsubimage3d_invalid_offset() argument
3276 copytexsubimage3d_neg_width_height(NegativeTestContext& ctx) copytexsubimage3d_neg_width_height() argument
3296 copytexsubimage3d_incomplete_framebuffer(NegativeTestContext& ctx) copytexsubimage3d_incomplete_framebuffer() argument
3324 compressedteximage3d(NegativeTestContext& ctx) compressedteximage3d() argument
3341 compressedteximage3d_neg_level(NegativeTestContext& ctx) compressedteximage3d_neg_level() argument
3349 compressedteximage3d_max_level(NegativeTestContext& ctx) compressedteximage3d_max_level() argument
3358 compressedteximage3d_neg_width_height_depth(NegativeTestContext& ctx) compressedteximage3d_neg_width_height_depth() argument
3372 compressedteximage3d_max_width_height_depth(NegativeTestContext& ctx) compressedteximage3d_max_width_height_depth() argument
3392 compressedteximage3d_invalid_border(NegativeTestContext& ctx) compressedteximage3d_invalid_border() argument
3404 compressedteximage3d_invalid_size(NegativeTestContext& ctx) compressedteximage3d_invalid_size() argument
3418 compressedteximage3d_invalid_width_height(NegativeTestContext& ctx) compressedteximage3d_invalid_width_height() argument
3435 compressedteximage3d_invalid_buffer_target(NegativeTestContext& ctx) compressedteximage3d_invalid_buffer_target() argument
3462 compressedtexsubimage3d(NegativeTestContext& ctx) compressedtexsubimage3d() argument
3507 compressedtexsubimage3d_neg_level(NegativeTestContext& ctx) compressedtexsubimage3d_neg_level() argument
3523 compressedtexsubimage3d_max_level(NegativeTestContext& ctx) compressedtexsubimage3d_max_level() argument
3540 compressedtexsubimage3d_neg_offset(NegativeTestContext& ctx) compressedtexsubimage3d_neg_offset() argument
3562 compressedtexsubimage3d_invalid_offset(NegativeTestContext& ctx) compressedtexsubimage3d_invalid_offset() argument
3585 compressedtexsubimage3d_neg_width_height_depth(NegativeTestContext& ctx) compressedtexsubimage3d_neg_width_height_depth() argument
3607 compressedtexsubimage3d_invalid_size(NegativeTestContext& ctx) compressedtexsubimage3d_invalid_size() argument
3626 compressedtexsubimage3d_invalid_buffer_target(NegativeTestContext& ctx) compressedtexsubimage3d_invalid_buffer_target() argument
3661 texstorage2d(NegativeTestContext& ctx) texstorage2d() argument
3709 texstorage2d_invalid_binding(NegativeTestContext& ctx) texstorage2d_invalid_binding() argument
3758 texstorage2d_invalid_levels(NegativeTestContext& ctx) texstorage2d_invalid_levels() argument
3803 texstorage3d(NegativeTestContext& ctx) texstorage3d() argument
3855 texstorage3d_invalid_binding(NegativeTestContext& ctx) texstorage3d_invalid_binding() argument
3903 texstorage3d_invalid_levels(NegativeTestContext& ctx) texstorage3d_invalid_levels() argument
3949 srgb_decode_texparameteri(NegativeTestContext& ctx) srgb_decode_texparameteri() argument
3968 srgb_decode_texparameterf(NegativeTestContext& ctx) srgb_decode_texparameterf() argument
3987 srgb_decode_texparameteriv(NegativeTestContext& ctx) srgb_decode_texparameteriv() argument
4007 srgb_decode_texparameterfv(NegativeTestContext& ctx) srgb_decode_texparameterfv() argument
4027 srgb_decode_texparameterIiv(NegativeTestContext& ctx) srgb_decode_texparameterIiv() argument
4051 srgb_decode_texparameterIuiv(NegativeTestContext& ctx) srgb_decode_texparameterIuiv() argument
[all...]
/third_party/libwebsockets/lib/misc/
H A Dlejp.c59 * \param ctx: pointer to your struct lejp_ctx
69 lejp_construct(struct lejp_ctx *ctx, in lejp_construct() argument
70 signed char (*callback)(struct lejp_ctx *ctx, char reason), void *user, in lejp_construct()
73 ctx->st[0].s = 0; in lejp_construct()
74 ctx->st[0].p = 0; in lejp_construct()
75 ctx->st[0].i = 0; in lejp_construct()
76 ctx->st[0].b = 0; in lejp_construct()
77 ctx->sp = 0; in lejp_construct()
78 ctx->ipos = 0; in lejp_construct()
79 ctx in lejp_construct()
107 lejp_destruct(struct lejp_ctx *ctx) lejp_destruct() argument
137 lejp_change_callback(struct lejp_ctx *ctx, signed char (*callback)(struct lejp_ctx *ctx, char reason)) lejp_change_callback() argument
147 lejp_check_path_match(struct lejp_ctx *ctx) lejp_check_path_match() argument
198 lejp_get_wildcard(struct lejp_ctx *ctx, int wildcard, char *dest, int len) lejp_get_wildcard() argument
238 lejp_parse(struct lejp_ctx *ctx, const unsigned char *json, int len) lejp_parse() argument
830 lejp_parser_push(struct lejp_ctx *ctx, void *user, const char * const *paths, unsigned char paths_count, lejp_callback lejp_cb) lejp_parser_push() argument
860 lejp_parser_pop(struct lejp_ctx *ctx) lejp_parser_pop() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H A Dsdp.c206 SdpInitializeInfo *ctx = context; in SdpInitializeTask() local
208 if (ctx == NULL) { in SdpInitializeTask()
218 if (ctx->event != NULL) { in SdpInitializeTask()
219 EventSet(ctx->event); in SdpInitializeTask()
228 SdpInitializeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpInitializeInfo)); in SdpStartup() local
229 if (ctx == NULL) { in SdpStartup()
233 (void)memset_s(ctx, sizeof(SdpInitializeInfo), 0x00, sizeof(SdpInitializeInfo)); in SdpStartup()
237 MEM_MALLOC.free(ctx); in SdpStartup()
241 ctx->traceLevel = traceLevel; in SdpStartup()
242 ctx in SdpStartup()
258 Event *ctx = context; SdpFinalizeTask() local
278 Event *ctx = EventCreate(true); SdpShutdown() local
294 SdpServiceRecordHandle *ctx = context; SdpCreateServiceRecordTask() local
312 SdpServiceRecordHandle *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecordHandle)); SDP_CreateServiceRecord() local
338 SdpServiceRecord *ctx = context; SdpDestroyServiceRecordTask() local
355 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); SDP_DestroyServiceRecord() local
380 SdpServiceRecord *ctx = context; SdpRegisterServiceRecordTask() local
397 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); SDP_RegisterServiceRecord() local
420 SdpServiceRecord *ctx = context; SdpDeregisterServiceRecordTask() local
437 SdpServiceRecord *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecord)); SDP_DeregisterServiceRecord() local
462 SdpServiceClassID *ctx = context; SdpAddServiceClassIdListTask() local
479 SdpServiceClassID *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceClassID)); SDP_AddServiceClassIdList() local
504 SdpServiceRecordState *ctx = context; SdpAddServiceRecordStateTask() local
521 SdpServiceRecordState *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceRecordState)); SDP_AddServiceRecordState() local
545 SdpServiceId *ctx = context; SdpAddServiceIdTask() local
562 SdpServiceId *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceId)); SDP_AddServiceId() local
586 SdpProtocolDescriptorList *ctx = context; SdpAddProtocolDescriptorListTask() local
603 SdpProtocolDescriptorList *ctx = MEM_MALLOC.alloc(sizeof(SdpProtocolDescriptorList)); SDP_AddProtocolDescriptorList() local
628 SdpAdditionalProtocolDescriptorList *ctx = context; SdpAddAdditionalProtocolDescriptorListTask() local
646 SdpAdditionalProtocolDescriptorList *ctx = MEM_MALLOC.alloc(sizeof(SdpAdditionalProtocolDescriptorList)); SDP_AddAdditionalProtocolDescriptorList() local
671 SdpBrowseGroupList *ctx = context; SdpAddBrowseGroupListTask() local
688 SdpBrowseGroupList *ctx = MEM_MALLOC.alloc(sizeof(SdpBrowseGroupList)); SDP_AddBrowseGroupList() local
713 SdpLanguageBaseAttributeIdList *ctx = context; SdpAddLanguageBaseAttributeIdListTask() local
731 SdpLanguageBaseAttributeIdList *ctx = MEM_MALLOC.alloc(sizeof(SdpLanguageBaseAttributeIdList)); SDP_AddLanguageBaseAttributeIdList() local
756 SdpServiceInfoTimeToLive *ctx = context; SdpAddServiceInfoTimeToLiveTask() local
773 SdpServiceInfoTimeToLive *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceInfoTimeToLive)); SDP_AddServiceInfoTimeToLive() local
797 SdpServiceAvailability *ctx = context; SdpAddServiceAvailabilityTask() local
814 SdpServiceAvailability *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceAvailability)); SDP_AddServiceAvailability() local
838 SdpBluetoothProfileDescriptorList *ctx = context; SdpAddBluetoothProfileDescriptorListTask() local
857 SdpBluetoothProfileDescriptorList *ctx = MEM_MALLOC.alloc(sizeof(SdpBluetoothProfileDescriptorList)); SDP_AddBluetoothProfileDescriptorList() local
882 SdpUrl *ctx = context; SdpAddDocumentationUrlTask() local
899 SdpUrl *ctx = MEM_MALLOC.alloc(sizeof(SdpUrl)); SDP_AddDocumentationUrl() local
924 SdpUrl *ctx = context; SdpAddClientExecutableUrlTask() local
941 SdpUrl *ctx = MEM_MALLOC.alloc(sizeof(SdpUrl)); SDP_AddClientExecutableUrl() local
966 SdpUrl *ctx = context; SdpAddIconUrlTask() local
983 SdpUrl *ctx = MEM_MALLOC.alloc(sizeof(SdpUrl)); SDP_AddIconUrl() local
1008 SdpName *ctx = context; SdpAddServiceNameTask() local
1025 SdpName *ctx = MEM_MALLOC.alloc(sizeof(SdpName)); SDP_AddServiceName() local
1051 SdpName *ctx = context; SdpAddServiceDescriptionTask() local
1069 SdpName *ctx = MEM_MALLOC.alloc(sizeof(SdpName)); SDP_AddServiceDescription() local
1095 SdpName *ctx = context; SdpAddProviderNameTask() local
1112 SdpName *ctx = MEM_MALLOC.alloc(sizeof(SdpName)); SDP_AddProviderName() local
1138 SdpAttributeInfo *ctx = context; SdpAddAttributeTask() local
1157 SdpAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpAttributeInfo)); SDP_AddAttribute() local
1184 SdpSequenceAttributeInfo *ctx = context; SdpAddSequenceAttributeTask() local
1203 SdpSequenceAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpSequenceAttributeInfo)); SDP_AddSequenceAttribute() local
1229 SdpServiceSearchInfo *ctx = context; SdpServiceSearchTask() local
1247 SdpServiceSearchInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceSearchInfo)); SDP_ServiceSearch() local
1273 SdpServiceAttributeInfo *ctx = context; SdpServiceAttributeTask() local
1292 SdpServiceAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceAttributeInfo)); SDP_ServiceAttribute() local
1319 SdpServiceSearchAttributeInfo *ctx = context; SdpServiceSearchAttributeTask() local
1339 SdpServiceSearchAttributeInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceSearchAttributeInfo)); SDP_ServiceSearchAttribute() local
1366 SdpServiceBrowseInfo *ctx = context; SdpServiceBrowseTask() local
1384 SdpServiceBrowseInfo *ctx = MEM_MALLOC.alloc(sizeof(SdpServiceBrowseInfo)); SDP_ServiceBrowse() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Denable.c52 _mesa_update_derived_primitive_restart_state(struct gl_context *ctx) in _mesa_update_derived_primitive_restart_state() argument
54 if (ctx->Array.PrimitiveRestart || in _mesa_update_derived_primitive_restart_state()
55 ctx->Array.PrimitiveRestartFixedIndex) { in _mesa_update_derived_primitive_restart_state()
57 _mesa_primitive_restart_index(ctx, 1), in _mesa_update_derived_primitive_restart_state()
58 _mesa_primitive_restart_index(ctx, 2), in _mesa_update_derived_primitive_restart_state()
59 _mesa_primitive_restart_index(ctx, 4), in _mesa_update_derived_primitive_restart_state()
62 ctx->Array._RestartIndex[0] = restart_index[0]; in _mesa_update_derived_primitive_restart_state()
63 ctx->Array._RestartIndex[1] = restart_index[1]; in _mesa_update_derived_primitive_restart_state()
64 ctx->Array._RestartIndex[2] = restart_index[2]; in _mesa_update_derived_primitive_restart_state()
71 ctx in _mesa_update_derived_primitive_restart_state()
86 vao_state(struct gl_context *ctx, struct gl_vertex_array_object* vao, gl_vert_attrib attr, GLboolean state) vao_state() argument
100 client_state(struct gl_context *ctx, struct gl_vertex_array_object* vao, GLenum cap, GLboolean state) client_state() argument
166 client_state_i(struct gl_context *ctx, struct gl_vertex_array_object* vao, GLenum cap, GLuint index, GLboolean state) client_state_i() argument
304 get_texcoord_unit(struct gl_context *ctx) get_texcoord_unit() argument
322 enable_texture(struct gl_context *ctx, GLboolean state, GLbitfield texBit) enable_texture() argument
346 _mesa_set_multisample(struct gl_context *ctx, GLboolean state) _mesa_set_multisample() argument
369 _mesa_set_framebuffer_srgb(struct gl_context *ctx, GLboolean state) _mesa_set_framebuffer_srgb() argument
394 _mesa_set_enable(struct gl_context *ctx, GLenum cap, GLboolean state) _mesa_set_enable() argument
1359 _mesa_set_enablei(struct gl_context *ctx, GLenum cap, GLuint index, GLboolean state) _mesa_set_enablei() argument
1513 is_texture_enabled(struct gl_context *ctx, GLbitfield bit) is_texture_enabled() argument
[all...]
H A Dstencil.c61 validate_stencil_op(struct gl_context *ctx, GLenum op) in validate_stencil_op() argument
80 validate_stencil_func(struct gl_context *ctx, GLenum func) in validate_stencil_func() argument
112 GET_CURRENT_CONTEXT(ctx); in _mesa_ClearStencil()
115 _mesa_debug(ctx, "glClearStencil(%d)\n", s); in _mesa_ClearStencil()
117 ctx->PopAttribState |= GL_STENCIL_BUFFER_BIT; in _mesa_ClearStencil()
118 ctx->Stencil.Clear = (GLuint) s; in _mesa_ClearStencil()
139 GET_CURRENT_CONTEXT(ctx); in _mesa_StencilFuncSeparateATI()
142 _mesa_debug(ctx, "glStencilFuncSeparateATI()\n"); in _mesa_StencilFuncSeparateATI()
144 if (!validate_stencil_func(ctx, frontfunc)) { in _mesa_StencilFuncSeparateATI()
145 _mesa_error(ctx, GL_INVALID_ENU in _mesa_StencilFuncSeparateATI()
186 stencil_func(struct gl_context *ctx, GLenum func, GLint ref, GLuint mask) stencil_func() argument
300 stencil_op(struct gl_context *ctx, GLenum fail, GLenum zfail, GLenum zpass) stencil_op() argument
393 stencil_op_separate(struct gl_context *ctx, GLenum face, GLenum sfail, GLenum zfail, GLenum zpass) stencil_op_separate() argument
466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, GLint ref, GLuint mask) stencil_func_separate() argument
521 stencil_mask_separate(struct gl_context *ctx, GLenum face, GLuint mask) stencil_mask_separate() argument
570 _mesa_init_stencil(struct gl_context *ctx) _mesa_init_stencil() argument
[all...]
H A Dcontext.h74 _mesa_initialize_context( struct gl_context *ctx,
85 _mesa_initialize_exec_table(struct gl_context *ctx);
88 _mesa_initialize_dispatch_tables(struct gl_context *ctx);
94 _mesa_free_context_data(struct gl_context *ctx, bool destroy_debug_output);
100 _mesa_make_current( struct gl_context *ctx, struct gl_framebuffer *drawBuffer,
104 _mesa_share_state(struct gl_context *ctx, struct gl_context *ctxToShare);
115 _mesa_get_dispatch(struct gl_context *ctx);
118 _mesa_set_context_lost_dispatch(struct gl_context *ctx);
126 _mesa_flush(struct gl_context *ctx);
136 _mesa_inside_begin_end(const struct gl_context *ctx) in _mesa_inside_begin_end() argument
146 _mesa_inside_dlist_begin_end(const struct gl_context *ctx) _mesa_inside_dlist_begin_end() argument
256 _mesa_is_desktop_gl(const struct gl_context *ctx) _mesa_is_desktop_gl() argument
266 _mesa_is_gles(const struct gl_context *ctx) _mesa_is_gles() argument
276 _mesa_is_gles3(const struct gl_context *ctx) _mesa_is_gles3() argument
286 _mesa_is_gles31(const struct gl_context *ctx) _mesa_is_gles31() argument
296 _mesa_is_gles32(const struct gl_context *ctx) _mesa_is_gles32() argument
303 _mesa_is_no_error_enabled(const struct gl_context *ctx) _mesa_is_no_error_enabled() argument
310 _mesa_has_integer_textures(const struct gl_context *ctx) _mesa_has_integer_textures() argument
316 _mesa_has_half_float_textures(const struct gl_context *ctx) _mesa_has_half_float_textures() argument
323 _mesa_has_float_textures(const struct gl_context *ctx) _mesa_has_float_textures() argument
330 _mesa_has_texture_rgb10_a2ui(const struct gl_context *ctx) _mesa_has_texture_rgb10_a2ui() argument
336 _mesa_has_float_depth_buffer(const struct gl_context *ctx) _mesa_has_float_depth_buffer() argument
342 _mesa_has_packed_float(const struct gl_context *ctx) _mesa_has_packed_float() argument
348 _mesa_has_rg_textures(const struct gl_context *ctx) _mesa_has_rg_textures() argument
355 _mesa_has_texture_shared_exponent(const struct gl_context *ctx) _mesa_has_texture_shared_exponent() argument
361 _mesa_has_texture_type_2_10_10_10_REV(const struct gl_context *ctx) _mesa_has_texture_type_2_10_10_10_REV() argument
371 _mesa_has_geometry_shaders(const struct gl_context *ctx) _mesa_has_geometry_shaders() argument
382 _mesa_has_compute_shaders(const struct gl_context *ctx) _mesa_has_compute_shaders() argument
392 _mesa_has_tessellation(const struct gl_context *ctx) _mesa_has_tessellation() argument
402 _mesa_has_texture_cube_map_array(const struct gl_context *ctx) _mesa_has_texture_cube_map_array() argument
409 _mesa_has_texture_view(const struct gl_context *ctx) _mesa_has_texture_view() argument
416 _mesa_hw_select_enabled(const struct gl_context *ctx) _mesa_hw_select_enabled() argument
[all...]
H A Dblend.c49 legal_src_factor(const struct gl_context *ctx, GLenum factor) in legal_src_factor() argument
68 return _mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2; in legal_src_factor()
73 return ctx->API != API_OPENGLES in legal_src_factor()
74 && ctx->Extensions.ARB_blend_func_extended; in legal_src_factor()
86 legal_dst_factor(const struct gl_context *ctx, GLenum factor) in legal_dst_factor() argument
104 return _mesa_is_desktop_gl(ctx) || ctx->API == API_OPENGLES2; in legal_dst_factor()
106 return (ctx->API != API_OPENGLES in legal_dst_factor()
107 && ctx in legal_dst_factor()
127 validate_blend_factors(struct gl_context *ctx, const char *func, GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorA, GLenum dfactorA) validate_blend_factors() argument
173 update_uses_dual_src(struct gl_context *ctx, int buf) update_uses_dual_src() argument
197 num_buffers(const struct gl_context *ctx) num_buffers() argument
206 skip_blend_state_update(const struct gl_context *ctx, GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorA, GLenum dfactorA) skip_blend_state_update() argument
239 blend_func_separate(struct gl_context *ctx, GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorA, GLenum dfactorA) blend_func_separate() argument
444 legal_simple_blend_equation(const struct gl_context *ctx, GLenum mode) legal_simple_blend_equation() argument
504 advanced_blend_mode(const struct gl_context *ctx, GLenum mode) advanced_blend_mode() argument
511 set_advanced_blend_mode(struct gl_context *ctx, enum gl_advanced_blend_mode advanced_mode) set_advanced_blend_mode() argument
577 blend_equationi(struct gl_context *ctx, GLuint buf, GLenum mode, enum gl_advanced_blend_mode advanced_mode) blend_equationi() argument
631 blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA, bool no_error) blend_equation_separate() argument
717 blend_equation_separatei(struct gl_context *ctx, GLuint buf, GLenum modeRGB, GLenum modeA, bool no_error) blend_equation_separatei() argument
885 logic_op(struct gl_context *ctx, GLenum opcode, bool no_error) logic_op() argument
1104 _mesa_get_clamp_fragment_color(const struct gl_context *ctx, const struct gl_framebuffer *drawFb) _mesa_get_clamp_fragment_color() argument
1111 _mesa_get_clamp_vertex_color(const struct gl_context *ctx, const struct gl_framebuffer *drawFb) _mesa_get_clamp_vertex_color() argument
1118 _mesa_get_clamp_read_color(const struct gl_context *ctx, const struct gl_framebuffer *readFb) _mesa_get_clamp_read_color() argument
1128 _mesa_update_clamp_fragment_color(struct gl_context *ctx, const struct gl_framebuffer *drawFb) _mesa_update_clamp_fragment_color() argument
1156 _mesa_update_clamp_vertex_color(struct gl_context *ctx, const struct gl_framebuffer *drawFb) _mesa_update_clamp_vertex_color() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_ctx.c26 X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx) in OSSL_CMP_CTX_get0_trustedStore() argument
28 if (ctx == NULL) { in OSSL_CMP_CTX_get0_trustedStore()
32 return ctx->trusted; in OSSL_CMP_CTX_get0_trustedStore()
40 int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store) in OSSL_CMP_CTX_set0_trustedStore() argument
42 if (ctx == NULL) { in OSSL_CMP_CTX_set0_trustedStore()
46 X509_STORE_free(ctx->trusted); in OSSL_CMP_CTX_set0_trustedStore()
47 ctx->trusted = store; in OSSL_CMP_CTX_set0_trustedStore()
52 STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx) in STACK_OF()
54 if (ctx == NULL) { in STACK_OF()
58 return ctx in STACK_OF()
65 OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs) OSSL_CMP_CTX_set1_untrusted() argument
84 cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) cmp_ctx_set_md() argument
104 OSSL_CMP_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); OSSL_CMP_CTX_new() local
153 OSSL_CMP_CTX_reinit(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_reinit() argument
183 OSSL_CMP_CTX_free(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_free() argument
241 ossl_cmp_ctx_set_status(OSSL_CMP_CTX *ctx, int status) ossl_cmp_ctx_set_status() argument
253 OSSL_CMP_CTX_get_status(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_status() argument
266 OSSL_CMP_CTX_get0_statusString(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get0_statusString() argument
275 ossl_cmp_ctx_set0_statusString(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIFREETEXT *text) ossl_cmp_ctx_set0_statusString() argument
285 ossl_cmp_ctx_set0_validatedSrvCert(OSSL_CMP_CTX *ctx, X509 *cert) ossl_cmp_ctx_set0_validatedSrvCert() argument
295 OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb) OSSL_CMP_CTX_set_certConf_cb() argument
309 OSSL_CMP_CTX_set_certConf_cb_arg(OSSL_CMP_CTX *ctx, void *arg) OSSL_CMP_CTX_set_certConf_cb_arg() argument
324 OSSL_CMP_CTX_get_certConf_cb_arg(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_certConf_cb_arg() argument
337 OSSL_CMP_CTX *ctx = vdata; ossl_cmp_log_trace_cb() local
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
418 OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb) OSSL_CMP_CTX_set_log_cb() argument
437 OSSL_CMP_CTX_print_errors(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_print_errors() argument
448 OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx, const unsigned char *ref, int len) OSSL_CMP_CTX_set1_referenceValue() argument
460 OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec, int len) OSSL_CMP_CTX_set1_secretValue() argument
492 ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain) ossl_cmp_ctx_set1_newChain() argument
517 ossl_cmp_ctx_set1_extraCertsIn(OSSL_CMP_CTX *ctx, STACK_OF(X509) *extraCertsIn) ossl_cmp_ctx_set1_extraCertsIn() argument
533 OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx, STACK_OF(X509) *extraCertsOut) OSSL_CMP_CTX_set1_extraCertsOut() argument
551 OSSL_CMP_CTX_push0_policy(OSSL_CMP_CTX *ctx, POLICYINFO *pinfo) OSSL_CMP_CTX_push0_policy() argument
566 OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) OSSL_CMP_CTX_push0_geninfo_ITAV() argument
575 OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_reset_geninfo_ITAVs() argument
587 OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) OSSL_CMP_CTX_push0_genm_ITAV() argument
614 ossl_cmp_ctx_set1_caPubs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *caPubs) ossl_cmp_ctx_set1_caPubs() argument
706 OSSL_CMP_CTX_reqExtensions_have_SAN(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_reqExtensions_have_SAN() argument
722 OSSL_CMP_CTX_push1_subjectAltName(OSSL_CMP_CTX *ctx, const GENERAL_NAME *name) OSSL_CMP_CTX_push1_subjectAltName() argument
810 OSSL_CMP_CTX_get0_newCert(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get0_newCert() argument
838 OSSL_CMP_CTX_get0_newPkey(const OSSL_CMP_CTX *ctx, int priv) OSSL_CMP_CTX_get0_newPkey() argument
852 ossl_cmp_ctx_get0_newPubkey(const OSSL_CMP_CTX *ctx) ossl_cmp_ctx_get0_newPubkey() argument
868 OSSL_CMP_CTX_set1_transactionID(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *id) OSSL_CMP_CTX_set1_transactionID() argument
879 ossl_cmp_ctx_set1_recipNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) ossl_cmp_ctx_set1_recipNonce() argument
888 OSSL_CMP_CTX_set1_senderNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) OSSL_CMP_CTX_set1_senderNonce() argument
908 OSSL_CMP_CTX_set_http_cb(OSSL_CMP_CTX *ctx, OSSL_HTTP_bio_cb_t cb) OSSL_CMP_CTX_set_http_cb() argument
919 OSSL_CMP_CTX_set_http_cb_arg(OSSL_CMP_CTX *ctx, void *arg) OSSL_CMP_CTX_set_http_cb_arg() argument
933 OSSL_CMP_CTX_get_http_cb_arg(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_http_cb_arg() argument
943 OSSL_CMP_CTX_set_transfer_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_transfer_cb_t cb) OSSL_CMP_CTX_set_transfer_cb() argument
954 OSSL_CMP_CTX_set_transfer_cb_arg(OSSL_CMP_CTX *ctx, void *arg) OSSL_CMP_CTX_set_transfer_cb_arg() argument
968 OSSL_CMP_CTX_get_transfer_cb_arg(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_transfer_cb_arg() argument
978 OSSL_CMP_CTX_set_serverPort(OSSL_CMP_CTX *ctx, int port) OSSL_CMP_CTX_set_serverPort() argument
992 ossl_cmp_ctx_set_failInfoCode(OSSL_CMP_CTX *ctx, int fail_info) ossl_cmp_ctx_set_failInfoCode() argument
1004 OSSL_CMP_CTX_get_failInfoCode(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_failInfoCode() argument
1014 OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val) OSSL_CMP_CTX_set_option() argument
1123 OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt) OSSL_CMP_CTX_get_option() argument
[all...]
/third_party/openssl/crypto/cmp/
H A Dcmp_ctx.c26 X509_STORE *OSSL_CMP_CTX_get0_trustedStore(const OSSL_CMP_CTX *ctx) in OSSL_CMP_CTX_get0_trustedStore() argument
28 if (ctx == NULL) { in OSSL_CMP_CTX_get0_trustedStore()
32 return ctx->trusted; in OSSL_CMP_CTX_get0_trustedStore()
40 int OSSL_CMP_CTX_set0_trustedStore(OSSL_CMP_CTX *ctx, X509_STORE *store) in OSSL_CMP_CTX_set0_trustedStore() argument
42 if (ctx == NULL) { in OSSL_CMP_CTX_set0_trustedStore()
46 X509_STORE_free(ctx->trusted); in OSSL_CMP_CTX_set0_trustedStore()
47 ctx->trusted = store; in OSSL_CMP_CTX_set0_trustedStore()
52 STACK_OF(X509) *OSSL_CMP_CTX_get0_untrusted(const OSSL_CMP_CTX *ctx) in STACK_OF()
54 if (ctx == NULL) { in STACK_OF()
58 return ctx in STACK_OF()
65 OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs) OSSL_CMP_CTX_set1_untrusted() argument
84 cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid) cmp_ctx_set_md() argument
104 OSSL_CMP_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx)); OSSL_CMP_CTX_new() local
153 OSSL_CMP_CTX_reinit(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_reinit() argument
183 OSSL_CMP_CTX_free(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_free() argument
241 ossl_cmp_ctx_set_status(OSSL_CMP_CTX *ctx, int status) ossl_cmp_ctx_set_status() argument
253 OSSL_CMP_CTX_get_status(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_status() argument
266 OSSL_CMP_CTX_get0_statusString(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get0_statusString() argument
275 ossl_cmp_ctx_set0_statusString(OSSL_CMP_CTX *ctx, OSSL_CMP_PKIFREETEXT *text) ossl_cmp_ctx_set0_statusString() argument
285 ossl_cmp_ctx_set0_validatedSrvCert(OSSL_CMP_CTX *ctx, X509 *cert) ossl_cmp_ctx_set0_validatedSrvCert() argument
295 OSSL_CMP_CTX_set_certConf_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_certConf_cb_t cb) OSSL_CMP_CTX_set_certConf_cb() argument
309 OSSL_CMP_CTX_set_certConf_cb_arg(OSSL_CMP_CTX *ctx, void *arg) OSSL_CMP_CTX_set_certConf_cb_arg() argument
324 OSSL_CMP_CTX_get_certConf_cb_arg(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_certConf_cb_arg() argument
337 OSSL_CMP_CTX *ctx = vdata; ossl_cmp_log_trace_cb() local
367 ossl_cmp_print_log(OSSL_CMP_severity level, const OSSL_CMP_CTX *ctx, const char *func, const char *file, int line, const char *level_str, const char *format, ...) ossl_cmp_print_log() argument
418 OSSL_CMP_CTX_set_log_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_log_cb_t cb) OSSL_CMP_CTX_set_log_cb() argument
437 OSSL_CMP_CTX_print_errors(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_print_errors() argument
448 OSSL_CMP_CTX_set1_referenceValue(OSSL_CMP_CTX *ctx, const unsigned char *ref, int len) OSSL_CMP_CTX_set1_referenceValue() argument
460 OSSL_CMP_CTX_set1_secretValue(OSSL_CMP_CTX *ctx, const unsigned char *sec, int len) OSSL_CMP_CTX_set1_secretValue() argument
492 ossl_cmp_ctx_set1_newChain(OSSL_CMP_CTX *ctx, STACK_OF(X509) *newChain) ossl_cmp_ctx_set1_newChain() argument
517 ossl_cmp_ctx_set1_extraCertsIn(OSSL_CMP_CTX *ctx, STACK_OF(X509) *extraCertsIn) ossl_cmp_ctx_set1_extraCertsIn() argument
533 OSSL_CMP_CTX_set1_extraCertsOut(OSSL_CMP_CTX *ctx, STACK_OF(X509) *extraCertsOut) OSSL_CMP_CTX_set1_extraCertsOut() argument
551 OSSL_CMP_CTX_push0_policy(OSSL_CMP_CTX *ctx, POLICYINFO *pinfo) OSSL_CMP_CTX_push0_policy() argument
566 OSSL_CMP_CTX_push0_geninfo_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) OSSL_CMP_CTX_push0_geninfo_ITAV() argument
575 OSSL_CMP_CTX_reset_geninfo_ITAVs(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_reset_geninfo_ITAVs() argument
587 OSSL_CMP_CTX_push0_genm_ITAV(OSSL_CMP_CTX *ctx, OSSL_CMP_ITAV *itav) OSSL_CMP_CTX_push0_genm_ITAV() argument
614 ossl_cmp_ctx_set1_caPubs(OSSL_CMP_CTX *ctx, STACK_OF(X509) *caPubs) ossl_cmp_ctx_set1_caPubs() argument
706 OSSL_CMP_CTX_reqExtensions_have_SAN(OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_reqExtensions_have_SAN() argument
722 OSSL_CMP_CTX_push1_subjectAltName(OSSL_CMP_CTX *ctx, const GENERAL_NAME *name) OSSL_CMP_CTX_push1_subjectAltName() argument
810 OSSL_CMP_CTX_get0_newCert(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get0_newCert() argument
838 OSSL_CMP_CTX_get0_newPkey(const OSSL_CMP_CTX *ctx, int priv) OSSL_CMP_CTX_get0_newPkey() argument
852 ossl_cmp_ctx_get0_newPubkey(const OSSL_CMP_CTX *ctx) ossl_cmp_ctx_get0_newPubkey() argument
868 OSSL_CMP_CTX_set1_transactionID(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *id) OSSL_CMP_CTX_set1_transactionID() argument
879 ossl_cmp_ctx_set1_recipNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) ossl_cmp_ctx_set1_recipNonce() argument
888 OSSL_CMP_CTX_set1_senderNonce(OSSL_CMP_CTX *ctx, const ASN1_OCTET_STRING *nonce) OSSL_CMP_CTX_set1_senderNonce() argument
908 OSSL_CMP_CTX_set_http_cb(OSSL_CMP_CTX *ctx, OSSL_HTTP_bio_cb_t cb) OSSL_CMP_CTX_set_http_cb() argument
919 OSSL_CMP_CTX_set_http_cb_arg(OSSL_CMP_CTX *ctx, void *arg) OSSL_CMP_CTX_set_http_cb_arg() argument
933 OSSL_CMP_CTX_get_http_cb_arg(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_http_cb_arg() argument
943 OSSL_CMP_CTX_set_transfer_cb(OSSL_CMP_CTX *ctx, OSSL_CMP_transfer_cb_t cb) OSSL_CMP_CTX_set_transfer_cb() argument
954 OSSL_CMP_CTX_set_transfer_cb_arg(OSSL_CMP_CTX *ctx, void *arg) OSSL_CMP_CTX_set_transfer_cb_arg() argument
968 OSSL_CMP_CTX_get_transfer_cb_arg(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_transfer_cb_arg() argument
978 OSSL_CMP_CTX_set_serverPort(OSSL_CMP_CTX *ctx, int port) OSSL_CMP_CTX_set_serverPort() argument
992 ossl_cmp_ctx_set_failInfoCode(OSSL_CMP_CTX *ctx, int fail_info) ossl_cmp_ctx_set_failInfoCode() argument
1004 OSSL_CMP_CTX_get_failInfoCode(const OSSL_CMP_CTX *ctx) OSSL_CMP_CTX_get_failInfoCode() argument
1014 OSSL_CMP_CTX_set_option(OSSL_CMP_CTX *ctx, int opt, int val) OSSL_CMP_CTX_set_option() argument
1123 OSSL_CMP_CTX_get_option(const OSSL_CMP_CTX *ctx, int opt) OSSL_CMP_CTX_get_option() argument
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIBeginPath/
H A Dindex.js21 var ctx = canvasRef.getContext("2d"); variable
22 ctx.beginPath();
23 ctx.rect(10,10,50,50);
24 ctx.rect(70,70,30,30);
25 ctx.stroke();
29 var ctx = canvasRef.getContext("2d"); variable
30 ctx.beginPath();
31 ctx.rect(10,10,50,50);
32 ctx.moveTo(70,10);
33 ctx
38 var ctx = canvasRef.getContext("2d"); global() variable
46 var ctx = canvasRef.getContext("2d"); global() variable
54 var ctx = canvasRef.getContext("2d"); global() variable
64 var ctx = canvasRef.getContext("2d"); global() variable
73 var ctx = canvasRef.getContext("2d"); global() variable
82 var ctx = canvasRef.getContext("2d"); global() variable
90 var ctx = canvasRef.getContext("2d"); global() variable
99 var ctx = canvasRef.getContext("2d"); global() variable
107 var ctx = canvasRef.getContext("2d"); global() variable
115 var ctx = canvasRef.getContext("2d"); global() variable
124 var ctx = canvasRef.getContext("2d"); global() variable
133 var ctx = canvasRef.getContext("2d"); global() variable
143 var ctx = canvasRef.getContext("2d"); global() variable
152 var ctx = canvasRef.getContext("2d"); global() variable
161 var ctx = canvasRef.getContext("2d"); global() variable
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/skylake/
H A Dskl-sst-cldma.c17 static void skl_cldma_int_enable(struct sst_dsp *ctx) in skl_cldma_int_enable() argument
19 sst_dsp_shim_update_bits_unlocked(ctx, SKL_ADSP_REG_ADSPIC, in skl_cldma_int_enable()
23 void skl_cldma_int_disable(struct sst_dsp *ctx) in skl_cldma_int_disable() argument
25 sst_dsp_shim_update_bits_unlocked(ctx, in skl_cldma_int_disable()
29 static void skl_cldma_stream_run(struct sst_dsp *ctx, bool enable) in skl_cldma_stream_run() argument
34 sst_dsp_shim_update_bits_unlocked(ctx, in skl_cldma_stream_run()
42 val = sst_dsp_shim_read(ctx, SKL_ADSP_REG_CL_SD_CTL) & in skl_cldma_stream_run()
52 dev_err(ctx->dev, "Failed to set Run bit=%d enable=%d\n", val, enable); in skl_cldma_stream_run()
55 static void skl_cldma_stream_clear(struct sst_dsp *ctx) in skl_cldma_stream_clear() argument
58 skl_cldma_stream_run(ctx, in skl_cldma_stream_clear()
77 skl_cldma_setup_bdle(struct sst_dsp *ctx, struct snd_dma_buffer *dmab_data, __le32 **bdlp, int size, int with_ioc) skl_cldma_setup_bdle() argument
107 skl_cldma_setup_controller(struct sst_dsp *ctx, struct snd_dma_buffer *dmab_bdl, unsigned int max_size, u32 count) skl_cldma_setup_controller() argument
129 skl_cldma_setup_spb(struct sst_dsp *ctx, unsigned int size, bool enable) skl_cldma_setup_spb() argument
141 skl_cldma_cleanup_spb(struct sst_dsp *ctx) skl_cldma_cleanup_spb() argument
151 skl_cldma_cleanup(struct sst_dsp *ctx) skl_cldma_cleanup() argument
160 skl_cldma_wait_interruptible(struct sst_dsp *ctx) skl_cldma_wait_interruptible() argument
183 skl_cldma_stop(struct sst_dsp *ctx) skl_cldma_stop() argument
188 skl_cldma_fill_buffer(struct sst_dsp *ctx, unsigned int size, const void *curr_pos, bool intr_enable, bool trigger) skl_cldma_fill_buffer() argument
245 skl_cldma_copy_to_buf(struct sst_dsp *ctx, const void *bin, u32 total_size, bool wait) skl_cldma_copy_to_buf() argument
307 skl_cldma_process_intr(struct sst_dsp *ctx) skl_cldma_process_intr() argument
323 skl_cldma_prepare(struct sst_dsp *ctx) skl_cldma_prepare() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c39 L2cifRegisterServiceContext *ctx = NULL; in L2cifRegisterService() local
42 ctx = (L2cifRegisterServiceContext *)context; in L2cifRegisterService()
44 result = L2CAP_RegisterService(ctx->lpsm, &(ctx->service), ctx->context); in L2cifRegisterService()
45 if (ctx->cb != NULL) { in L2cifRegisterService()
46 ctx->cb(ctx->lpsm, result); in L2cifRegisterService()
49 L2capFree(ctx); in L2cifRegisterService()
55 L2cifRegisterServiceContext *ctx in L2CIF_RegisterService() local
82 L2cifDeregisterServiceContext *ctx = NULL; L2cifDeregisterService() local
98 L2cifDeregisterServiceContext *ctx = NULL; L2CIF_DeregisterService() local
123 L2cifConnectReqContext *ctx = NULL; L2cifConnectReq() local
141 L2cifConnectReqContext *ctx = NULL; L2CIF_ConnectReq() local
172 L2cifConnectRspContext *ctx = NULL; L2cifConnectRsp() local
189 L2cifConnectRspContext *ctx = NULL; L2CIF_ConnectRsp() local
215 L2cifConfigReqContext *ctx = NULL; L2cifConfigReq() local
231 L2cifConfigReqContext *ctx = NULL; L2CIF_ConfigReq() local
260 L2cifConfigRspContext *ctx = NULL; L2cifConfigRsp() local
277 L2cifConfigRspContext *ctx = NULL; L2CIF_ConfigRsp() local
305 L2cifDisconnectionReqContext *ctx = NULL; L2cifDisconnectionReq() local
321 L2cifDisconnectionReqContext *ctx = NULL; L2CIF_DisconnectionReq() local
344 L2cifDisconnectionRspContext *ctx = NULL; L2cifDisconnectionRsp() local
360 L2cifDisconnectionRspContext *ctx = NULL; L2CIF_DisconnectionRsp() local
384 L2cifLocalBusyContext *ctx = NULL; L2cifLocalBusy() local
400 L2cifLocalBusyContext *ctx = NULL; L2CIF_LocalBusy() local
424 L2cifSendDataContext *ctx = NULL; L2cifSendDataContextDestroy() local
435 L2cifSendDataContext *ctx = NULL; L2cifSendData() local
451 L2cifSendDataContext *ctx = NULL; L2CIF_SendData() local
477 L2cifRegisterEchoContext *ctx = NULL; L2cifRegisterEcho() local
489 L2cifRegisterEchoContext *ctx = NULL; L2CIF_RegisterEcho() local
528 L2cifEchoReqContext *ctx = NULL; L2cifEchoReqContextDestroy() local
541 L2cifEchoReqContext *ctx = NULL; L2cifEchoReq() local
558 L2cifEchoReqContext *ctx = NULL; L2CIF_EchoReq() local
595 L2cifEchoRspContext *ctx = NULL; L2cifEchoRspContextDestroy() local
608 L2cifEchoRspContext *ctx = NULL; L2cifEchoRsp() local
625 L2cifEchoRspContext *ctx = NULL; L2CIF_EchoRsp() local
661 L2cifContext *ctx = NULL; L2cifStartup() local
675 L2cifContext *ctx = NULL; L2CIF_Startup() local
712 L2cifContext *ctx = NULL; L2cifShutdown() local
728 L2cifContext *ctx = NULL; L2CIF_Shutdown() local
[all...]
H A Dl2cap_le_if.c35 L2cifLeRegisterServiceContext *ctx = NULL; in L2cifLeRegisterService() local
38 ctx = (L2cifLeRegisterServiceContext *)context; in L2cifLeRegisterService()
40 result = L2CAP_LeRegisterService(ctx->lpsm, &(ctx->svc), ctx->context); in L2cifLeRegisterService()
41 if (ctx->cb != NULL) { in L2cifLeRegisterService()
42 ctx->cb(ctx->lpsm, result); in L2cifLeRegisterService()
45 L2capFree(ctx); in L2cifLeRegisterService()
52 L2cifLeRegisterServiceContext *ctx in L2CIF_LeRegisterService() local
79 L2cifLeDeregisterServiceContext *ctx = NULL; L2cifLeDeregisterService() local
95 L2cifLeDeregisterServiceContext *ctx = NULL; L2CIF_LeDeregisterService() local
120 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; L2cifLeCreditBasedConnectionReq() local
138 L2cifLeCreditBasedConnectionReqContext *ctx = NULL; L2CIF_LeCreditBasedConnectionReq() local
169 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; L2cifLeCreditBasedConnectionRsp() local
186 L2cifLeCreditBasedConnectionRspContext *ctx = NULL; L2CIF_LeCreditBasedConnectionRsp() local
214 L2cifLeDisconnectionReqContext *ctx = NULL; L2cifLeDisconnectionReq() local
230 L2cifLeDisconnectionReqContext *ctx = NULL; L2CIF_LeDisconnectionReq() local
253 L2cifLeDisconnectionRspContext *ctx = NULL; L2cifLeDisconnectionRsp() local
269 L2cifLeDisconnectionRspContext *ctx = NULL; L2CIF_LeDisconnectionRsp() local
293 L2cifLeSendDataContext *ctx = NULL; L2cifLeSendDataContextDestroy() local
304 L2cifLeSendDataContext *ctx = NULL; L2cifLeSendData() local
320 L2cifLeSendDataContext *ctx = NULL; L2CIF_LeSendData() local
347 L2cifLeRegisterFixChannelContext *ctx = NULL; L2cifLeRegisterFixChannel() local
363 L2cifLeRegisterFixChannelContext *ctx = NULL; L2CIF_LeRegisterFixChannel() local
389 L2cifLeDeregisterFixChannelContext *ctx = NULL; L2cifLeDeregisterFixChannel() local
405 L2cifLeDeregisterFixChannelContext *ctx = NULL; L2CIF_LeDeregisterFixChannel() local
428 L2cifLeConnectContext *ctx = NULL; L2cifLeConnect() local
445 L2cifLeConnectContext *ctx = NULL; L2CIF_LeConnect() local
473 L2cifLeConnectCancelContext *ctx = NULL; L2cifLeConnectCancel() local
485 L2cifLeConnectCancelContext *ctx = NULL; L2CIF_LeConnectCancel() local
508 L2cifLeDisconnectContext *ctx = NULL; L2cifLeDisconnect() local
524 L2cifLeDisconnectContext *ctx = NULL; L2CIF_LeDisconnect() local
548 L2cifLeSendFixChannelDataContext *ctx = NULL; L2cifLeSendFixChannelDataContextDestroy() local
563 L2cifLeSendFixChannelDataContext *ctx = NULL; L2cifLeSendFixChannelData() local
580 L2cifLeSendFixChannelDataContext *ctx = NULL; L2CIF_LeSendFixChannelData() local
607 L2cifLeRegisterConnectionParameterUpdateContext *ctx = NULL; L2cifLeRegisterConnectionParameterUpdate() local
619 L2cifLeRegisterConnectionParameterUpdateContext *ctx = NULL; L2CIF_LeRegisterConnectionParameterUpdate() local
657 L2cifLeConnectionParameterUpdateReqContext *ctx = NULL; L2cifLeConnectionParameterUpdateReq() local
674 L2cifLeConnectionParameterUpdateReqContext *ctx = NULL; L2CIF_LeConnectionParameterUpdateReq() local
701 L2cifLeConnectionParameterUpdateRspContext *ctx = NULL; L2cifLeConnectionParameterUpdateRsp() local
718 L2cifLeConnectionParameterUpdateRspContext *ctx = NULL; L2CIF_LeConnectionParameterUpdateRsp() local
[all...]
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/canvas/indexAPIClosePath/
H A Dindex.js21 var ctx = canvasRef.getContext("2d"); variable
22 ctx.closePath();
23 ctx.rect(10,10,50,50);
24 ctx.rect(70,70,30,30);
25 ctx.stroke();
29 var ctx = canvasRef.getContext("2d"); variable
30 ctx.closePath();
31 ctx.rect(10,10,50,50);
32 ctx.moveTo(70,10);
33 ctx
38 var ctx = canvasRef.getContext("2d"); global() variable
47 var ctx = canvasRef.getContext("2d"); global() variable
56 var ctx = canvasRef.getContext("2d"); global() variable
66 var ctx = canvasRef.getContext("2d"); global() variable
75 var ctx = canvasRef.getContext("2d"); global() variable
83 var ctx = canvasRef.getContext("2d"); global() variable
91 var ctx = canvasRef.getContext("2d"); global() variable
100 var ctx = canvasRef.getContext("2d"); global() variable
108 var ctx = canvasRef.getContext("2d"); global() variable
116 var ctx = canvasRef.getContext("2d"); global() variable
124 var ctx = canvasRef.getContext("2d"); global() variable
133 var ctx = canvasRef.getContext("2d"); global() variable
142 var ctx = canvasRef.getContext("2d"); global() variable
150 var ctx = canvasRef.getContext("2d"); global() variable
158 var ctx = canvasRef.getContext("2d"); global() variable
167 var ctx = canvasRef.getContext("2d"); global() variable
175 var ctx = canvasRef.getContext("2d"); global() variable
183 var ctx = canvasRef.getContext("2d"); global() variable
[all...]
/third_party/optimized-routines/math/test/rtest/
H A Dwrappers.c14 void wrapper_init(wrapperctx *ctx) in wrapper_init() argument
17 ctx->nops = ctx->nresults = 0; in wrapper_init()
19 ctx->mpfr_ops[i] = NULL; in wrapper_init()
20 ctx->mpc_ops[i] = NULL; in wrapper_init()
21 ctx->ieee_ops[i] = NULL; in wrapper_init()
23 ctx->mpfr_result = NULL; in wrapper_init()
24 ctx->mpc_result = NULL; in wrapper_init()
25 ctx->ieee_result = NULL; in wrapper_init()
26 ctx in wrapper_init()
29 wrapper_op_real(wrapperctx *ctx, const mpfr_t r, int size, const uint32 *ieee) wrapper_op_real() argument
39 wrapper_op_complex(wrapperctx *ctx, const mpc_t c, int size, const uint32 *ieee) wrapper_op_complex() argument
49 wrapper_result_real(wrapperctx *ctx, mpfr_t r, int size, uint32 *ieee) wrapper_result_real() argument
59 wrapper_result_complex(wrapperctx *ctx, mpc_t c, int size, uint32 *ieee) wrapper_result_complex() argument
69 wrapper_run(wrapperctx *ctx, wrapperfunc wrappers[MAXWRAPPERS]) wrapper_run() argument
78 wrapper_get_mpfr(wrapperctx *ctx, int op) wrapper_get_mpfr() argument
89 wrapper_get_ieee(wrapperctx *ctx, int op) wrapper_get_ieee() argument
100 wrapper_get_nops(wrapperctx *ctx) wrapper_get_nops() argument
105 wrapper_get_size(wrapperctx *ctx, int op) wrapper_get_size() argument
116 wrapper_is_complex(wrapperctx *ctx, int op) wrapper_is_complex() argument
127 wrapper_get_mpc(wrapperctx *ctx, int op) wrapper_get_mpc() argument
138 wrapper_get_mpfr_r(wrapperctx *ctx, int op) wrapper_get_mpfr_r() argument
149 wrapper_get_mpfr_i(wrapperctx *ctx, int op) wrapper_get_mpfr_i() argument
160 wrapper_get_ieee_r(wrapperctx *ctx, int op) wrapper_get_ieee_r() argument
171 wrapper_get_ieee_i(wrapperctx *ctx, int op) wrapper_get_ieee_i() argument
182 wrapper_set_sign(wrapperctx *ctx, uint32 sign) wrapper_set_sign() argument
188 wrapper_set_sign_r(wrapperctx *ctx, uint32 sign) wrapper_set_sign_r() argument
194 wrapper_set_sign_i(wrapperctx *ctx, uint32 sign) wrapper_set_sign_i() argument
200 wrapper_set_nan(wrapperctx *ctx) wrapper_set_nan() argument
207 wrapper_set_nan_r(wrapperctx *ctx) wrapper_set_nan_r() argument
214 wrapper_set_nan_i(wrapperctx *ctx) wrapper_set_nan_i() argument
221 wrapper_set_int(wrapperctx *ctx, int val) wrapper_set_int() argument
228 wrapper_set_int_r(wrapperctx *ctx, int val) wrapper_set_int_r() argument
235 wrapper_set_int_i(wrapperctx *ctx, int val) wrapper_set_int_i() argument
242 wrapper_set_mpfr(wrapperctx *ctx, const mpfr_t val) wrapper_set_mpfr() argument
249 wrapper_set_mpfr_r(wrapperctx *ctx, const mpfr_t val) wrapper_set_mpfr_r() argument
256 wrapper_set_mpfr_i(wrapperctx *ctx, const mpfr_t val) wrapper_set_mpfr_i() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dbio_b64.c69 BIO_B64_CTX *ctx; in b64_new() local
71 if ((ctx = OPENSSL_zalloc(sizeof(*ctx))) == NULL) { in b64_new()
76 ctx->cont = 1; in b64_new()
77 ctx->start = 1; in b64_new()
78 ctx->base64 = EVP_ENCODE_CTX_new(); in b64_new()
79 if (ctx->base64 == NULL) { in b64_new()
80 OPENSSL_free(ctx); in b64_new()
84 BIO_set_data(bi, ctx); in b64_new()
92 BIO_B64_CTX *ctx; in b64_free() local
111 BIO_B64_CTX *ctx; b64_read() local
331 BIO_B64_CTX *ctx; b64_write() local
448 BIO_B64_CTX *ctx; b64_ctrl() local
[all...]
/third_party/openssl/crypto/evp/
H A Dbio_b64.c69 BIO_B64_CTX *ctx; in b64_new() local
71 if ((ctx = OPENSSL_zalloc(sizeof(*ctx))) == NULL) { in b64_new()
76 ctx->cont = 1; in b64_new()
77 ctx->start = 1; in b64_new()
78 ctx->base64 = EVP_ENCODE_CTX_new(); in b64_new()
79 if (ctx->base64 == NULL) { in b64_new()
80 OPENSSL_free(ctx); in b64_new()
84 BIO_set_data(bi, ctx); in b64_new()
92 BIO_B64_CTX *ctx; in b64_free() local
111 BIO_B64_CTX *ctx; b64_read() local
331 BIO_B64_CTX *ctx; b64_write() local
448 BIO_B64_CTX *ctx; b64_ctrl() local
[all...]
/third_party/libwebsockets/lib/drivers/i2c/bitbang/
H A Dlws-bb-i2c.c32 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_init() local
34 ctx->gpio->mode(ctx->scl, LWSGGPIO_FL_WRITE | LWSGGPIO_FL_READ | LWSGGPIO_FL_PULLUP); in lws_bb_i2c_init()
35 ctx->gpio->mode(ctx->sda, LWSGGPIO_FL_WRITE | LWSGGPIO_FL_READ | LWSGGPIO_FL_PULLUP); in lws_bb_i2c_init()
43 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; in lws_bb_i2c_start() local
45 ctx->gpio->set(ctx->sda, 1); in lws_bb_i2c_start()
46 ctx->gpio->set(ctx in lws_bb_i2c_start()
62 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_stop() local
78 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_write() local
104 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_read() local
125 lws_bb_i2c_t *ctx = (lws_bb_i2c_t *)octx; lws_bb_i2c_set_ack() local
[all...]

Completed in 22 milliseconds

12345678910>>...540