HomeSort by relevance Sort by last modified time
    Searched full:rasterizer (Results 201 - 225 of 361) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/skia/dm/
DMSrcSink.h 232 PDFSink(const char* rasterizer);
DMSrcSink.cpp     [all...]
  /external/skia/src/gpu/
GrPipelineBuilder.h 205 * Returns whether the rasterizer and stencil test (if any) will run at a higher sample rate
  /frameworks/native/opengl/libagl/
matrix.cpp 98 const uint32_t enables = c->rasterizer.state.enables;
676 y = c->rasterizer.state.buffers.color.height - (y + h);
677 c->rasterizer.procs.scissor(c, x, y, w, h);
696 GLint H = c->rasterizer.state.buffers.color.height;
  /external/freetype/src/truetype/
ttsubpix.c 39 /* better than they do in the MS rasterizer. */
403 /* Return MS rasterizer version 35 if matched. */
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup.c 1006 * the draw module. Currently also creates a rasterizer to use with
1115 * scene boundary, and the rasterizer automatically "ends" queries
lp_setup_vbuf.c 29 * Interface between 'draw' module's output and the llvmpipe rasterizer/setup
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c     [all...]
r600_pipe.h 351 struct r600_pipe_rasterizer *rasterizer; member in struct:r600_context
450 /* With rasterizer discard, there doesn't have to be a pixel shader.
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 285 if (si_shader_ctx->rctx->queued.named.rasterizer &&
286 si_shader_ctx->rctx->queued.named.rasterizer->flatshade) {
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 23 * DRI software rasterizer
604 return (const GLubyte *) "Software Rasterizer";
  /external/pdfium/third_party/freetype/src/truetype/
ttsubpix.c 39 /* better than they do in the MS rasterizer. */
403 /* Return MS rasterizer version 35 if matched. */
    [all...]
  /external/skia/samplecode/
SampleFilterFuzz.cpp 544 SkAutoTUnref<SkRasterizer> rasterizer(rasterizerBuilder.detachRasterizer());
545 paint.setRasterizer(rasterizer);
  /external/mesa3d/docs/
versions.html 356 <li>triangle rasterizer replaces polygon rasterizer
386 <li>triangle rasterizer suffered from float/int overflow exceptions
528 <li>fixed a few under/overflow bugs in triangle rasterizer
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 1585 SkRasterizer* rasterizer = paint->getRasterizer(); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 109 /* Rasterizer state. */
213 /* rasterizer state */
413 /* Rasterizer. */
    [all...]
u_inlines.h 527 /* The point size should be clamped to this value at the rasterizer stage.
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 82 struct pipe_rasterizer_state rasterizer; member in struct:renderer::__anon20074
1052 raster = renderer->g3d.rasterizer;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 42 * quality anti-aliased font rasterizer, full character set support, and all the
  /external/freetype/src/cff/
cf2font.c 62 * using the modified 5 part curve as Adobe's Avalon rasterizer.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt.c 84 draw->rasterizer,
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 595 uint64_t c_invocations; /**< Num primitives sent to the rasterizer. */
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 115 IMPLEMENT_OBJECT_DTOR(RasterizerState, rasterizer)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 293 /* Initialize the software rasterizer and helper modules.
  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 27 * Antialiased Triangle Rasterizer Template

Completed in 1194 milliseconds

1 2 3 4 5 6 7 891011>>