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

1234567891011>>

/external/chromium_org/chrome/browser/resources/bookmark_manager/css/
H A Dbmm.css.js7 var ctx = document.getCSSCanvasContext('2d', 'drop-down-arrow', 9, 4);
8 ctx.fillStyle = '#000';
9 ctx.translate(1.5, .5);
10 ctx.beginPath();
11 ctx.moveTo(0, 0);
12 ctx.lineTo(6, 0);
13 ctx.lineTo(3, 3);
14 ctx.closePath();
15 ctx.fill();
16 ctx
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vp_build.c42 void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx )
44 const struct gl_vertex_program *prev = ctx->VertexProgram._Current;
46 if (!ctx->VertexProgram._Current ||
47 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
48 ctx->VertexProgram._Current
49 = ctx->VertexProgram._TnlProgram
50 = _mesa_get_fixed_func_vertex_program(ctx);
56 if (ctx->VertexProgram._Current != prev && ctx
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_vp_build.c42 void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx )
44 const struct gl_vertex_program *prev = ctx->VertexProgram._Current;
46 if (!ctx->VertexProgram._Current ||
47 ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
48 ctx->VertexProgram._Current
49 = ctx->VertexProgram._TnlProgram
50 = _mesa_get_fixed_func_vertex_program(ctx);
56 if (ctx->VertexProgram._Current != prev && ctx
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Devergreen_hw_context.c33 int si_context_init(struct r600_context *ctx) argument
37 LIST_INITHEAD(&ctx->active_query_list);
39 ctx->cs = ctx->ws->cs_create(ctx->ws);
41 ctx->max_db = 8;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Devergreen_hw_context.c33 int si_context_init(struct r600_context *ctx) argument
37 LIST_INITHEAD(&ctx->active_query_list);
39 ctx->cs = ctx->ws->cs_create(ctx->ws);
41 ctx->max_db = 8;
/external/chromium_org/ui/webui/resources/css/
H A Dtree.css.js9 var ctx = document.getCSSCanvasContext('2d', variable
14 ctx.fillStyle = '#7a7a7a';
15 ctx.translate(MARGIN, MARGIN);
17 ctx.beginPath();
18 ctx.moveTo(0, 0);
19 ctx.lineTo(0, 2);
20 ctx.lineTo(WIDTH / 2, HEIGHT);
21 ctx.lineTo(WIDTH, 2);
22 ctx.lineTo(WIDTH, 0);
23 ctx
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLNativeReference.java26 public OpenSSLNativeReference(long ctx) { argument
27 if (ctx == 0) {
28 throw new NullPointerException("ctx == 0");
31 this.context = ctx;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp46 void bind_buffer (NegativeTestContext& ctx) argument
48 ctx.beginSection("GL_INVALID_ENUM is generated if target is not one of the allowable values.");
49 ctx.glBindBuffer(-1, 0);
50 ctx.expectError(GL_INVALID_ENUM);
51 ctx.endSection();
54 void delete_buffers (NegativeTestContext& ctx) argument
56 ctx.beginSection("GL_INVALID_VALUE is generated if n is negative.");
57 ctx.glDeleteBuffers(-1, 0);
58 ctx.expectError(GL_INVALID_VALUE);
59 ctx
62 gen_buffers(NegativeTestContext& ctx) argument
70 buffer_data(NegativeTestContext& ctx) argument
100 buffer_sub_data(NegativeTestContext& ctx) argument
129 buffer_sub_data_size_offset(NegativeTestContext& ctx) argument
154 clear(NegativeTestContext& ctx) argument
168 read_pixels(NegativeTestContext& ctx) argument
198 read_pixels_format_mismatch(NegativeTestContext& ctx) argument
230 read_pixels_fbo_format_mismatch(NegativeTestContext& ctx) argument
309 bind_buffer_range(NegativeTestContext& ctx) argument
367 bind_buffer_base(NegativeTestContext& ctx) argument
405 clear_bufferiv(NegativeTestContext& ctx) argument
450 clear_bufferuiv(NegativeTestContext& ctx) argument
492 clear_bufferfv(NegativeTestContext& ctx) argument
537 clear_bufferfi(NegativeTestContext& ctx) argument
561 copy_buffer_sub_data(NegativeTestContext& ctx) argument
639 draw_buffers(NegativeTestContext& ctx) argument
695 flush_mapped_buffer_range(NegativeTestContext& ctx) argument
739 map_buffer_range(NegativeTestContext& ctx) argument
813 read_buffer(NegativeTestContext& ctx) argument
884 unmap_buffer(NegativeTestContext& ctx) argument
903 bind_framebuffer(NegativeTestContext& ctx) argument
913 bind_renderbuffer(NegativeTestContext& ctx) argument
923 check_framebuffer_status(NegativeTestContext& ctx) argument
933 gen_framebuffers(NegativeTestContext& ctx) argument
941 gen_renderbuffers(NegativeTestContext& ctx) argument
949 delete_framebuffers(NegativeTestContext& ctx) argument
957 delete_renderbuffers(NegativeTestContext& ctx) argument
965 framebuffer_renderbuffer(NegativeTestContext& ctx) argument
1000 framebuffer_texture2d(NegativeTestContext& ctx) argument
1064 renderbuffer_storage(NegativeTestContext& ctx) argument
1114 blit_framebuffer(NegativeTestContext& ctx) argument
1206 blit_framebuffer_multisample(NegativeTestContext& ctx) argument
1251 framebuffer_texture_layer(NegativeTestContext& ctx) argument
1325 invalidate_framebuffer(NegativeTestContext& ctx) argument
1360 invalidate_sub_framebuffer(NegativeTestContext& ctx) argument
1395 renderbuffer_storage_multisample(NegativeTestContext& ctx) argument
[all...]
H A Des31fNegativeTextureApiTests.cpp89 void activetexture (NegativeTestContext& ctx) argument
91 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).");
92 ctx.glActiveTexture(-1);
93 ctx.expectError(GL_INVALID_ENUM);
94 int numMaxTextureUnits = ctx.getInteger(GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS);
95 ctx.glActiveTexture(GL_TEXTURE0 + numMaxTextureUnits);
96 ctx.expectError(GL_INVALID_ENUM);
97 ctx.endSection();
102 void bindtexture (NegativeTestContext& ctx) argument
105 ctx
139 compressedteximage2d_invalid_target(NegativeTestContext& ctx) argument
149 compressedteximage2d_invalid_format(NegativeTestContext& ctx) argument
173 compressedteximage2d_neg_level(NegativeTestContext& ctx) argument
193 compressedteximage2d_max_level(NegativeTestContext& ctx) argument
218 compressedteximage2d_neg_width_height(NegativeTestContext& ctx) argument
288 compressedteximage2d_max_width_height(NegativeTestContext& ctx) argument
360 compressedteximage2d_invalid_border(NegativeTestContext& ctx) argument
416 compressedteximage2d_invalid_size(NegativeTestContext& ctx) argument
430 compressedteximage2d_invalid_buffer_target(NegativeTestContext& ctx) argument
457 copyteximage2d_invalid_target(NegativeTestContext& ctx) argument
465 copyteximage2d_invalid_format(NegativeTestContext& ctx) argument
485 copyteximage2d_inequal_width_height_cube(NegativeTestContext& ctx) argument
503 copyteximage2d_neg_level(NegativeTestContext& ctx) argument
523 copyteximage2d_max_level(NegativeTestContext& ctx) argument
548 copyteximage2d_neg_width_height(NegativeTestContext& ctx) argument
618 copyteximage2d_max_width_height(NegativeTestContext& ctx) argument
691 copyteximage2d_invalid_border(NegativeTestContext& ctx) argument
747 copyteximage2d_incomplete_framebuffer(NegativeTestContext& ctx) argument
775 copytexsubimage2d_invalid_target(NegativeTestContext& ctx) argument
790 copytexsubimage2d_neg_level(NegativeTestContext& ctx) argument
812 copytexsubimage2d_max_level(NegativeTestContext& ctx) argument
839 copytexsubimage2d_neg_offset(NegativeTestContext& ctx) argument
858 copytexsubimage2d_invalid_offset(NegativeTestContext& ctx) argument
877 copytexsubimage2d_neg_width_height(NegativeTestContext& ctx) argument
896 copytexsubimage2d_incomplete_framebuffer(NegativeTestContext& ctx) argument
944 deletetextures(NegativeTestContext& ctx) argument
963 generatemipmap(NegativeTestContext& ctx) argument
1015 gentextures(NegativeTestContext& ctx) argument
1025 pixelstorei(NegativeTestContext& ctx) argument
1062 teximage2d(NegativeTestContext& ctx) argument
1088 teximage2d_inequal_width_height_cube(NegativeTestContext& ctx) argument
1106 teximage2d_neg_level(NegativeTestContext& ctx) argument
1129 teximage2d_max_level(NegativeTestContext& ctx) argument
1154 teximage2d_neg_width_height(NegativeTestContext& ctx) argument
1224 teximage2d_max_width_height(NegativeTestContext& ctx) argument
1297 teximage2d_invalid_border(NegativeTestContext& ctx) argument
1319 teximage2d_invalid_buffer_target(NegativeTestContext& ctx) argument
1358 texsubimage2d(NegativeTestContext& ctx) argument
1399 texsubimage2d_neg_level(NegativeTestContext& ctx) argument
1425 texsubimage2d_max_level(NegativeTestContext& ctx) argument
1453 texsubimage2d_neg_offset(NegativeTestContext& ctx) argument
1473 texsubimage2d_invalid_offset(NegativeTestContext& ctx) argument
1493 texsubimage2d_neg_width_height(NegativeTestContext& ctx) argument
1513 texsubimage2d_invalid_buffer_target(NegativeTestContext& ctx) argument
1557 texparameteri(NegativeTestContext& ctx) argument
1608 texparameterf(NegativeTestContext& ctx) argument
1659 texparameteriv(NegativeTestContext& ctx) argument
1720 texparameterfv(NegativeTestContext& ctx) argument
1781 compressedtexsubimage2d(NegativeTestContext& ctx) argument
1821 compressedtexsubimage2d_neg_level(NegativeTestContext& ctx) argument
1847 compressedtexsubimage2d_max_level(NegativeTestContext& ctx) argument
1875 compressedtexsubimage2d_neg_offset(NegativeTestContext& ctx) argument
1899 compressedtexsubimage2d_invalid_offset(NegativeTestContext& ctx) argument
1920 compressedtexsubimage2d_neg_width_height(NegativeTestContext& ctx) argument
1940 compressedtexsubimage2d_invalid_size(NegativeTestContext& ctx) argument
1959 compressedtexsubimage2d_invalid_buffer_target(NegativeTestContext& ctx) argument
1993 teximage3d(NegativeTestContext& ctx) argument
2038 teximage3d_neg_level(NegativeTestContext& ctx) argument
2048 teximage3d_max_level(NegativeTestContext& ctx) argument
2063 teximage3d_neg_width_height_depth(NegativeTestContext& ctx) argument
2086 teximage3d_max_width_height_depth(NegativeTestContext& ctx) argument
2114 teximage3d_invalid_border(NegativeTestContext& ctx) argument
2128 teximage3d_invalid_buffer_target(NegativeTestContext& ctx) argument
2169 texsubimage3d(NegativeTestContext& ctx) argument
2210 texsubimage3d_neg_level(NegativeTestContext& ctx) argument
2230 texsubimage3d_max_level(NegativeTestContext& ctx) argument
2256 texsubimage3d_neg_offset(NegativeTestContext& ctx) argument
2288 texsubimage3d_invalid_offset(NegativeTestContext& ctx) argument
2314 texsubimage3d_neg_width_height(NegativeTestContext& ctx) argument
2328 texsubimage3d_invalid_buffer_target(NegativeTestContext& ctx) argument
2374 copytexsubimage3d(NegativeTestContext& ctx) argument
2389 copytexsubimage3d_neg_level(NegativeTestContext& ctx) argument
2409 copytexsubimage3d_max_level(NegativeTestContext& ctx) argument
2435 copytexsubimage3d_neg_offset(NegativeTestContext& ctx) argument
2456 copytexsubimage3d_invalid_offset(NegativeTestContext& ctx) argument
2481 copytexsubimage3d_neg_width_height(NegativeTestContext& ctx) argument
2501 copytexsubimage3d_incomplete_framebuffer(NegativeTestContext& ctx) argument
2529 compressedteximage3d(NegativeTestContext& ctx) argument
2546 compressedteximage3d_neg_level(NegativeTestContext& ctx) argument
2554 compressedteximage3d_max_level(NegativeTestContext& ctx) argument
2563 compressedteximage3d_neg_width_height_depth(NegativeTestContext& ctx) argument
2577 compressedteximage3d_max_width_height_depth(NegativeTestContext& ctx) argument
2593 compressedteximage3d_invalid_border(NegativeTestContext& ctx) argument
2603 compressedteximage3d_invalid_size(NegativeTestContext& ctx) argument
2617 compressedteximage3d_invalid_buffer_target(NegativeTestContext& ctx) argument
2644 compressedtexsubimage3d(NegativeTestContext& ctx) argument
2689 compressedtexsubimage3d_neg_level(NegativeTestContext& ctx) argument
2705 compressedtexsubimage3d_max_level(NegativeTestContext& ctx) argument
2722 compressedtexsubimage3d_neg_offset(NegativeTestContext& ctx) argument
2744 compressedtexsubimage3d_invalid_offset(NegativeTestContext& ctx) argument
2767 compressedtexsubimage3d_neg_width_height_depth(NegativeTestContext& ctx) argument
2789 compressedtexsubimage3d_invalid_size(NegativeTestContext& ctx) argument
2808 compressedtexsubimage3d_invalid_buffer_target(NegativeTestContext& ctx) argument
2842 texstorage2d(NegativeTestContext& ctx) argument
2876 texstorage2d_invalid_binding(NegativeTestContext& ctx) argument
2904 texstorage2d_invalid_levels(NegativeTestContext& ctx) argument
2932 texstorage3d(NegativeTestContext& ctx) argument
2968 texstorage3d_invalid_binding(NegativeTestContext& ctx) argument
2996 texstorage3d_invalid_levels(NegativeTestContext& ctx) argument
[all...]
H A Des31fNegativeFragmentApiTests.cpp46 void scissor (NegativeTestContext& ctx) argument
48 ctx.beginSection("GL_INVALID_VALUE is generated if either width or height is negative.");
49 ctx.glScissor(0, 0, -1, 0);
50 ctx.expectError(GL_INVALID_VALUE);
51 ctx.glScissor(0, 0, 0, -1);
52 ctx.expectError(GL_INVALID_VALUE);
53 ctx.glScissor(0, 0, -1, -1);
54 ctx.expectError(GL_INVALID_VALUE);
55 ctx.endSection();
58 void depth_func (NegativeTestContext& ctx) argument
66 viewport(NegativeTestContext& ctx) argument
79 stencil_func(NegativeTestContext& ctx) argument
87 stencil_func_separate(NegativeTestContext& ctx) argument
100 stencil_op(NegativeTestContext& ctx) argument
112 stencil_op_separate(NegativeTestContext& ctx) argument
129 stencil_mask_separate(NegativeTestContext& ctx) argument
138 blend_equation(NegativeTestContext& ctx) argument
146 blend_equation_separate(NegativeTestContext& ctx) argument
158 blend_func(NegativeTestContext& ctx) argument
168 blend_func_separate(NegativeTestContext& ctx) argument
183 cull_face(NegativeTestContext& ctx) argument
191 front_face(NegativeTestContext& ctx) argument
199 line_width(NegativeTestContext& ctx) argument
210 gen_queries(NegativeTestContext& ctx) argument
219 begin_query(NegativeTestContext& ctx) argument
278 end_query(NegativeTestContext& ctx) argument
303 delete_queries(NegativeTestContext& ctx) argument
317 fence_sync(NegativeTestContext& ctx) argument
330 wait_sync(NegativeTestContext& ctx) argument
352 client_wait_sync(NegativeTestContext& ctx) argument
369 delete_sync(NegativeTestContext& ctx) argument
[all...]
H A Des31fNegativeVertexArrayApiTests.cpp59 void vertex_attribf (NegativeTestContext& ctx) argument
61 ctx.beginSection("GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
62 int maxVertexAttribs = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
63 ctx.glVertexAttrib1f(maxVertexAttribs, 0.0f);
64 ctx.expectError(GL_INVALID_VALUE);
65 ctx.glVertexAttrib2f(maxVertexAttribs, 0.0f, 0.0f);
66 ctx.expectError(GL_INVALID_VALUE);
67 ctx.glVertexAttrib3f(maxVertexAttribs, 0.0f, 0.0f, 0.0f);
68 ctx.expectError(GL_INVALID_VALUE);
69 ctx
74 vertex_attribfv(NegativeTestContext& ctx) argument
90 vertex_attribi4(NegativeTestContext& ctx) argument
104 vertex_attribi4v(NegativeTestContext& ctx) argument
118 vertex_attrib_pointer(NegativeTestContext& ctx) argument
169 vertex_attrib_i_pointer(NegativeTestContext& ctx) argument
213 enable_vertex_attrib_array(NegativeTestContext& ctx) argument
222 disable_vertex_attrib_array(NegativeTestContext& ctx) argument
231 gen_vertex_arrays(NegativeTestContext& ctx) argument
240 bind_vertex_array(NegativeTestContext& ctx) argument
248 delete_vertex_arrays(NegativeTestContext& ctx) argument
256 vertex_attrib_divisor(NegativeTestContext& ctx) argument
265 draw_arrays(NegativeTestContext& ctx) argument
294 draw_arrays_invalid_program(NegativeTestContext& ctx) argument
320 draw_arrays_incomplete_primitive(NegativeTestContext& ctx) argument
349 draw_elements(NegativeTestContext& ctx) argument
420 draw_elements_invalid_program(NegativeTestContext& ctx) argument
454 draw_elements_incomplete_primitive(NegativeTestContext& ctx) argument
525 draw_arrays_instanced(NegativeTestContext& ctx) argument
558 draw_arrays_instanced_invalid_program(NegativeTestContext& ctx) argument
588 draw_arrays_instanced_incomplete_primitive(NegativeTestContext& ctx) argument
621 draw_elements_instanced(NegativeTestContext& ctx) argument
696 draw_elements_instanced_invalid_program(NegativeTestContext& ctx) argument
734 draw_elements_instanced_incomplete_primitive(NegativeTestContext& ctx) argument
809 draw_range_elements(NegativeTestContext& ctx) argument
885 draw_range_elements_invalid_program(NegativeTestContext& ctx) argument
924 draw_range_elements_incomplete_primitive(NegativeTestContext& ctx) argument
[all...]
H A Des31fNegativeShaderApiTests.cpp89 void create_shader (NegativeTestContext& ctx) argument
91 ctx.beginSection("GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
92 ctx.glCreateShader(-1);
93 ctx.expectError(GL_INVALID_ENUM);
94 ctx.endSection();
97 void shader_source (NegativeTestContext& ctx) argument
101 ctx.beginSection("GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
102 ctx.glShaderSource(1, 0, 0, 0);
103 ctx.expectError(GL_INVALID_VALUE);
104 ctx
122 compile_shader(NegativeTestContext& ctx) argument
140 delete_shader(NegativeTestContext& ctx) argument
148 shader_binary(NegativeTestContext& ctx) argument
198 attach_shader(NegativeTestContext& ctx) argument
242 detach_shader(NegativeTestContext& ctx) argument
277 link_program(NegativeTestContext& ctx) argument
322 use_program(NegativeTestContext& ctx) argument
373 delete_program(NegativeTestContext& ctx) argument
381 validate_program(NegativeTestContext& ctx) argument
398 get_program_binary(NegativeTestContext& ctx) argument
438 program_binary(NegativeTestContext& ctx) argument
472 program_parameteri(NegativeTestContext& ctx) argument
494 gen_samplers(NegativeTestContext& ctx) argument
503 bind_sampler(NegativeTestContext& ctx) argument
527 delete_samplers(NegativeTestContext& ctx) argument
535 get_sampler_parameteriv(NegativeTestContext& ctx) argument
554 get_sampler_parameterfv(NegativeTestContext& ctx) argument
573 sampler_parameteri(NegativeTestContext& ctx) argument
591 sampler_parameteriv(NegativeTestContext& ctx) argument
612 sampler_parameterf(NegativeTestContext& ctx) argument
630 sampler_parameterfv(NegativeTestContext& ctx) argument
653 get_attrib_location(NegativeTestContext& ctx) argument
686 get_uniform_location(NegativeTestContext& ctx) argument
714 bind_attrib_location(NegativeTestContext& ctx) argument
744 uniform_block_binding(NegativeTestContext& ctx) argument
781 uniformf_invalid_program(NegativeTestContext& ctx) argument
796 uniformf_incompatible_type(NegativeTestContext& ctx) argument
842 uniformf_invalid_location(NegativeTestContext& ctx) argument
876 uniformfv_invalid_program(NegativeTestContext& ctx) argument
893 uniformfv_incompatible_type(NegativeTestContext& ctx) argument
941 uniformfv_invalid_location(NegativeTestContext& ctx) argument
975 uniformfv_invalid_count(NegativeTestContext& ctx) argument
1008 uniformi_invalid_program(NegativeTestContext& ctx) argument
1023 uniformi_incompatible_type(NegativeTestContext& ctx) argument
1079 uniformi_invalid_location(NegativeTestContext& ctx) argument
1113 uniformiv_invalid_program(NegativeTestContext& ctx) argument
1130 uniformiv_incompatible_type(NegativeTestContext& ctx) argument
1188 uniformiv_invalid_location(NegativeTestContext& ctx) argument
1222 uniformiv_invalid_count(NegativeTestContext& ctx) argument
1255 uniformui_invalid_program(NegativeTestContext& ctx) argument
1270 uniformui_incompatible_type(NegativeTestContext& ctx) argument
1332 uniformui_invalid_location(NegativeTestContext& ctx) argument
1366 uniformuiv_invalid_program(NegativeTestContext& ctx) argument
1383 uniformuiv_incompatible_type(NegativeTestContext& ctx) argument
1447 uniformuiv_invalid_location(NegativeTestContext& ctx) argument
1481 uniformuiv_invalid_count(NegativeTestContext& ctx) argument
1515 uniform_matrixfv_invalid_program(NegativeTestContext& ctx) argument
1543 uniform_matrixfv_incompatible_type(NegativeTestContext& ctx) argument
1609 uniform_matrixfv_invalid_location(NegativeTestContext& ctx) argument
1665 uniform_matrixfv_invalid_count(NegativeTestContext& ctx) argument
1708 gen_transform_feedbacks(NegativeTestContext& ctx) argument
1717 bind_transform_feedback(NegativeTestContext& ctx) argument
1756 delete_transform_feedbacks(NegativeTestContext& ctx) argument
1769 begin_transform_feedback(NegativeTestContext& ctx) argument
1826 pause_transform_feedback(NegativeTestContext& ctx) argument
1861 resume_transform_feedback(NegativeTestContext& ctx) argument
1897 end_transform_feedback(NegativeTestContext& ctx) argument
1929 get_transform_feedback_varying(NegativeTestContext& ctx) argument
1972 transform_feedback_varyings(NegativeTestContext& ctx) argument
[all...]
H A Des31fNegativeStateApiTests.cpp65 void enable (NegativeTestContext& ctx) argument
67 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
68 ctx.glEnable(-1);
69 ctx.expectError(GL_INVALID_ENUM);
70 ctx.endSection();
73 void disable (NegativeTestContext& ctx) argument
75 ctx.beginSection("GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
76 ctx.glDisable(-1);
77 ctx.expectError(GL_INVALID_ENUM);
78 ctx
82 get_booleanv(NegativeTestContext& ctx) argument
91 get_floatv(NegativeTestContext& ctx) argument
100 get_integerv(NegativeTestContext& ctx) argument
109 get_integer64v(NegativeTestContext& ctx) argument
118 get_integeri_v(NegativeTestContext& ctx) argument
136 get_integer64i_v(NegativeTestContext& ctx) argument
154 get_string(NegativeTestContext& ctx) argument
162 get_stringi(NegativeTestContext& ctx) argument
180 get_attached_shaders(NegativeTestContext& ctx) argument
206 get_shaderiv(NegativeTestContext& ctx) argument
235 get_shader_info_log(NegativeTestContext& ctx) argument
261 get_shader_precision_format(NegativeTestContext& ctx) argument
283 get_shader_source(NegativeTestContext& ctx) argument
311 get_programiv(NegativeTestContext& ctx) argument
336 get_program_info_log(NegativeTestContext& ctx) argument
364 get_tex_parameterfv(NegativeTestContext& ctx) argument
378 get_tex_parameteriv(NegativeTestContext& ctx) argument
392 get_uniformfv(NegativeTestContext& ctx) argument
429 get_uniformiv(NegativeTestContext& ctx) argument
466 get_uniformuiv(NegativeTestContext& ctx) argument
503 get_active_uniform(NegativeTestContext& ctx) argument
537 get_active_uniformsiv(NegativeTestContext& ctx) argument
583 get_active_uniform_blockiv(NegativeTestContext& ctx) argument
608 get_active_uniform_block_name(NegativeTestContext& ctx) argument
631 get_active_attrib(NegativeTestContext& ctx) argument
673 get_uniform_indices(NegativeTestContext& ctx) argument
700 get_vertex_attribfv(NegativeTestContext& ctx) argument
717 get_vertex_attribiv(NegativeTestContext& ctx) argument
734 get_vertex_attribi_iv(NegativeTestContext& ctx) argument
751 get_vertex_attribi_uiv(NegativeTestContext& ctx) argument
768 get_vertex_attrib_pointerv(NegativeTestContext& ctx) argument
785 get_frag_data_location(NegativeTestContext& ctx) argument
806 get_buffer_parameteriv(NegativeTestContext& ctx) argument
831 get_buffer_parameteri64v(NegativeTestContext& ctx) argument
856 get_buffer_pointerv(NegativeTestContext& ctx) argument
879 get_framebuffer_attachment_parameteriv(NegativeTestContext& ctx) argument
935 get_renderbuffer_parameteriv(NegativeTestContext& ctx) argument
956 get_internalformativ(NegativeTestContext& ctx) argument
991 get_queryiv(NegativeTestContext& ctx) argument
1005 get_query_objectuiv(NegativeTestContext& ctx) argument
1041 get_synciv(NegativeTestContext& ctx) argument
1066 is_enabled(NegativeTestContext& ctx) argument
1078 hint(NegativeTestContext& ctx) argument
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sha1.c41 sctp_sha1_init(struct sctp_sha1_context *ctx) argument
43 ctx->pk11_ctx = PK11_CreateDigestContext(SEC_OID_SHA1);
44 PK11_DigestBegin(ctx->pk11_ctx);
48 sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsigned int siz) argument
50 PK11_DigestOp(ctx->pk11_ctx, ptr, siz);
54 sctp_sha1_final(unsigned char *digest, struct sctp_sha1_context *ctx) argument
58 PK11_DigestFinal(ctx->pk11_ctx, digest, &output_len, SHA_DIGEST_LENGTH);
59 PK11_DestroyContext(ctx->pk11_ctx, PR_TRUE);
65 sctp_sha1_init(struct sctp_sha1_context *ctx) argument
67 SHA1_Init(&ctx
71 sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsigned int siz) argument
77 sctp_sha1_final(unsigned char *digest, struct sctp_sha1_context *ctx) argument
111 sctp_sha1_init(struct sctp_sha1_context *ctx) argument
131 sctp_sha1_process_a_block(struct sctp_sha1_context *ctx, unsigned int *block) argument
196 sctp_sha1_update(struct sctp_sha1_context *ctx, const unsigned char *ptr, unsigned int siz) argument
225 sctp_sha1_final(unsigned char *digest, struct sctp_sha1_context *ctx) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpixelstore.c43 GET_CURRENT_CONTEXT(ctx);
44 ASSERT_OUTSIDE_BEGIN_END(ctx);
48 if (!_mesa_is_desktop_gl(ctx))
50 if (param == (GLint)ctx->Pack.SwapBytes)
52 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK);
53 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE;
56 if (!_mesa_is_desktop_gl(ctx))
58 if (param == (GLint)ctx->Pack.LsbFirst)
60 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK);
61 ctx
[all...]
H A Dtexturebarrier.c36 _mesa_texture_barrier(struct gl_context *ctx) argument
50 GET_CURRENT_CONTEXT(ctx);
51 ASSERT_OUTSIDE_BEGIN_END(ctx);
53 ctx->Driver.TextureBarrier(ctx);
/external/mesa3d/src/mesa/main/
H A Dpixelstore.c43 GET_CURRENT_CONTEXT(ctx);
44 ASSERT_OUTSIDE_BEGIN_END(ctx);
48 if (!_mesa_is_desktop_gl(ctx))
50 if (param == (GLint)ctx->Pack.SwapBytes)
52 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK);
53 ctx->Pack.SwapBytes = param ? GL_TRUE : GL_FALSE;
56 if (!_mesa_is_desktop_gl(ctx))
58 if (param == (GLint)ctx->Pack.LsbFirst)
60 FLUSH_VERTICES(ctx, _NEW_PACKUNPACK);
61 ctx
[all...]
H A Dtexturebarrier.c36 _mesa_texture_barrier(struct gl_context *ctx) argument
50 GET_CURRENT_CONTEXT(ctx);
51 ASSERT_OUTSIDE_BEGIN_END(ctx);
53 ctx->Driver.TextureBarrier(ctx);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dvg_manager.h36 vg_manager_flush_frontbuffer(struct vg_context *ctx);
39 vg_manager_validate_framebuffer(struct vg_context *ctx);
/external/elfutils/0.153/libasm/
H A Dasm_abort.c39 asm_abort (ctx)
40 AsmCtx_t *ctx;
42 if (ctx == NULL)
46 if (likely (! ctx->textp))
48 (void) elf_end (ctx->out.elf);
51 if (ctx->fd != -1)
52 (void) unlink (ctx->tmp_fname);
55 __libasm_finictx (ctx);
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dvg_manager.h36 vg_manager_flush_frontbuffer(struct vg_context *ctx);
39 vg_manager_validate_framebuffer(struct vg_context *ctx);
/external/openssl/crypto/evp/
H A Dpmeth_fn.c66 #define M_check_autoarg(ctx, arg, arglen, err) \
67 if (ctx->pmeth->flags & EVP_PKEY_FLAG_AUTOARGLEN) \
69 size_t pksize = (size_t)EVP_PKEY_size(ctx->pkey); \
82 int EVP_PKEY_sign_init(EVP_PKEY_CTX *ctx) argument
85 if (!ctx || !ctx->pmeth || !ctx->pmeth->sign)
91 ctx->operation = EVP_PKEY_OP_SIGN;
92 if (!ctx->pmeth->sign_init)
94 ret = ctx
100 EVP_PKEY_sign(EVP_PKEY_CTX *ctx, unsigned char *sig, size_t *siglen, const unsigned char *tbs, size_t tbslen) argument
119 EVP_PKEY_verify_init(EVP_PKEY_CTX *ctx) argument
137 EVP_PKEY_verify(EVP_PKEY_CTX *ctx, const unsigned char *sig, size_t siglen, const unsigned char *tbs, size_t tbslen) argument
155 EVP_PKEY_verify_recover_init(EVP_PKEY_CTX *ctx) argument
173 EVP_PKEY_verify_recover(EVP_PKEY_CTX *ctx, unsigned char *rout, size_t *routlen, const unsigned char *sig, size_t siglen) argument
192 EVP_PKEY_encrypt_init(EVP_PKEY_CTX *ctx) argument
210 EVP_PKEY_encrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
229 EVP_PKEY_decrypt_init(EVP_PKEY_CTX *ctx) argument
247 EVP_PKEY_decrypt(EVP_PKEY_CTX *ctx, unsigned char *out, size_t *outlen, const unsigned char *in, size_t inlen) argument
267 EVP_PKEY_derive_init(EVP_PKEY_CTX *ctx) argument
285 EVP_PKEY_derive_set_peer(EVP_PKEY_CTX *ctx, EVP_PKEY *peer) argument
352 EVP_PKEY_derive(EVP_PKEY_CTX *ctx, unsigned char *key, size_t *pkeylen) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c25 void *ctx; local
26 ctx = aes_encrypt_init(key, 16);
27 if (ctx == NULL)
29 aes_encrypt(ctx, in, out);
30 aes_encrypt_deinit(ctx);
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c25 void *ctx; local
26 ctx = aes_encrypt_init(key, 16);
27 if (ctx == NULL)
29 aes_encrypt(ctx, in, out);
30 aes_encrypt_deinit(ctx);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c25 void *ctx; local
26 ctx = aes_encrypt_init(key, 16);
27 if (ctx == NULL)
29 aes_encrypt(ctx, in, out);
30 aes_encrypt_deinit(ctx);

Completed in 487 milliseconds

1234567891011>>