Home
last modified time | relevance | path

Searched refs:prsdev (Results 1 – 3 of 3) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgdevrops.c120 gx_alloc_rop_texture_device(gx_device_rop_texture ** prsdev, gs_memory_t * mem, in gx_alloc_rop_texture_device() argument
123 *prsdev = gs_alloc_struct(mem, gx_device_rop_texture, in gx_alloc_rop_texture_device()
125 return (*prsdev == 0 ? gs_note_error(gs_error_VMerror) : 0); in gx_alloc_rop_texture_device()
H A Dgdevmrop.h73 int gx_alloc_rop_texture_device(gx_device_rop_texture ** prsdev,
H A Dgsnorop.c115 gx_alloc_rop_texture_device(gx_device_rop_texture ** prsdev, gs_memory_t * mem, in gx_alloc_rop_texture_device() argument