HomeSort by relevance Sort by last modified time
    Searched refs:nsurf (Results 26 - 33 of 33) sorted by null

12

  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 101 android_surface(const struct native_surface *nsurf)
103 return (struct android_surface *) nsurf;
229 android_surface_clear_cache(struct native_surface *nsurf)
231 struct android_surface *asurf = android_surface(nsurf);
243 android_surface_add_cache(struct native_surface *nsurf,
246 struct android_surface *asurf = android_surface(nsurf);
321 android_surface_dequeue_buffer(struct native_surface *nsurf)
323 struct android_surface *asurf = android_surface(nsurf);
347 android_surface_enqueue_buffer(struct native_surface *nsurf)
349 struct android_surface *asurf = android_surface(nsurf);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 229 struct native_surface *nsurf; local
263 nsurf = gdpy->native->create_window_surface(gdpy->native,
267 nsurf = gdpy->native->create_pixmap_surface(gdpy->native,
274 nsurf = gdpy->native->modeset->create_scanout_surface(gdpy->native,
279 nsurf = NULL;
283 if (!nsurf) {
288 if (!nsurf->validate(nsurf, 0x0, &gsurf->sequence_number, NULL,
290 nsurf->destroy(nsurf);
801 struct native_surface *nsurf; local
    [all...]
egl_g3d.c 44 struct native_surface *nsurf,
48 struct egl_g3d_surface *gsurf = egl_g3d_surface(nsurf->user_data);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 229 struct native_surface *nsurf; local
263 nsurf = gdpy->native->create_window_surface(gdpy->native,
267 nsurf = gdpy->native->create_pixmap_surface(gdpy->native,
274 nsurf = gdpy->native->modeset->create_scanout_surface(gdpy->native,
279 nsurf = NULL;
283 if (!nsurf) {
288 if (!nsurf->validate(nsurf, 0x0, &gsurf->sequence_number, NULL,
290 nsurf->destroy(nsurf);
801 struct native_surface *nsurf; local
    [all...]
egl_g3d.c 44 struct native_surface *nsurf,
48 struct egl_g3d_surface *gsurf = egl_g3d_surface(nsurf->user_data);
  /cts/apps/CameraITS/pymodules/its/
device.py 463 nsurf = 1 if out_surfaces is None else len(cmd["outputSurfaces"])
471 ncap, "s" if ncap>1 else "", nsurf, "s" if nsurf>1 else "",
475 # Wait for ncap*nsurf images and ncap metadata responses.
484 while nbufs < ncap*nsurf or len(mds) < ncap:
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 315 static void handle_invalid_surface(struct native_display *ndpy, struct native_surface *nsurf, unsigned int seq_num)
317 GalliumDXGISwapChainRevalidate((IDXGISwapChain*)nsurf->user_data);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 315 static void handle_invalid_surface(struct native_display *ndpy, struct native_surface *nsurf, unsigned int seq_num)
317 GalliumDXGISwapChainRevalidate((IDXGISwapChain*)nsurf->user_data);
    [all...]

Completed in 558 milliseconds

12