HomeSort by relevance Sort by last modified time
    Searched full:rendering (Results 1251 - 1275 of 3185) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/mesa/src/src/glx/
packrender.h 136 ** Finish a rendering command by advancing the pc. If the pc is now past
140 ** rendering buffer is flushed out into the X protocol stream (which may
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 59 * libGL to do both DRI-rendering and "fake GLX" rendering to X displays
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
context.h 32 * - struct gl_context: this contains the Mesa rendering state
193 * \name Macros for flushing buffered rendering commands before state changes,
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.h 30 * Shader is based off of Loop-Blinn Quadratic GPU Rendering
190 * Shader is based off of "Resolution Independent Curve Rendering using
  /external/chromium_org/ui/gfx/
pango_util.cc 66 NOTREACHED() << "Unhandled subpixel rendering type " << subpixel;
148 // If we got an explicit request to turn off subpixel rendering, disable it on
  /external/chromium_org/ui/gl/
gl_surface_win.cc 158 // destroyed but it is preferable to allow rendering to silently fail if the
202 // destroyed but it is preferable to allow rendering to silently fail if the
  /external/chromium_org/webkit/data/test_shell/frames/iframe1_files/
foo1.htm 56 available through the rendering processes described by those specifications.
62 attribute</span></a> in HTML <cite><a href="http://www.w3.org/TR/UAAG10/#ref-HTML4" title="Link to reference HTML4">[HTML4]</a></cite>, the rendering order of
  /external/mesa3d/src/gallium/drivers/r300/
r300_render.c 25 * HW TCL fastpath rendering, and SW TCL Draw-assisted rendering. */
234 * \return TRUE if rendering should be skipped
253 "(not enough memory?) Skipping rendering.\n");
297 * \return TRUE if rendering should be skipped
813 " which is too small to be used for rendering.\n");
849 * The rest of this file is for SW TCL rendering only. Please be polite and *
878 /* Object for rendering using Draw. */
    [all...]
  /external/mesa3d/src/glx/
packrender.h 136 ** Finish a rendering command by advancing the pc. If the pc is now past
140 ** rendering buffer is flushed out into the X protocol stream (which may
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 59 * libGL to do both DRI-rendering and "fake GLX" rendering to X displays
  /external/mesa3d/src/mesa/main/
context.h 32 * - struct gl_context: this contains the Mesa rendering state
193 * \name Macros for flushing buffered rendering commands before state changes,
  /external/skia/src/gpu/effects/
GrBezierEffect.h 30 * Shader is based off of Loop-Blinn Quadratic GPU Rendering
190 * Shader is based off of "Resolution Independent Curve Rendering using
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_Extended_API.h 222 * @brief This enum defines different media rendering using exif orientation
293 /**< Function pointer on text rendering engine, if not used, must be set to NULL !! */
  /frameworks/base/services/input/
SpriteController.h 103 * The sprite retains a copy of the bitmap for subsequent rendering. */
134 * All sprite position updates and rendering is performed asynchronously.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
NinePatch_Delegate.java 19 import com.android.ide.common.rendering.api.LayoutLog;
63 * {@link NinePatchChunk} every time a rendering is done.
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 57 * The application-specific rendering code is delegated to a GLView.Renderer
79 * GPUs VBO objects are the fastest way of rendering static vertex
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElements.cpp 47 #include "core/rendering/RenderMediaControlElements.h"
48 #include "core/rendering/RenderSlider.h"
49 #include "core/rendering/RenderTheme.h"
50 #include "core/rendering/RenderVideo.h"
686 // mechanism with no rendering area, abort these steps. There is nothing to
710 // their rules for updating the text track rendering these rules for
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
AutoTableLayout.cpp 23 #include "core/rendering/AutoTableLayout.h"
25 #include "core/rendering/RenderTable.h"
26 #include "core/rendering/RenderTableCell.h"
27 #include "core/rendering/RenderTableCol.h"
28 #include "core/rendering/RenderTableSection.h"
315 // width value. This caused a mis-rendering on amazon.com.
    [all...]
RenderCounter.cpp 23 #include "core/rendering/RenderCounter.h"
30 #include "core/rendering/CounterNode.h"
31 #include "core/rendering/RenderListItem.h"
32 #include "core/rendering/RenderListMarker.h"
33 #include "core/rendering/RenderView.h"
34 #include "core/rendering/style/RenderStyle.h"
RenderFrameSet.cpp 25 #include "core/rendering/RenderFrameSet.h"
34 #include "core/rendering/GraphicsContextAnnotator.h"
35 #include "core/rendering/LayoutRectRecorder.h"
36 #include "core/rendering/PaintInfo.h"
37 #include "core/rendering/RenderFrame.h"
38 #include "core/rendering/RenderView.h"
RenderImage.cpp 29 #include "core/rendering/RenderImage.h"
42 #include "core/rendering/HitTestResult.h"
43 #include "core/rendering/LayoutRectRecorder.h"
44 #include "core/rendering/PaintInfo.h"
45 #include "core/rendering/RenderView.h"
614 // Our intrinsicSize is empty if we're rendering generated images with relative width/height. Figure out the right intrinsic size to use.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h 33 #include "core/rendering/style/BorderValue.h"
34 #include "core/rendering/style/CounterDirectives.h"
35 #include "core/rendering/style/DataRef.h"
36 #include "core/rendering/style/LineClampValue.h"
37 #include "core/rendering/style/NinePieceImage.h"
38 #include "core/rendering/style/OutlineValue.h"
39 #include "core/rendering/style/RenderStyleConstants.h"
40 #include "core/rendering/style/SVGRenderStyle.h"
41 #include "core/rendering/style/ShapeValue.h"
42 #include "core/rendering/style/StyleBackgroundData.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 41 #include "core/rendering/RenderObject.h"
42 #include "core/rendering/RenderPart.h"
43 #include "core/rendering/svg/RenderSVGModelObject.h"
44 #include "core/rendering/svg/RenderSVGResource.h"
45 #include "core/rendering/svg/RenderSVGRoot.h"
46 #include "core/rendering/svg/RenderSVGViewportContainer.h"
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
css.js 362 "icon", "image-orientation", "image-rendering", "image-resolution",
378 "presentation-level", "punctuation-trim", "quotes", "rendering-intent",
401 "color-rendering", "fill", "fill-opacity", "fill-rule", "image-rendering",
402 "marker", "marker-end", "marker-mid", "marker-start", "shape-rendering", "stroke",
404 "stroke-miterlimit", "stroke-opacity", "stroke-width", "text-rendering",
  /external/chromium_org/third_party/mesa/src/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.

Completed in 2032 milliseconds

<<51525354555657585960>>