/external/mesa3d/doxygen/ |
swrast.doxy | 8 PROJECT_NAME = "Mesa Software Rasterization (swrast)"
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_context.c | 212 * the rasterization algorithm and the arithmetic performed on Z 213 * values between vertex shading and rasterization. It will vary 234 * Register new primitive rasterization/rendering state. 272 * Plug in the primitive rendering/rasterization stage (which is the last
|
draw_vertex.h | 76 * Information about hardware/rasterization vertex layout.
|
/external/mesa3d/src/gallium/docs/source/ |
distro.rst | 151 or other essential parts of pre-rasterization vertex preparation.
|
pipeline.txt | 107 | Rasterization |
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast.c | 89 * Begining rasterization of a tile. 908 /* for synchronizing rasterization threads */ 950 /* for synchronizing rasterization threads */ 959 /** Return number of rasterization threads */
|
lp_state_derived.c | 44 * rasterization.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_sf.c | 133 /* Calculate interpolants for triangle and line rasterization.
|
/external/mesa3d/src/mesa/swrast/ |
s_span.h | 104 * It would be interesting to experiment with multiprocessor rasterization
|
/external/skia/example/ |
SkiaSDLExample.cpp | 227 // create a surface for CPU rasterization
|
/external/skia/include/core/ |
SkBitmapDevice.h | 89 * affect the geometry/rasterization, then the pre matrix can just be
|
SkDraw.h | 49 * affect the geometry/rasterization, then the pre matrix can just be
|
/external/skia/site/dev/testing/ |
skps.md | 16 An SKP is a binary representation of the draw commands Chromium sends to Skia for rasterization.
|
/external/skia/src/gpu/ |
GrClipMaskManager.h | 124 // Creates an alpha mask of the clip. The mask is a rasterization of elements through the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 67 RASTERIZATION_STATE("Rasterization State"),
|
/external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/ |
graphics_PiglitBVT_3.sh | 303 run_test "spec/!OpenGL 1.4/triangle-rasterization" 0.0 "bin/triangle-rasterization -auto" 304 run_test "spec/!OpenGL 1.4/triangle-rasterization-fbo" 0.0 "bin/triangle-rasterization -auto -use_fbo" 305 run_test "spec/!OpenGL 1.4/triangle-rasterization-overdraw" 0.0 "bin/triangle-rasterization-overdraw -auto"
|
/external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/ |
input_latency_async_slice.html | 413 // Find rasterization slices that have the source_prepare_tiles_id 493 // The rasterization work (CompositorTileWorker thread) and the
|
/external/chromium-trace/catapult/tracing/tracing/ui/extras/about_tracing/ |
record_selection_dialog_test.html | 274 // Switch to the graphics, rendering, and rasterization preset. 335 // Switch to the graphics, rendering, and rasterization preset.
|
/external/skia/include/gpu/ |
GrContext.h | 389 // TODO: Stop pretending to make GrContext thread-safe for sw rasterization and provide 390 // a mechanism to make a SkPicture safe for multithreaded sw rasterization.
|
/external/skia/tests/ |
PDFPrimitivesTest.cpp | 400 // CPU rasterization. 420 // CPU rasterization.
|
/external/deqp/doc/ |
gles3-test-case-resolutions.txt | 72 dEQP-GLES3.functional.rasterization.* 256x256 256x256
|
/external/deqp/framework/opengl/ |
gluStateReset.cpp | 109 // Rasterization state 121 GLU_EXPECT_NO_ERROR(gl.getError(), "Rasterization state reset failed"); 681 // Rasterization state 698 GLU_EXPECT_NO_ERROR(gl.getError(), "Rasterization state reset failed"); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fNegativeFragmentApiTests.cpp | 179 // Rasterization API functions
|
/external/freetype/include/ |
ftttdrv.h | 190 * `Y-direction ClearType', meaning grayscale rasterization along the
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 197 Additions to Chapter 3 of the OpenGL 2.0 Specification (Rasterization):
|