| /external/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_state.c | 49 fd_set_blend_color(struct pipe_context *pctx, in fd_set_blend_color() 58 fd_set_stencil_ref(struct pipe_context *pctx, in fd_set_stencil_ref() 67 fd_set_clip_state(struct pipe_context *pctx, in fd_set_clip_state() 76 fd_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in fd_set_sample_mask() 92 fd_set_constant_buffer(struct pipe_context *pctx, in fd_set_constant_buffer() 117 fd_set_shader_buffers(struct pipe_context *pctx, in fd_set_shader_buffers() 165 fd_set_shader_images(struct pipe_context *pctx, in fd_set_shader_images() 212 fd_set_framebuffer_state(struct pipe_context *pctx, in fd_set_framebuffer_state() 263 fd_set_polygon_stipple(struct pipe_context *pctx, in fd_set_polygon_stipple() 272 fd_set_scissor_states(struct pipe_context *pctx, in fd_set_scissor_states() [all …]
|
| D | freedreno_context.c | 44 fd_context_flush(struct pipe_context *pctx, struct pipe_fence_handle **fencep, in fd_context_flush() 71 fd_texture_barrier(struct pipe_context *pctx, unsigned flags) in fd_texture_barrier() 86 fd_emit_string_marker(struct pipe_context *pctx, const char *string, int len) in fd_emit_string_marker() 119 fd_context_destroy(struct pipe_context *pctx) in fd_context_destroy() 169 fd_set_debug_callback(struct pipe_context *pctx, in fd_set_debug_callback() 186 create_solid_vertexbuf(struct pipe_context *pctx) in create_solid_vertexbuf() 200 create_blit_texcoord_vertexbuf(struct pipe_context *pctx) in create_blit_texcoord_vertexbuf() 210 struct pipe_context *pctx = &ctx->base; in fd_context_setup_common_vbos() local 247 struct pipe_context *pctx = &ctx->base; in fd_context_cleanup_common_vbos() local 261 struct pipe_context *pctx; in fd_context_init() local
|
| D | freedreno_query.c | 43 fd_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in fd_create_query() 56 fd_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_destroy_query() 63 fd_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_begin_query() 78 fd_end_query(struct pipe_context *pctx, struct pipe_query *pq) in fd_end_query() 98 fd_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in fd_get_query_result() 112 fd_render_condition(struct pipe_context *pctx, struct pipe_query *pq, in fd_render_condition() 159 fd_query_context_init(struct pipe_context *pctx) in fd_query_context_init()
|
| D | freedreno_program.c | 36 fd_fp_state_bind(struct pipe_context *pctx, void *hwcso) in fd_fp_state_bind() 45 fd_vp_state_bind(struct pipe_context *pctx, void *hwcso) in fd_vp_state_bind() 78 static void * assemble_tgsi(struct pipe_context *pctx, in assemble_tgsi() 96 fd_prog_blit(struct pipe_context *pctx, int rts, bool depth) in fd_prog_blit() 126 void fd_prog_init(struct pipe_context *pctx) in fd_prog_init() 154 void fd_prog_fini(struct pipe_context *pctx) in fd_prog_fini()
|
| D | freedreno_draw.c | 62 fd_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info) in fd_draw_vbo() 274 fd_blitter_clear(struct pipe_context *pctx, unsigned buffers, in fd_blitter_clear() 348 fd_clear(struct pipe_context *pctx, unsigned buffers, in fd_clear() 437 fd_clear_render_target(struct pipe_context *pctx, struct pipe_surface *ps, in fd_clear_render_target() 446 fd_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *ps, in fd_clear_depth_stencil() 456 fd_launch_grid(struct pipe_context *pctx, const struct pipe_grid_info *info) in fd_launch_grid() 506 fd_draw_init(struct pipe_context *pctx) in fd_draw_init()
|
| D | freedreno_texture.c | 39 fd_sampler_state_delete(struct pipe_context *pctx, void *hwcso) in fd_sampler_state_delete() 45 fd_sampler_view_destroy(struct pipe_context *pctx, in fd_sampler_view_destroy() 88 fd_sampler_states_bind(struct pipe_context *pctx, in fd_sampler_states_bind() 100 fd_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd_set_sampler_views() 112 fd_texture_init(struct pipe_context *pctx) in fd_texture_init()
|
| /external/mesa3d/src/gallium/drivers/vc4/ |
| D | vc4_state.c | 44 vc4_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in vc4_generic_cso_state_delete() 50 vc4_set_blend_color(struct pipe_context *pctx, in vc4_set_blend_color() 61 vc4_set_stencil_ref(struct pipe_context *pctx, in vc4_set_stencil_ref() 70 vc4_set_clip_state(struct pipe_context *pctx, in vc4_set_clip_state() 79 vc4_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in vc4_set_sample_mask() 93 vc4_create_rasterizer_state(struct pipe_context *pctx, in vc4_create_rasterizer_state() 155 vc4_create_blend_state(struct pipe_context *pctx, in vc4_create_blend_state() 206 vc4_create_depth_stencil_alpha_state(struct pipe_context *pctx, in vc4_create_depth_stencil_alpha_state() 281 vc4_set_polygon_stipple(struct pipe_context *pctx, in vc4_set_polygon_stipple() 290 vc4_set_scissor_states(struct pipe_context *pctx, in vc4_set_scissor_states() [all …]
|
| D | vc4_context.c | 41 vc4_flush(struct pipe_context *pctx) in vc4_flush() 53 vc4_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in vc4_pipe_flush() 74 vc4_texture_barrier(struct pipe_context *pctx, unsigned flags) in vc4_texture_barrier() 80 vc4_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in vc4_invalidate_resource() 98 vc4_context_destroy(struct pipe_context *pctx) in vc4_context_destroy() 136 struct pipe_context *pctx = &vc4->base; in vc4_context_create() local
|
| /external/mesa3d/src/gallium/drivers/vc5/ |
| D | vc5_state.c | 48 vc5_generic_cso_state_delete(struct pipe_context *pctx, void *hwcso) in vc5_generic_cso_state_delete() 54 vc5_set_blend_color(struct pipe_context *pctx, in vc5_set_blend_color() 67 vc5_set_stencil_ref(struct pipe_context *pctx, in vc5_set_stencil_ref() 76 vc5_set_clip_state(struct pipe_context *pctx, in vc5_set_clip_state() 85 vc5_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in vc5_set_sample_mask() 99 vc5_create_rasterizer_state(struct pipe_context *pctx, in vc5_create_rasterizer_state() 125 vc5_create_blend_state(struct pipe_context *pctx, in vc5_create_blend_state() 148 vc5_create_depth_stencil_alpha_state(struct pipe_context *pctx, in vc5_create_depth_stencil_alpha_state() 220 vc5_set_polygon_stipple(struct pipe_context *pctx, in vc5_set_polygon_stipple() 229 vc5_set_scissor_states(struct pipe_context *pctx, in vc5_set_scissor_states() [all …]
|
| D | vc5_query.c | 48 vc5_create_query(struct pipe_context *pctx, unsigned query_type, unsigned index) in vc5_create_query() 59 vc5_destroy_query(struct pipe_context *pctx, struct pipe_query *query) in vc5_destroy_query() 68 vc5_begin_query(struct pipe_context *pctx, struct pipe_query *query) in vc5_begin_query() 94 vc5_end_query(struct pipe_context *pctx, struct pipe_query *query) in vc5_end_query() 116 vc5_get_query_result(struct pipe_context *pctx, struct pipe_query *query, in vc5_get_query_result() 161 vc5_set_active_query_state(struct pipe_context *pctx, boolean enable) in vc5_set_active_query_state() 170 vc5_query_init(struct pipe_context *pctx) in vc5_query_init()
|
| D | vc5_context.c | 42 vc5_flush(struct pipe_context *pctx) in vc5_flush() 54 vc5_pipe_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in vc5_pipe_flush() 71 vc5_invalidate_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in vc5_invalidate_resource() 89 vc5_context_destroy(struct pipe_context *pctx) in vc5_context_destroy() 127 struct pipe_context *pctx = &vc5->base; in vc5_context_create() local
|
| /external/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_state.c | 46 etna_set_stencil_ref(struct pipe_context *pctx, const struct pipe_stencil_ref *sr) in etna_set_stencil_ref() 61 etna_set_clip_state(struct pipe_context *pctx, const struct pipe_clip_state *pcs) in etna_set_clip_state() 67 etna_set_sample_mask(struct pipe_context *pctx, unsigned sample_mask) in etna_set_sample_mask() 76 etna_set_constant_buffer(struct pipe_context *pctx, in etna_set_constant_buffer() 102 etna_update_render_resource(struct pipe_context *pctx, struct pipe_resource *pres) in etna_update_render_resource() 114 etna_set_framebuffer_state(struct pipe_context *pctx, in etna_set_framebuffer_state() 333 etna_set_polygon_stipple(struct pipe_context *pctx, in etna_set_polygon_stipple() 340 etna_set_scissor_states(struct pipe_context *pctx, unsigned start_slot, in etna_set_scissor_states() 361 etna_set_viewport_states(struct pipe_context *pctx, unsigned start_slot, in etna_set_viewport_states() 406 etna_set_vertex_buffers(struct pipe_context *pctx, unsigned start_slot, in etna_set_vertex_buffers() [all …]
|
| D | etnaviv_query.c | 37 etna_create_query(struct pipe_context *pctx, unsigned query_type, in etna_create_query() 51 etna_destroy_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_destroy_query() 59 etna_begin_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_begin_query() 74 etna_end_query(struct pipe_context *pctx, struct pipe_query *pq) in etna_end_query() 88 etna_get_query_result(struct pipe_context *pctx, struct pipe_query *pq, in etna_get_query_result() 125 etna_query_context_init(struct pipe_context *pctx) in etna_query_context_init()
|
| D | etnaviv_clear_blit.c | 81 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_render_target() 95 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, in etna_clear_depth_stencil() 110 etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, in etna_resource_copy_region() 140 etna_flush_resource(struct pipe_context *pctx, struct pipe_resource *prsc) in etna_flush_resource() 156 etna_copy_resource(struct pipe_context *pctx, struct pipe_resource *dst, in etna_copy_resource() 191 etna_copy_resource_box(struct pipe_context *pctx, struct pipe_resource *dst, in etna_copy_resource_box() 218 etna_clear_blit_init(struct pipe_context *pctx) in etna_clear_blit_init()
|
| D | etnaviv_surface.c | 41 etna_create_surface(struct pipe_context *pctx, struct pipe_resource *prsc, in etna_create_surface() 148 etna_surface_destroy(struct pipe_context *pctx, struct pipe_surface *psurf) in etna_surface_destroy() 155 etna_surface_init(struct pipe_context *pctx) in etna_surface_init()
|
| D | etnaviv_context.c | 59 etna_context_destroy(struct pipe_context *pctx) in etna_context_destroy() 146 etna_draw_vbo(struct pipe_context *pctx, const struct pipe_draw_info *info) in etna_draw_vbo() 308 etna_flush(struct pipe_context *pctx, struct pipe_fence_handle **fence, in etna_flush() 400 etna_set_debug_callback(struct pipe_context *pctx, in etna_set_debug_callback() 416 struct pipe_context *pctx; in etna_context_create() local
|
| /external/webrtc/webrtc/libjingle/xmllite/ |
| D | xmlbuilder.cc | 35 XmlBuilder::BuildElement(XmlParseContext * pctx, in BuildElement() 72 XmlBuilder::StartElement(XmlParseContext * pctx, in StartElement() 92 XmlBuilder::EndElement(XmlParseContext * pctx, const char * name) { in EndElement() 100 XmlBuilder::CharacterData(XmlParseContext * pctx, in CharacterData() 109 XmlBuilder::Error(XmlParseContext * pctx, XML_Error err) { in Error()
|
| /external/webrtc/webrtc/libjingle/xmpp/ |
| D | xmppstanzaparser.cc | 41 XmlParseContext * pctx, const char * name, const char ** atts) { in IncomingStartElement() 58 XmlParseContext * pctx, const char * text, int len) { in IncomingCharacterData() 66 XmlParseContext * pctx, const char * name) { in IncomingEndElement() 83 XmlParseContext * pctx, XML_Error errCode) { in IncomingError()
|
| D | xmppstanzaparser.h | 42 virtual void StartElement(XmlParseContext * pctx, in StartElement() 45 virtual void EndElement(XmlParseContext * pctx, in EndElement() 48 virtual void CharacterData(XmlParseContext * pctx, in CharacterData() 51 virtual void Error(XmlParseContext * pctx, in Error()
|
| /external/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | fd2_texture.c | 78 fd2_sampler_state_create(struct pipe_context *pctx, in fd2_sampler_state_create() 105 fd2_sampler_states_bind(struct pipe_context *pctx, in fd2_sampler_states_bind() 127 fd2_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd2_sampler_view_create() 155 fd2_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd2_set_sampler_views() 194 fd2_texture_init(struct pipe_context *pctx) in fd2_texture_init()
|
| D | fd2_context.c | 41 fd2_context_destroy(struct pipe_context *pctx) in fd2_context_destroy() 47 create_solid_vertexbuf(struct pipe_context *pctx) in create_solid_vertexbuf() 93 struct pipe_context *pctx; in fd2_context_create() local
|
| /external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| D | fd5_texture.c | 84 fd5_sampler_state_create(struct pipe_context *pctx, in fd5_sampler_state_create() 143 fd5_sampler_states_bind(struct pipe_context *pctx, in fd5_sampler_states_bind() 190 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround() 196 fd5_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd5_sampler_view_create() 312 fd5_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd5_set_sampler_views() 340 fd5_texture_init(struct pipe_context *pctx) in fd5_texture_init()
|
| /external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| D | fd4_texture.c | 86 fd4_sampler_state_create(struct pipe_context *pctx, in fd4_sampler_state_create() 146 fd4_sampler_states_bind(struct pipe_context *pctx, in fd4_sampler_states_bind() 215 use_astc_srgb_workaround(struct pipe_context *pctx, enum pipe_format format) in use_astc_srgb_workaround() 222 fd4_sampler_view_create(struct pipe_context *pctx, struct pipe_resource *prsc, in fd4_sampler_view_create() 329 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, in fd4_set_sampler_views() 357 fd4_texture_init(struct pipe_context *pctx) in fd4_texture_init()
|
| /external/skia/experimental/svg/model/ |
| D | SkSVGRenderContext.cpp | 141 SkSVGPresentationContext* pctx) { in commitToPaint() 148 SkSVGPresentationContext* pctx) { in commitToPaint() 155 SkSVGPresentationContext* pctx) { in commitToPaint() 162 SkSVGPresentationContext* pctx) { in commitToPaint() 201 SkSVGPresentationContext* pctx) { in commitToPaint() 211 SkSVGPresentationContext* pctx) { in commitToPaint() 221 SkSVGPresentationContext* pctx) { in commitToPaint() 228 SkSVGPresentationContext* pctx) { in commitToPaint() 235 SkSVGPresentationContext* pctx) { in commitToPaint() 292 const SkSVGPresentationContext& pctx) in SkSVGRenderContext() [all …]
|
| /external/skqp/experimental/svg/model/ |
| D | SkSVGRenderContext.cpp | 141 SkSVGPresentationContext* pctx) { in commitToPaint() 148 SkSVGPresentationContext* pctx) { in commitToPaint() 155 SkSVGPresentationContext* pctx) { in commitToPaint() 162 SkSVGPresentationContext* pctx) { in commitToPaint() 201 SkSVGPresentationContext* pctx) { in commitToPaint() 211 SkSVGPresentationContext* pctx) { in commitToPaint() 221 SkSVGPresentationContext* pctx) { in commitToPaint() 228 SkSVGPresentationContext* pctx) { in commitToPaint() 235 SkSVGPresentationContext* pctx) { in commitToPaint() 292 const SkSVGPresentationContext& pctx) in SkSVGRenderContext() [all …]
|