/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 320 // Allocate ColorBuffer handle on the host (only if h/w access is allowed) 329 D("Created host ColorBuffer 0x%x\n", cb->hostHandle); 333 // Could not create colorbuffer on host !!! 374 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle); 537 D("Opening host ColorBuffer 0x%x\n", cb->hostHandle); 574 D("Closing host ColorBuffer 0x%x\n", cb->hostHandle);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_state.c | 62 * SRC_ALPHA == 0, and the following state is set, the colorbuffer 83 * SRC_ALPHA == 1, and the following state is set, the colorbuffer 102 * SRC_COLOR == (0,0,0), and the following state is set, the colorbuffer 117 * SRC_COLOR == (1,1,1), and the following state is set, the colorbuffer 133 * the colorbuffer will not be changed. 156 * the colorbuffer will not be changed. 260 * When SRC_ALPHA_SATURATE is used, colorbuffer reads must be enabled, 276 /* Enable reading from the colorbuffer. */ 314 /* Optimization: discard pixels which don't change the colorbuffer. 424 /* The same as above, but with no colorbuffer reads and writes. * [all...] |
r300_screen.c | 295 /* The maximum dimensions of the colorbuffer are our practical 417 /* Check colorbuffer format support. */
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state.c | 62 * SRC_ALPHA == 0, and the following state is set, the colorbuffer 83 * SRC_ALPHA == 1, and the following state is set, the colorbuffer 102 * SRC_COLOR == (0,0,0), and the following state is set, the colorbuffer 117 * SRC_COLOR == (1,1,1), and the following state is set, the colorbuffer 133 * the colorbuffer will not be changed. 156 * the colorbuffer will not be changed. 260 * When SRC_ALPHA_SATURATE is used, colorbuffer reads must be enabled, 276 /* Enable reading from the colorbuffer. */ 314 /* Optimization: discard pixels which don't change the colorbuffer. 424 /* The same as above, but with no colorbuffer reads and writes. * [all...] |
r300_screen.c | 295 /* The maximum dimensions of the colorbuffer are our practical 417 /* Check colorbuffer format support. */
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
ResourceManager.cpp | 316 Renderbuffer *renderbufferObject = new Renderbuffer(mRenderer, renderbuffer, new Colorbuffer(mRenderer, 0, 0, GL_RGBA4, 0));
|
Context.cpp | 312 Colorbuffer *colorbufferZero = new Colorbuffer(mRenderer, swapchain); 1079 renderbuffer = new gl::Colorbuffer(mRenderer,width, height, internalformat, samples); 1442 gl::Renderbuffer *colorbuffer = framebuffer->getFirstColorbuffer(); local [all...] |
Context.h | 55 class Colorbuffer;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_quad_fs.c | 89 /* loop over colorbuffer outputs */
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_quad_fs.c | 89 /* loop over colorbuffer outputs */
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
buffers.c | 378 * \param buffers array[n] of colorbuffer names, like GL_LEFT. 380 * colorbuffer names. (i.e. GL_FRONT_AND_BACK =>
|
/external/llvm/test/Transforms/InstCombine/ |
shufflemask-undef.ll | 11 %struct.ColorBuffer = type { i16, i8, i8, [8 x i16], [0 x i32] } 50 %struct.State = type <{ i16, i16, i16, i16, i32, i32, [256 x %struct.IColor4], [128 x %struct.IColor4], %struct.Viewport, %struct.Transform, %struct.LightModel, %struct.ActiveTextureTargets, %struct.AlphaTest, %struct.BlendMode, %struct.ClearColor, %struct.ColorBuffer, %struct.DepthTest, %struct.ArrayRange, %struct.FogMode, %struct.HintMode, %struct.LineMode, %struct.LogicOp, %struct.MaskMode, %struct.PixelMode, %struct.PointMode, %struct.PolygonMode, %struct.ScissorTest, i32, %struct.StencilTest, [8 x %struct.TextureMode], [16 x %struct.TextureImageMode], %struct.ArrayRange, [8 x %struct.TextureCoordGen], %struct.ClipPlane, %struct.Multisample, %struct.RegisterCombiners, %struct.ArrayRange, %struct.ArrayRange, [3 x %struct.PipelineProgramState], %struct.ArrayRange, %struct.TransformFeedback, i32*, %struct.FixedFunction, [3 x i32], [3 x i32] }>
|
/external/mesa3d/src/mesa/main/ |
buffers.c | 378 * \param buffers array[n] of colorbuffer names, like GL_LEFT. 380 * colorbuffer names. (i.e. GL_FRONT_AND_BACK =>
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
DrawingBuffer.h | 142 Platform3DObject colorBuffer() const { return m_colorBuffer; }
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Image9.cpp | 487 gl::Renderbuffer *colorbuffer = source->getColorbuffer(0); local 489 if (colorbuffer) 491 renderTarget = RenderTarget9::makeRenderTarget9(colorbuffer->getRenderTarget());
|
Renderer11.h | 181 bool getRenderTargetResource(gl::Renderbuffer *colorbuffer, unsigned int *subresourceIndex, ID3D11Texture2D **resource);
|
/bootable/recovery/minui/ |
graphics.c | 394 gl->colorBuffer(gl, &gr_mem_surface);
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.2.html | 183 <li>r300g: fix alpha-test with no colorbuffer</li>
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 38 * - R500 ARGB2101010 colorbuffer
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/ |
r200_blit.c | 489 /* Make sure that colorbuffer has even width - hw limitation */
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 367 /* Make sure that colorbuffer has even width - hw limitation */
|
/external/mesa3d/docs/ |
relnotes-7.10.2.html | 183 <li>r300g: fix alpha-test with no colorbuffer</li>
|
/external/mesa3d/src/gallium/winsys/radeon/drm/ |
radeon_winsys.h | 38 * - R500 ARGB2101010 colorbuffer
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_blit.c | 489 /* Make sure that colorbuffer has even width - hw limitation */
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_blit.c | 367 /* Make sure that colorbuffer has even width - hw limitation */
|