HomeSort by relevance Sort by last modified time
    Searched refs:surface (Results 176 - 200 of 917) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/skia/include/gpu/
GrClipData.h 49 void getConservativeBounds(const GrSurface* surface,
  /external/chromium_org/ui/gl/
scoped_make_current.h 21 ScopedMakeCurrent(gfx::GLContext* context, gfx::GLSurface* surface);
gl_surface_egl.cc 61 explicit EGLSyncControlVSyncProvider(EGLSurface surface)
63 surface_(surface) {
223 LOG(ERROR) << "Trying to create surface without window.";
228 LOG(ERROR) << "Trying to create surface with invalid display.";
237 // Create a surface for the native window.
408 LOG(ERROR) << "Failed to create surface.";
450 void NativeViewGLSurfaceEGL::SetHandle(EGLSurface surface) {
451 surface_ = surface;
464 LOG(ERROR) << "Trying to create surface with invalid display.";
469 LOG(ERROR) << "Error: surface has zero area
638 scoped_refptr<NativeViewGLSurfaceEGL> surface; local
650 scoped_refptr<GLSurface> surface = new GLSurfaceStub(); local
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot_gtk.cc 59 cairo_surface_t* surface = local
67 if (!surface) {
68 LOG(ERROR) << "Unable to create Cairo surface from XImage data";
72 surface, SnapshotCallback, png_representation);
73 cairo_surface_destroy(surface);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 43 struct nouveau_surface surface; member in struct:nouveau_renderbuffer
  /external/skia/include/gpu/
GrClipData.h 49 void getConservativeBounds(const GrSurface* surface,
  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 25 #include <gui/Surface.h>
30 const sp<Surface> &surface, size_t width, size_t height) {
32 PreviewRenderer* renderer = new PreviewRenderer(surface, width, height);
43 const sp<Surface> &surface,
45 : mSurface(surface),
134 ALOGW("Surface::queueBuffer returned error %d", err);
  /hardware/libhardware/tests/hwc/
util.h 28 void egl_destroy(EGLDisplay display, EGLSurface surface);
  /bootable/recovery/minui/
minui.h 46 unsigned int gr_get_width(gr_surface surface);
47 unsigned int gr_get_height(gr_surface surface);
76 void res_free_surface(gr_surface surface);
  /external/chromium_org/gpu/command_buffer/service/
gl_context_virtual.h 41 virtual bool MakeCurrent(gfx::GLSurface* surface) OVERRIDE;
42 virtual void ReleaseCurrent(gfx::GLSurface* surface) OVERRIDE;
43 virtual bool IsCurrent(gfx::GLSurface* surface) OVERRIDE;
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
main.h 18 class Surface;
31 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
59 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
65 bool __stdcall glBindTexImage(egl::Surface *surface);
  /external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-egl/
wayland-egl.c 22 wl_egl_window_create(struct wl_surface *surface,
31 egl_window->surface = surface;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
device.c 262 vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area)
273 vlsurface = vlGetDataHTAB(dev->delayed_rendering.surface);
277 if (!surface) {
278 surface = vlsurface->surface;
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area);
284 dev->delayed_rendering.surface = VDP_INVALID_HANDLE;
288 if (surface->texture != vlsurface->sampler_view->texture) {
289 struct pipe_resource *res = surface->texture;
301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 163 struct vmw_svga_winsys_surface *surface; local
165 surface = CALLOC_STRUCT(vmw_svga_winsys_surface);
166 if(!surface)
169 pipe_reference_init(&surface->refcnt, 1);
170 p_atomic_set(&surface->validated, 0);
171 surface->screen = vws;
172 surface->sid = vmw_ioctl_surface_create(vws,
175 if(surface->sid == SVGA3D_INVALID_ID)
178 return svga_winsys_surface(surface);
181 FREE(surface);
    [all...]
  /external/mesa3d/src/egl/wayland/wayland-egl/
wayland-egl.c 22 wl_egl_window_create(struct wl_surface *surface,
31 egl_window->surface = surface;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
device.c 262 vlVdpResolveDelayedRendering(vlVdpDevice *dev, struct pipe_surface *surface, struct u_rect *dirty_area)
273 vlsurface = vlGetDataHTAB(dev->delayed_rendering.surface);
277 if (!surface) {
278 surface = vlsurface->surface;
282 vl_compositor_render(cstate, &dev->compositor, surface, dirty_area);
284 dev->delayed_rendering.surface = VDP_INVALID_HANDLE;
288 if (surface->texture != vlsurface->sampler_view->texture) {
289 struct pipe_resource *res = surface->texture;
301 vlVdpSave4DelayedRendering(vlVdpDevice *dev, VdpOutputSurface surface, struct vl_compositor_state *cstate
    [all...]
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen_svga.c 163 struct vmw_svga_winsys_surface *surface; local
165 surface = CALLOC_STRUCT(vmw_svga_winsys_surface);
166 if(!surface)
169 pipe_reference_init(&surface->refcnt, 1);
170 p_atomic_set(&surface->validated, 0);
171 surface->screen = vws;
172 surface->sid = vmw_ioctl_surface_create(vws,
175 if(surface->sid == SVGA3D_INVALID_ID)
178 return svga_winsys_surface(surface);
181 FREE(surface);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglContext.cpp 25 bool EglContext::usingSurface(SurfacePtr surface) {
26 return surface.Ptr() == m_read.Ptr() || surface.Ptr() == m_draw.Ptr();
  /cts/tests/tests/graphics2/src/android/graphics2/cts/
TextureViewCameraActivity.java 50 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
73 mCamera.setPreviewTexture(surface);
81 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
86 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
92 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
  /cts/tests/tests/textureview/src/android/textureview/cts/
TextureViewTestActivity.java 67 public void onSurfaceTextureAvailable(SurfaceTexture surface, int width, int height) {
68 mProducerThread = new GLProducerThread(surface, new GLRendererImpl(),
74 public void onSurfaceTextureSizeChanged(SurfaceTexture surface, int width, int height) {
78 public boolean onSurfaceTextureDestroyed(SurfaceTexture surface) {
84 public void onSurfaceTextureUpdated(SurfaceTexture surface) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.c 502 struct pipe_surface *surface)
508 if (!surface)
512 * temporary storage for the surface which hasn't been propagated
517 texture = surface->texture;
519 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level,
520 surface->u.tex.first_layer,
522 0, 0, surface->width, surface->height);
531 util_format_get_nblocksx(texture->format, surface->width),
532 util_format_get_nblocksy(texture->format, surface->height)
546 struct pipe_surface *surface, surf_tmpl; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_blit.c 82 info->src.layer = srcRb->surface->u.tex.first_layer;
84 info->dst.level = dstRb->surface->u.tex.level;
85 info->dst.layer = dstRb->surface->u.tex.first_layer;
116 info->src.layer = srcRb->surface->u.tex.first_layer;
118 info->dst.level = dstRb->surface->u.tex.level;
119 info->dst.layer = dstRb->surface->u.tex.first_layer;
132 info->src.layer = srcRb->surface->u.tex.first_layer;
134 info->dst.level = dstRb->surface->u.tex.level;
135 info->dst.layer = dstRb->surface->u.tex.first_layer;
236 struct pipe_surface *dstSurf = dstRb->surface;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 502 struct pipe_surface *surface)
508 if (!surface)
512 * temporary storage for the surface which hasn't been propagated
517 texture = surface->texture;
519 transfer = pipe_get_transfer(pipe, texture, surface->u.tex.level,
520 surface->u.tex.first_layer,
522 0, 0, surface->width, surface->height);
531 util_format_get_nblocksx(texture->format, surface->width),
532 util_format_get_nblocksy(texture->format, surface->height)
546 struct pipe_surface *surface, surf_tmpl; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_blit.c 82 info->src.layer = srcRb->surface->u.tex.first_layer;
84 info->dst.level = dstRb->surface->u.tex.level;
85 info->dst.layer = dstRb->surface->u.tex.first_layer;
116 info->src.layer = srcRb->surface->u.tex.first_layer;
118 info->dst.level = dstRb->surface->u.tex.level;
119 info->dst.layer = dstRb->surface->u.tex.first_layer;
132 info->src.layer = srcRb->surface->u.tex.first_layer;
134 info->dst.level = dstRb->surface->u.tex.level;
135 info->dst.layer = dstRb->surface->u.tex.first_layer;
236 struct pipe_surface *dstSurf = dstRb->surface;
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage9.cpp 160 // Increments refcount on surface.
161 // caller must Release() the returned surface
164 IDirect3DSurface9 *surface = NULL; local
168 HRESULT result = mTexture->GetSurfaceLevel(level + mLodOffset, &surface);
178 return surface;
211 IDirect3DSurface9 *surface = getSurfaceLevel(0, false); local
213 mRenderTarget = new RenderTarget9(mRenderer, surface);
265 // Increments refcount on surface.
266 // caller must Release() the returned surface
269 IDirect3DSurface9 *surface = NULL local
315 IDirect3DSurface9 *surface = NULL; local
    [all...]

Completed in 1318 milliseconds

1 2 3 4 5 6 78 91011>>