/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.10.3.html | 71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36410">Bug 36410</a> - [SNB] Rendering errors in 3DMMES subtest taiji</li> 254 <li>st/mesa: GenerateMipmap should not be killed by conditional rendering</li> 255 <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li> 256 <li>st/mesa: BlitFramebuffer should not be killed by conditional rendering</li> 257 <li>st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering</li> 258 <li>st/mesa: conditional rendering should not kill texture decompression via blit</li>
|
relnotes-7.9.1.html | 45 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29420">Bug 29420</a> - Amnesia / HPL2 RendererFeatTest - not rendering correctly</li> 213 <li>i965: Add support for rendering to SARGB8 FBOs.</li> 233 <li>meta: Fix incorrect rendering of the bitmap alpha component.</li> 324 <li>r300g: fix rendering with no vertex elements</li> 332 <li>r300g: fix rendering with a vertex attrib having a zero stride</li>
|
/external/mesa3d/docs/ |
conform.html | 100 Display ID = 35. Indirect Rendering. 213 Display ID = 35. Indirect Rendering. 326 Display ID = 35. Indirect Rendering. 439 Display ID = 35. Indirect Rendering. 552 Display ID = 35. Indirect Rendering. 669 Display ID = 34. Direct Rendering.
|
relnotes-7.10.3.html | 71 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=36410">Bug 36410</a> - [SNB] Rendering errors in 3DMMES subtest taiji</li> 254 <li>st/mesa: GenerateMipmap should not be killed by conditional rendering</li> 255 <li>swrast: BlitFramebuffer should not be killed by conditional rendering</li> 256 <li>st/mesa: BlitFramebuffer should not be killed by conditional rendering</li> 257 <li>st/mesa: CopyTex(Sub)Image should not be killed by conditional rendering</li> 258 <li>st/mesa: conditional rendering should not kill texture decompression via blit</li>
|
relnotes-7.9.1.html | 45 <li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=29420">Bug 29420</a> - Amnesia / HPL2 RendererFeatTest - not rendering correctly</li> 213 <li>i965: Add support for rendering to SARGB8 FBOs.</li> 233 <li>meta: Fix incorrect rendering of the bitmap alpha component.</li> 324 <li>r300g: fix rendering with no vertex elements</li> 332 <li>r300g: fix rendering with a vertex attrib having a zero stride</li>
|
/frameworks/base/core/java/android/view/ |
Choreographer.java | 34 * from the display subsystem then schedules work to occur as part of rendering 43 * display frame rendering, use {@link android.animation.ValueAnimator#start}.</li> 52 * sync with display frame rendering, do nothing. This already happens automatically. 60 * <li>If your application does its rendering in a different thread, possibly using GL, 434 * callback actually runs. All callbacks that run as part of rendering a frame will 651 * callback actually runs. All callbacks that run as part of rendering a frame will [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderInline.cpp | 24 #include "core/rendering/RenderInline.h" 29 #include "core/rendering/GraphicsContextAnnotator.h" 30 #include "core/rendering/HitTestResult.h" 31 #include "core/rendering/InlineTextBox.h" 32 #include "core/rendering/LayoutRectRecorder.h" 33 #include "core/rendering/RenderBlock.h" 34 #include "core/rendering/RenderFlowThread.h" 35 #include "core/rendering/RenderFullScreen.h" 36 #include "core/rendering/RenderGeometryMap.h" 37 #include "core/rendering/RenderLayer.h [all...] |
InlineFlowBox.cpp | 21 #include "core/rendering/InlineFlowBox.h" 25 #include "core/rendering/HitTestResult.h" 26 #include "core/rendering/InlineTextBox.h" 27 #include "core/rendering/RenderBlock.h" 28 #include "core/rendering/RenderInline.h" 29 #include "core/rendering/RenderLayer.h" 30 #include "core/rendering/RenderListMarker.h" 31 #include "core/rendering/RenderRubyBase.h" 32 #include "core/rendering/RenderRubyRun.h" 33 #include "core/rendering/RenderRubyText.h [all...] |
InlineTextBox.cpp | 24 #include "core/rendering/InlineTextBox.h" 35 #include "core/rendering/AbstractInlineTextBox.h" 36 #include "core/rendering/EllipsisBox.h" 37 #include "core/rendering/HitTestResult.h" 38 #include "core/rendering/PaintInfo.h" 39 #include "core/rendering/RenderBR.h" 40 #include "core/rendering/RenderBlock.h" 41 #include "core/rendering/RenderCombineText.h" 42 #include "core/rendering/RenderRubyRun.h" 43 #include "core/rendering/RenderRubyText.h [all...] |
RenderMultiColumnSet.cpp | 27 #include "core/rendering/RenderMultiColumnSet.h" 29 #include "core/rendering/PaintInfo.h" 30 #include "core/rendering/RenderLayer.h" 31 #include "core/rendering/RenderMultiColumnBlock.h" 32 #include "core/rendering/RenderMultiColumnFlowThread.h"
|
RenderThemeChromiumWin.cpp | 26 #include "core/rendering/RenderThemeChromiumWin.h" 36 #include "core/rendering/PaintInfo.h" 37 #include "core/rendering/RenderBox.h" 38 #include "core/rendering/RenderProgress.h" 39 #include "core/rendering/RenderSlider.h"
|
/external/chromium_org/content/renderer/ |
render_widget.h | 165 // rendering, e.g. count of frames rendered, time spent painting. 169 // GPU rendering, e.g. count of texture uploads performed, time spent 398 // DidInitiatePaint happens when that has completed, and subsequent rendering 622 // rendering. 625 // When accelerated rendering is on, is the maximum number of swapbuffers that 679 // Stores the current type of composition text rendering of |webwidget_|. 766 // The last set of rendering stats received from the browser. This is only
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeContext.java | 19 import com.android.ide.common.rendering.api.ILayoutPullParser; 20 import com.android.ide.common.rendering.api.IProjectCallback; 21 import com.android.ide.common.rendering.api.LayoutLog; 22 import com.android.ide.common.rendering.api.RenderResources; 23 import com.android.ide.common.rendering.api.ResourceReference; 24 import com.android.ide.common.rendering.api.ResourceValue; 25 import com.android.ide.common.rendering.api.StyleResourceValue; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXRenderObject.cpp | 56 #include "core/rendering/HitTestResult.h" 57 #include "core/rendering/RenderFieldset.h" 58 #include "core/rendering/RenderFileUploadControl.h" 59 #include "core/rendering/RenderHTMLCanvas.h" 60 #include "core/rendering/RenderImage.h" 61 #include "core/rendering/RenderInline.h" 62 #include "core/rendering/RenderLayer.h" 63 #include "core/rendering/RenderListMarker.h" 64 #include "core/rendering/RenderMenuList.h" 65 #include "core/rendering/RenderTextControlSingleLine.h [all...] |
/external/chromium_org/content/common/gpu/media/ |
video_decode_accelerator_unittest.cc | 86 // expected to be achieved with and without rendering to the screen, resp. 102 // Disable rendering, the value is set by the switch "--disable_rendering". 154 // Read in golden MD5s for the thumbnailed rendering of this video 365 // |rendering_fps| indicates the target rendering fps. 0 means no target fps 367 // |suppress_rendering| indicates GL rendering is suppressed or not. [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
BreakingContextInlineHeaders.h | 27 #include "core/rendering/InlineIterator.h" 28 #include "core/rendering/InlineTextBox.h" 29 #include "core/rendering/LineWidth.h" 30 #include "core/rendering/RenderCombineText.h" 31 #include "core/rendering/RenderInline.h" 32 #include "core/rendering/break_lines.h" 33 #include "core/rendering/line/LineInfo.h" 34 #include "core/rendering/shapes/ShapeInsideInfo.h" 35 #include "core/rendering/svg/RenderSVGInlineText.h" [all...] |
/external/chromium_org/chrome/browser/resources/local_ntp/ |
local_ntp.js | 11 * Controls rendering the new tab page for InstantExtended. 306 * A Tile is either a rendering of a Most Visited page or "filler" used to 309 * @param {Element} elem The element for rendering the tile. 676 * re-rendering the new set of tiles. 937 * Prepares the New Tab Page by adding listeners, rendering the current
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleAdjuster.cpp | 44 #include "core/rendering/Pagination.h" 45 #include "core/rendering/RenderTheme.h" 46 #include "core/rendering/style/GridPosition.h" 47 #include "core/rendering/style/RenderStyle.h" 48 #include "core/rendering/style/RenderStyleConstants.h"
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ContainerNode.cpp | 39 #include "core/rendering/InlineTextBox.h" 40 #include "core/rendering/RenderText.h" 41 #include "core/rendering/RenderTheme.h" 42 #include "core/rendering/RenderView.h" 43 #include "core/rendering/RenderWidget.h"
|
/external/chromium_org/third_party/mesa/src/include/GL/internal/ |
dri_interface.h | 62 * side library and the DRI (direct rendering infrastructure). 277 * it starts rendering again. 757 * Flush pending front-buffer rendering 759 * Any rendering that has been performed to the [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 268 * The goal of this extension is to allow apps to accumulate their rendering 270 * you'd end up blocking on execution of rendering every time you mapped 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
intel_context.c | 300 * front buffer rendering once we get there. 336 /* If we're rendering to the fake front buffer, make sure all the 420 /* If we're currently rendering to the front buffer, the rendering 432 * swapbuffer) and glFlush (for front buffer rendering) as the
|
intel_fbo.c | 567 * Rendering to tiled buffers requires that the base address of the 594 * prepare for rendering into texture memory. This might be called 637 /* fallback to software rendering */ 662 * Called by Mesa when rendering to a texture is done. 783 DBG("software rendering renderbuffer\n");
|
/external/mesa3d/include/GL/internal/ |
dri_interface.h | 62 * side library and the DRI (direct rendering infrastructure). 277 * it starts rendering again. 757 * Flush pending front-buffer rendering 759 * Any rendering that has been performed to the [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 268 * The goal of this extension is to allow apps to accumulate their rendering 270 * you'd end up blocking on execution of rendering every time you mapped 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|