HomeSort by relevance Sort by last modified time
    Searched refs:surface (Results 251 - 275 of 1334) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 43 struct nouveau_surface surface; member in struct:nouveau_renderbuffer
  /external/chromium_org/ui/gl/
scoped_make_current.h 21 ScopedMakeCurrent(gfx::GLContext* context, gfx::GLSurface* surface);
  /external/chromium_org/ui/ozone/platform/dri/
dri_window_delegate_manager.h 23 scoped_ptr<DriWindowDelegate> surface);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 43 struct nouveau_surface surface; member in struct:nouveau_renderbuffer
  /hardware/intel/common/libva/va/glx/
va_glx.h 46 * Create a surface used for display to OpenGL
55 * @param[out] gl_surface the VA/GLX surface
66 * Destroy a VA/GLX surface
73 * @param[in] gl_surface the VA surface
82 * Copy a VA surface to a VA/GLX surface
85 * point, the underlying GL texture will contain the surface pixels
93 * @param[in] gl_surface the VA/GLX destination surface
94 * @param[in] surface the VA source surface
    [all...]
  /hardware/intel/common/libva/va/
va_tpi.c 73 VASurfaceID surface,
96 return tpi->vaPutSurfaceBuf( ctx, surface, data, data_len, srcx, srcy, srcw, srch,
104 VASurfaceID surface,
115 return tpi->vaSetTimestampForSurface(ctx, surface, timestamp);
va_x11.h 44 * to get the decode output surface to a X drawable
51 VASurfaceID surface,
  /hardware/libhardware/tests/hwc/
util.h 28 void egl_destroy(EGLDisplay display, EGLSurface surface);
  /bootable/recovery/minui/
minui.h 47 void gr_clear(); // clear entire surface to current color
56 unsigned int gr_get_width(gr_surface surface);
57 unsigned int gr_get_height(gr_surface surface);
87 // A "display" surface is one that is intended to be drawn to the
88 // screen with gr_blit(). An "alpha" surface is a grayscale image
94 // Load a single display surface from a PNG image.
104 // Load a single alpha surface from a grayscale PNG image.
116 // Free a surface allocated by any of the res_create_*_surface()
118 void res_free_surface(gr_surface surface);
  /bootable/recovery/
screen_ui.h 120 void LoadBitmap(const char* filename, gr_surface* surface);
121 void LoadBitmapArray(const char* filename, int* frames, gr_surface** surface);
122 void LoadLocalizedBitmap(const char* filename, 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/src/libGLESv2/
main.h 20 class Surface;
33 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
61 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
67 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/chromium_org/third_party/skia/dm/
DMGpuGMTask.cpp 30 SkAutoTUnref<SkSurface> surface(NewGpuSurface(grFactory, fContextType, fGpuAPI, info,
32 if (!surface) {
36 SkCanvas* canvas = surface->getCanvas();
  /external/deqp/framework/egl/
egluUtil.hpp 53 EGLint querySurfaceInt (EGLDisplay display, EGLSurface surface, EGLint attrib);
54 tcu::IVec2 getSurfaceSize (EGLDisplay display, EGLSurface surface);
55 tcu::IVec2 getSurfaceResolution (EGLDisplay display, EGLSurface surface);
  /external/deqp/framework/randomshaders/
rsgTest.cpp 67 tcu::Surface surface(64, 64);
68 rsg::ProgramExecutor executor(surface.getAccess(), 3, 5);
73 tcu::ImageIO::savePNG(surface.getAccess(), fileName.c_str());
  /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();
  /frameworks/base/core/jni/
android_view_Surface.cpp 17 #define LOG_TAG "Surface"
33 #include <gui/Surface.h>
60 "android/view/Surface$OutOfResourcesException";
94 sp<Surface> android_view_Surface_getSurface(JNIEnv* env, jobject surfaceObj) {
95 sp<Surface> sur;
99 sur = reinterpret_cast<Surface *>(
113 sp<Surface> surface(new Surface(bufferProducer, true));
114 if (surface == NULL)
361 Surface* surface = reinterpret_cast<Surface*>(nativeObject); local
369 Surface* surface = reinterpret_cast<Surface*>(nativeObject); local
    [all...]
  /external/chromium_org/third_party/skia/tests/
SurfaceTest.cpp 198 SkAutoTUnref<SkSurface> surface(createSurface(gRec[i].fType, context,
200 surface->getCanvas()->clear(color);
202 const void* addr = surface->getCanvas()->peekPixels(&info, &rowBytes);
208 const void* addr2 = surface->peekPixels(&info2, &rb2);
228 SkSurface* surface = createSurface(surfaceType, context); local
229 SkAutoTUnref<SkSurface> aur_surface(surface);
230 SkCanvas* canvas = surface->getCanvas();
282 SkImage* imageBefore = surface->newImageSnapshot(); \
285 SkImage* imageAfter = surface->newImageSnapshot(); \
314 // The test verifies that the surface remains writable (usable) afte
411 SkSurface* surface = createSurface(surfaceType, context); local
417 SkSurface* surface = createSurface(surfaceType, context); local
    [all...]
  /external/skia/tests/
SurfaceTest.cpp 178 SkAutoTUnref<SkSurface> surface(createSurface(gRec[i].fType, context,
180 surface->getCanvas()->clear(color);
182 const void* addr = surface->getCanvas()->peekPixels(&info, &rowBytes);
188 const void* addr2 = surface->peekPixels(&info2, &rb2);
207 SkSurface* surface = createSurface(surfaceType, context); local
208 SkAutoTUnref<SkSurface> aur_surface(surface);
209 SkCanvas* canvas = surface->getCanvas();
261 SkImage* imageBefore = surface->newImageSnapshot(); \
264 SkImage* imageAfter = surface->newImageSnapshot(); \
293 // The test verifies that the surface remains writable (usable) afte
390 SkSurface* surface = createSurface(surfaceType, context); local
396 SkSurface* surface = createSurface(surfaceType, context); local
    [all...]

Completed in 610 milliseconds

<<11121314151617181920>>