HomeSort by relevance Sort by last modified time
    Searched refs:pcontext (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_resource.c 45 nvc0_init_resource_functions(struct pipe_context *pcontext)
47 pcontext->get_transfer = u_get_transfer_vtbl;
48 pcontext->transfer_map = u_transfer_map_vtbl;
49 pcontext->transfer_flush_region = u_transfer_flush_region_vtbl;
50 pcontext->transfer_unmap = u_transfer_unmap_vtbl;
51 pcontext->transfer_destroy = u_transfer_destroy_vtbl;
52 pcontext->transfer_inline_write = u_transfer_inline_write_vtbl;
53 pcontext->create_surface = nvc0_surface_create;
54 pcontext->surface_destroy = nv50_surface_destroy;
nvc0_resource.h 26 nvc0_init_resource_functions(struct pipe_context *pcontext);
48 nvc0_miptree_transfer_new(struct pipe_context *pcontext,
54 nvc0_miptree_transfer_del(struct pipe_context *pcontext,
57 nvc0_miptree_transfer_map(struct pipe_context *pcontext,
60 nvc0_miptree_transfer_unmap(struct pipe_context *pcontext,
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_resource.c 45 nvc0_init_resource_functions(struct pipe_context *pcontext)
47 pcontext->get_transfer = u_get_transfer_vtbl;
48 pcontext->transfer_map = u_transfer_map_vtbl;
49 pcontext->transfer_flush_region = u_transfer_flush_region_vtbl;
50 pcontext->transfer_unmap = u_transfer_unmap_vtbl;
51 pcontext->transfer_destroy = u_transfer_destroy_vtbl;
52 pcontext->transfer_inline_write = u_transfer_inline_write_vtbl;
53 pcontext->create_surface = nvc0_surface_create;
54 pcontext->surface_destroy = nv50_surface_destroy;
nvc0_resource.h 26 nvc0_init_resource_functions(struct pipe_context *pcontext);
48 nvc0_miptree_transfer_new(struct pipe_context *pcontext,
54 nvc0_miptree_transfer_del(struct pipe_context *pcontext,
57 nvc0_miptree_transfer_map(struct pipe_context *pcontext,
60 nvc0_miptree_transfer_unmap(struct pipe_context *pcontext,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_resource.c 87 nv50_init_resource_functions(struct pipe_context *pcontext)
89 pcontext->get_transfer = u_get_transfer_vtbl;
90 pcontext->transfer_map = u_transfer_map_vtbl;
91 pcontext->transfer_flush_region = u_transfer_flush_region_vtbl;
92 pcontext->transfer_unmap = u_transfer_unmap_vtbl;
93 pcontext->transfer_destroy = u_transfer_destroy_vtbl;
94 pcontext->transfer_inline_write = u_transfer_inline_write_vtbl;
95 pcontext->create_surface = nv50_surface_create;
96 pcontext->surface_destroy = nv50_surface_destroy;
nv50_resource.h 14 nv50_init_resource_functions(struct pipe_context *pcontext);
122 nv50_miptree_transfer_new(struct pipe_context *pcontext,
128 nv50_miptree_transfer_del(struct pipe_context *pcontext,
131 nv50_miptree_transfer_map(struct pipe_context *pcontext,
134 nv50_miptree_transfer_unmap(struct pipe_context *pcontext,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_resource.c 87 nv50_init_resource_functions(struct pipe_context *pcontext)
89 pcontext->get_transfer = u_get_transfer_vtbl;
90 pcontext->transfer_map = u_transfer_map_vtbl;
91 pcontext->transfer_flush_region = u_transfer_flush_region_vtbl;
92 pcontext->transfer_unmap = u_transfer_unmap_vtbl;
93 pcontext->transfer_destroy = u_transfer_destroy_vtbl;
94 pcontext->transfer_inline_write = u_transfer_inline_write_vtbl;
95 pcontext->create_surface = nv50_surface_create;
96 pcontext->surface_destroy = nv50_surface_destroy;
nv50_resource.h 14 nv50_init_resource_functions(struct pipe_context *pcontext);
122 nv50_miptree_transfer_new(struct pipe_context *pcontext,
128 nv50_miptree_transfer_del(struct pipe_context *pcontext,
131 nv50_miptree_transfer_map(struct pipe_context *pcontext,
134 nv50_miptree_transfer_unmap(struct pipe_context *pcontext,
  /external/srec/srec/include/
srec_context.h 202 int FST_LoadContext(const char* synbase, srec_context** pcontext, int num_words_to_add);
215 int FST_LoadContextFromImage(srec_context** pcontext, PFile* fp);
  /external/libnfc-nxp/src/
phLlcNfc.c 65 * \param[in] pContext LLC context provided by the upper layer. The LLC
78 void *pContext,
92 * \param[in] pContext LLC context is provided by the upper layer. The LLC
109 void *pContext,
125 * \param[in] pContext LLC context is provided by the upper layer. The LLC
141 void *pContext,
199 psReference->plower_if->pcontext = ps_llc_ctxt;
225 void *pContext,
230 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
294 void *pContext,
    [all...]
phHciNfc_Generic.c 93 uint32_t resp_timer_id, void *pContext
272 uint32_t resp_timer_id, void *pContext
527 status = plower_if->release((void *)plower_if->pcontext,
588 status = plower_if->send((void *)plower_if->pcontext,
632 status = plower_if->receive((void *)plower_if->pcontext,
1684 void *pcontext = psHciContext->p_upper_context; local
1733 void *pcontext = psHciContext->p_upper_context; local
1785 void *pcontext = psHciContext->p_upper_context; local
    [all...]
phLlcNfc_Interface.c 60 void *pContext,
68 void *pContext,
142 result = psLlcCtxt->lower_if.init( psLlcCtxt->lower_if.pcontext,
179 psLlcCtxt->lower_if.pcontext,
187 psLlcCtxt->lower_if.pcontext,
258 result = psLlcCtxt->lower_if.send(psLlcCtxt->lower_if.pcontext,
281 void *pContext,
292 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
647 void *pContext,
660 phLlcNfc_Context_t *ps_llc_ctxt = (phLlcNfc_Context_t*)pContext;
    [all...]
phHciNfc_Sequence.c 1350 void *pcontext = psHciContext->p_upper_context; local
1478 void *pcontext = local
2295 void *pcontext = psHciContext->p_upper_context; local
    [all...]
phDnldNfc.c 998 status = plower_if->release((void *)plower_if->pcontext,
    [all...]
phHciNfc.c 174 status = plower_if->init((void *)plower_if->pcontext,
    [all...]
  /external/libnfc-nxp/inc/
phNfcInterface.h 247 * \param [in] pContext Context for the Callback Function
256 void *pContext,
268 * \param [in] pContext Context for the Callback Function
276 void *pContext,
290 * \param [in] pContext Context pointer for the Generic Interface.
295 void *pContext,
308 * \param [in] pContext Context pointer for sending the data.
317 void *pContext,
333 void *pcontext; member in struct:phNfc_sLowerIF
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 177 psRefer->plower_if->pcontext = pgDalContext;
206 NFCSTATUS phDal4Nfc_Unregister(void *pContext, void *pHwRef )
210 if ((NULL == pContext) && (NULL == pHwRef))
241 NFCSTATUS phDal4Nfc_Init(void *pContext, void *pHwRef )
247 if ((NULL != pContext) && (NULL != pHwRef))
249 pContext = pgDalContext;
290 NFCSTATUS phDal4Nfc_Shutdown( void *pContext, void *pHwRef)
295 // if (pContext == NULL)
377 NFCSTATUS phDal4Nfc_Write( void *pContext, void *pHwRef,uint8_t *pBuffer, uint16_t length)
385 if ((NULL != pContext) && (NULL != pHwRef)&
    [all...]
  /external/srec/srec/crec/
srec_context.c 156 int FST_LoadContext(const char* synbase, srec_context** pcontext,
206 *pcontext = context;
    [all...]

Completed in 616 milliseconds