HomeSort by relevance Sort by last modified time
    Searched full:rendering (Results 226 - 250 of 3036) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/docs/
relnotes-6.5.html 88 <li>Rendering to depth textures will not work. Rendering to GL_DEPTH_STENCIL
97 <li>Render-to-texture: The functions for rendering to textures have changed.
viewperf.html 70 Subsequent drawing calls become no-ops and the rendering is incorrect.
84 If the Mesa driver doesn't support this extension the rendering will
149 This is what Mesa does and the resulting rendering is darker than it should
155 and returns (1,1,1,1) (white) which causes the rendering to appear brighter
156 and match the reference image (however, AMD's rendering is <em>much</em>
162 initialized to be full white instead of full black the rendering appears
  /external/mesa3d/src/mapi/glapi/
glapi_nop.c 33 * When there's no current rendering context, calling a GL function like
68 fprintf(stderr, "GL User Error: gl%s called without a rendering context\n",
108 fprintf(stderr, "GL User Error: calling GL function without a rendering context\n");
  /external/chromium_org/third_party/mesa/src/docs/
viewperf.html 70 Subsequent drawing calls become no-ops and the rendering is incorrect.
84 If the Mesa driver doesn't support this extension the rendering will
149 This is what Mesa does and the resulting rendering is darker than it should
155 and returns (1,1,1,1) (white) which causes the rendering to appear brighter
156 and match the reference image (however, AMD's rendering is <em>much</em>
162 initialized to be full white instead of full black the rendering appears
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderLogger.java 21 import com.android.ide.common.rendering.api.LayoutLog;
63 * Returns a list of traces encountered during rendering, or null if none
65 * @return a list of traces encountered during rendering, or null if none
77 * @return a string describing the rendering problems
155 description = "Exception raised during rendering: " + description;
165 * Record that the given exception was encountered during rendering
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 21 import com.android.ide.common.rendering.api.ResourceValue;
56 * The width of the preview rendering
58 * TODO: Make the preview rendering resize if the tray area is resized
61 /** The height of the preview rendering */
80 * configuration data for the rendering.
175 // Some kind of rendering error occurred. However, we don't want to use
  /cts/libs/util/src/android/cts/util/
WatchDog.java 26 * class for checking if rendering function is alive or not.
74 if (!mStopRequested) { // stop requested, but rendering still on-going
  /external/chromium_org/content/common/gpu/media/
rendering_helper.h 26 // case of thumbnail rendering, these won't match the frame dimensions.
57 // Return a newly-created GLES2 texture id rendering to a specific window, and
  /external/chromium_org/gpu/gles2_conform_support/egl/
config.h 62 // True if native rendering APIs can render to surface.
68 // Which client rendering APIs are supported.
  /external/chromium_org/media/audio/win/
audio_low_latency_output_win.h 6 // WASAPI for low latency rendering.
27 // o Endpoint buffer (~20 ms to ensure glitch-free rendering).
57 // - Audio-rendering endpoint devices can have three roles:
67 // - Audio rendering is performed on the audio render thread, owned by this
165 // Core part of the thread loop which controls the actual rendering.
188 // Rendering is driven by this thread (which has no message loop).
244 // data to a rendering endpoint buffer.
251 // This event will be signaled when rendering shall stop.
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSShaderValue.cpp 39 #include "core/rendering/style/StyleFetchedShader.h"
40 #include "core/rendering/style/StylePendingShader.h"
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
Reverb.h 45 // renderSliceSize is a rendering hint, so the FFTs can be optimized to not all occur at the same time (very bad when rendering on a real-time thread).
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontRenderStyle.h 35 // FontRenderStyle describes the user's preferences for rendering a font at a
71 char useSubpixelRendering; // use subpixel rendering (partially-filled pixels)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCounter.h 25 #include "core/rendering/RenderText.h"
26 #include "core/rendering/style/CounterContent.h"
RenderImageResource.cpp 29 #include "core/rendering/RenderImageResource.h"
33 #include "core/rendering/RenderObject.h"
RenderImageResourceStyleImage.h 29 #include "core/rendering/RenderImageResource.h"
30 #include "core/rendering/style/StyleImage.h"
RenderProgress.cpp 23 #include "core/rendering/RenderProgress.h"
26 #include "core/rendering/RenderTheme.h"
RenderRegionSet.cpp 27 #include "core/rendering/RenderRegionSet.h"
29 #include "core/rendering/RenderFlowThread.h"
RenderRegionSet.h 30 #include "core/rendering/RenderBoxRegionInfo.h"
31 #include "core/rendering/RenderRegion.h"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 31 #include "core/rendering/shapes/ShapeOutsideInfo.h"
33 #include "core/rendering/RenderBox.h"
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
ShapeValue.h 33 #include "core/rendering/style/BasicShapes.h"
34 #include "core/rendering/style/StyleImage.h"
StyleCustomFilterProgramCache.cpp 32 #include "core/rendering/style/StyleCustomFilterProgramCache.h"
35 #include "core/rendering/style/StyleCustomFilterProgram.h"
StyleFetchedImage.cpp 25 #include "core/rendering/style/StyleFetchedImage.h"
28 #include "core/rendering/RenderObject.h"
StyleFlexibleBoxData.cpp 27 #include "core/rendering/style/StyleFlexibleBoxData.h"
29 #include "core/rendering/style/RenderStyle.h"
StyleGeneratedImage.cpp 25 #include "core/rendering/style/StyleGeneratedImage.h"
29 #include "core/rendering/RenderObject.h"

Completed in 2126 milliseconds

1 2 3 4 5 6 7 8 91011>>