/system/core/include/pixelflinger/ |
pixelflinger.h | 219 void (*colorBuffer)(void* c, const GGLSurface* surface);
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
screen.rst | 90 * ``PIPE_CAP_MIXED_COLORBUFFER_FORMATS``: Whether mixed colorbuffer formats are 91 supported, e.g. RGBA8 and RGBA32F as the first and second colorbuffer, resp.
|
/external/mesa3d/src/gallium/docs/source/ |
screen.rst | 90 * ``PIPE_CAP_MIXED_COLORBUFFER_FORMATS``: Whether mixed colorbuffer formats are 91 supported, e.g. RGBA8 and RGBA32F as the first and second colorbuffer, resp.
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
accum.c | 338 * ColorBuffer = Accum * value
|
/external/mesa3d/src/mesa/main/ |
accum.c | 338 * ColorBuffer = Accum * value
|
/frameworks/native/opengl/libagl/ |
texture.cpp | 298 ggl->colorBuffer(ggl, &dst); [all...] |
egl.cpp | 593 gl->rasterizer.procs.colorBuffer(gl, &buffer); 685 gl->rasterizer.procs.colorBuffer(gl, &buffer); 761 gl->rasterizer.procs.colorBuffer(gl, &pbuffer); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_emit.c | 445 * Use the first colorbuffer, we will disable writes in the DSA state 505 /* Colorbuffer format in the US block. [all...] |
r300_blit.c | 126 /* Only color clear allowed, and only one colorbuffer. */
|
r300_texture.c | 397 /* Colorbuffer formats. This is the unswizzled format of the RB3D block's [all...] |
/external/mesa3d/src/gallium/drivers/r300/ |
r300_emit.c | 445 * Use the first colorbuffer, we will disable writes in the DSA state 505 /* Colorbuffer format in the US block. [all...] |
r300_blit.c | 126 /* Only color clear allowed, and only one colorbuffer. */
|
r300_texture.c | 397 /* Colorbuffer formats. This is the unswizzled format of the RB3D block's [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/ |
r600_state.c | [all...] |
evergreen_state.c | [all...] |
r600_blit.c | 309 /* Cayman cannot decompress an MSAA colorbuffer,
|
r600_texture.c | 287 /* R600-R700 errata? Anyway, this fixes colorbuffer corruption. */ [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_state.c | [all...] |
evergreen_state.c | [all...] |
r600_blit.c | 309 /* Cayman cannot decompress an MSAA colorbuffer,
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
DrawingBuffer.cpp | 315 Platform3DObject sourceTexture = colorBuffer();
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Renderer9.cpp | 2753 gl::Renderbuffer *colorbuffer = framebuffer->getColorbuffer(0); local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 770 /* Get the intel_renderbuffer for the single colorbuffer we're drawing
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 770 /* Get the intel_renderbuffer for the single colorbuffer we're drawing
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/ |
osmesa.c | 71 struct swrast_renderbuffer *srb; /*< The user's colorbuffer */ [all...] |