HomeSort by relevance Sort by last modified time
    Searched full:backbuffer (Results 1 - 23 of 23) sorted by null

  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
OverlayPlaneBase.cpp 200 OverlayBackBufferBlk *backBuffer = mBackBuffer[i]->buf;
201 if (!backBuffer)
206 backBuffer->OCONFIG |= (1 << 15);
208 backBuffer->OCONFIG &= ~(1 << 15);
235 OverlayBackBufferBlk *backBuffer = mBackBuffer[i]->buf;
236 if (!backBuffer)
239 if (backBuffer->OCMD & 0x1)
242 backBuffer->OCMD |= 0x1;
254 OverlayBackBufferBlk *backBuffer = mBackBuffer[i]->buf;
255 if (!backBuffer)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
OverlayPlaneBase.cpp 204 OverlayBackBufferBlk *backBuffer = mBackBuffer[i]->buf;
205 if (!backBuffer)
210 backBuffer->OCONFIG |= (1 << 15);
212 backBuffer->OCONFIG &= ~(1 << 15);
239 OverlayBackBufferBlk *backBuffer = mBackBuffer[i]->buf;
240 if (!backBuffer)
243 if (backBuffer->OCMD & 0x1)
246 backBuffer->OCMD |= 0x1;
258 OverlayBackBufferBlk *backBuffer = mBackBuffer[i]->buf;
259 if (!backBuffer)
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnOverlayPlane.cpp 148 OverlayBackBufferBlk *backBuffer = mBackBuffer[buf]->buf;
150 memset(backBuffer, 0, sizeof(OverlayBackBufferBlk));
153 backBuffer->OCLRC0 = (OVERLAY_INIT_CONTRAST << 18) |
155 backBuffer->OCLRC1 = OVERLAY_INIT_SATURATION;
156 backBuffer->DCLRKV = OVERLAY_INIT_COLORKEY;
157 backBuffer->DCLRKM = OVERLAY_INIT_COLORKEYMASK;
158 backBuffer->OCONFIG = 0;
159 backBuffer->OCONFIG |= (0x1 << 27);
161 backBuffer->OCONFIG |= 0x1;
162 backBuffer->SCHRKEN &= ~(0x7 << 24)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnOverlayPlane.cpp 140 OverlayBackBufferBlk *backBuffer = mBackBuffer[buf]->buf;
142 memset(backBuffer, 0, sizeof(OverlayBackBufferBlk));
145 backBuffer->OCLRC0 = (OVERLAY_INIT_CONTRAST << 18) |
147 backBuffer->OCLRC1 = OVERLAY_INIT_SATURATION;
148 backBuffer->DCLRKV = OVERLAY_INIT_COLORKEY;
149 backBuffer->DCLRKM = OVERLAY_INIT_COLORKEYMASK;
150 backBuffer->OCONFIG = 0;
151 backBuffer->OCONFIG |= (0x1 << 27);
153 backBuffer->OCONFIG |= 0x1;
154 backBuffer->SCHRKEN &= ~(0x7 << 24)
    [all...]
  /frameworks/native/libs/gui/
Surface.cpp 1014 sp<GraphicBuffer> backBuffer(GraphicBuffer::getSelf(out));
1015 const Rect bounds(backBuffer->width, backBuffer->height);
1028 backBuffer->width == frontBuffer->width &&
1029 backBuffer->height == frontBuffer->height &&
1030 backBuffer->format == frontBuffer->format);
1036 copyBlt(backBuffer, frontBuffer, copyback);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 50 struct pipe_surface *backbuffer; member in struct:__anon16759
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 14 'arcfi', 'arcfs', 'arci', 'arcs', 'attachcursor', 'backbuffer',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 14 'arcfi', 'arcfs', 'arci', 'arcs', 'attachcursor', 'backbuffer',
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 324 GLboolean backBuffer)
332 if (backBuffer)
fakeglx.c 280 char *backbuffer = _mesa_getenv("MESA_BACK_BUFFER"); local
281 if (backbuffer) {
282 if (backbuffer[0]=='p' || backbuffer[0]=='P') {
285 else if (backbuffer[0]=='x' || backbuffer[0]=='X') {
    [all...]
xmesaP.h 332 GLboolean backBuffer);
xm_api.c     [all...]
  /external/kernel-headers/original/uapi/drm/
i810_drm.h 36 * - backbuffer linear offset and pitch -- invarient in the current dri
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
i810_drm.h 36 * - backbuffer linear offset and pitch -- invarient in the current dri
i830_drm.h 69 * - backbuffer linear offset and pitch -- invarient in the current dri
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
i810_drm.h 36 * - backbuffer linear offset and pitch -- invarient in the current dri
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c 179 char *backbuffer = _mesa_getenv("MESA_BACK_BUFFER"); local
180 if (backbuffer) {
181 if (backbuffer[0]=='p' || backbuffer[0]=='P') {
184 else if (backbuffer[0]=='x' || backbuffer[0]=='X') {
    [all...]
  /external/mesa3d/docs/
README.CYGWIN 112 Mesa can use either an X Pixmap or XImage as the backbuffer when in
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_common_context.c 299 * a backbuffer that has a swap pending but not yet completed.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9types.h 202 #define D3DPRESENTFLAG_LOCKABLE_BACKBUFFER 0x00000001 /* Create a lockable backbuffer */
205 #define D3DPRESENTFLAG_VIDEO 0x00000010 /* backbuffer 'may' contain video data */
    [all...]
d3d8.h 258 STDMETHOD(GetBackBuffer)(THIS_ UINT BackBuffer, D3DBACKBUFFER_TYPE Type, struct IDirect3DSurface8 ** ppBackBuffer) PURE;
    [all...]
ddraw.h 268 /* this surface is a backbuffer */
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 626 * GetBuffers(0) ALWAYS points to the backbuffer to be presented and has the
665 * the command list would not always target the current backbuffer, since it would
    [all...]

Completed in 1546 milliseconds