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

  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.h 114 struct svga_winsys_surface *dst_handle,
svga_state_constants.c 484 struct svga_winsys_surface *dst_handle; local
588 dst_handle = svga->state.hw_draw.const0_handle;
594 dst_handle = svga_buffer_handle(svga, dst_buffer,
596 if (!dst_handle) {
603 svga->state.hw_draw.const0_handle = dst_handle;
611 dst_handle,
svga_surface.c 52 struct svga_winsys_surface *dst_handle,
68 dst.handle = dst_handle;
86 dst_handle, dst_level, dst_x, dst_y, dst_z);
  /bionic/libc/kernel/uapi/drm/
qxl_drm.h 50 __u32 dst_handle; member in struct:drm_qxl_reloc
  /external/kernel-headers/original/uapi/drm/
qxl_drm.h 77 __u32 dst_handle; /* 0 if to command buffer */ member in struct:drm_qxl_reloc
  /external/libdrm/include/drm/
qxl_drm.h 78 __u32 dst_handle; /* 0 if to command buffer */ member in struct:drm_qxl_reloc
  /external/clang/tools/scan-build-py/libear/
__init__.py 217 with open(output, 'w') as dst_handle:
219 dst_handle.write(transform(line, self.results))
  /external/virglrenderer/src/
vrend_renderer.h 263 uint32_t dst_handle, uint32_t dst_level,
269 uint32_t dst_handle, uint32_t src_handle,
vrend_decode.c 910 uint32_t dst_handle, src_handle; local
917 dst_handle = get_buf_entry(ctx, VIRGL_CMD_RCR_DST_RES_HANDLE);
931 vrend_renderer_resource_copy_region(ctx->grctx, dst_handle,
942 uint32_t dst_handle, src_handle, temp; local
958 dst_handle = get_buf_entry(ctx, VIRGL_CMD_BLIT_DST_RES_HANDLE);
    [all...]
vrend_renderer.c     [all...]
  /art/runtime/interpreter/
unstarted_runtime_test.cc 180 Handle<mirror::ObjectArray<mirror::Object>> dst_handle(
188 dst_handle.Get(),
191 CheckObjectArray(dst_handle.Get(), expected_result);
    [all...]

Completed in 2861 milliseconds