Home
last modified time | relevance | path

Searched refs:drawn (Results 1 – 25 of 53) sorted by relevance

123

/external/deqp/doc/testspecs/GLES31/
Dfunctional.separate_shader.txt50 resulting image is compared to a reference image drawn with the program
55 program. After this, glUniform is called and a triangle is drawn. The
68 single-shader program. A triangle is drawn with the pipeline and the
69 result is compared to a triangle drawn with an equivalent monolithic
88 diagonal stripes in the drawn triangle.
Dfunctional.tessellation.txt89 verifies that the primitive is drawn iff the glFrontFace value matches the
90 winding mode specified in the TES. The patterns drawn are simple and verified by
95 TES. For the gl_PrimitiveID cases, multiple primitives are drawn and one of
96 them, with gl_PrimitiveID matching a specific value, is drawn with a differing
97 color; for the gl_PatchVerticesIn cases, just one primitive is drawn and the
148 drawn, and only there.
Dfunctional.geometry_shading.txt102 drawn around each input primitive instance.
Dfunctional.shaders.sample_variables.txt46 sample_id.* cases verify gl_SampleID values. A quad is drawn with a shader
/external/deqp/doc/testspecs/GLES3/
Dstress.occlusion_query.txt25 + Uses primitives drawn with GL_TRIANGLES
35 specified number of occluding triangles are drawn. Then the occlusion
36 query is started, specified number of target triangles are drawn and the
Dfunctional.occlusion_query.txt39 of occluders are drawn on screen. Occluders can be areas around scissor
41 target primitives are drawn in red. If any target is visible, i.e. red
Dfunctional.instanced.txt37 For each instance a rectangle-shaped grid of triangles is drawn. Instanced
39 chosen such that the rectangles are drawn next to each other.
Dfunctional.rasterizer_discard.txt42 afterwards. For depth and stencil clears, series of primitives are drawn
Dperformance.txt85 Each iteration (frame) renders N grids of quads. Each grid, drawn with single
/external/skia/site/user/api/
Dindex.md6 has two components: the primitive being drawn (`SkRect`, `SkPath`, etc.)
14 this case) is drawn: what color it is, if it is filled or stroked, how
15 it should blend with what was previously drawn.
18 pixels being drawn, and it maintains a stack of matrices and
22 on the canvas the rectangle will be drawn, but all other stylistic
Dskrect.md9 drawn using canvas.drawRect(), but it is also used to return the
49 In Skia, rectangle coordinates describe the boundary of what is drawn,
Dskpaint.md51 Now, anything drawn with that paint will be drawn with the gradient
67 colorized and drawn (e.g. blur)
173 * SkPath1DPathEffect: create dash-like effects by replicating the specified path along the drawn
Dskcanvas.md31 what color and style the rect will be drawn in is described by the
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_compositor.c690 struct u_rect drawn = calc_drawn_area(s, layer); in gen_vertex_data() local
692 dirty->x0 >= drawn.x0 && in gen_vertex_data()
693 dirty->y0 >= drawn.y0 && in gen_vertex_data()
694 dirty->x1 <= drawn.x1 && in gen_vertex_data()
695 dirty->y1 <= drawn.y1) { in gen_vertex_data()
732 struct u_rect drawn = calc_drawn_area(s, layer); in draw_layers() local
733 dirty->x0 = MIN2(drawn.x0, dirty->x0); in draw_layers()
734 dirty->y0 = MIN2(drawn.y0, dirty->y0); in draw_layers()
735 dirty->x1 = MAX2(drawn.x1, dirty->x1); in draw_layers()
736 dirty->y1 = MAX2(drawn.y1, dirty->y1); in draw_layers()
/external/skia/site/dev/design/
Dpdftheory.md45 SkDevice can be set on an SkPDFCanvas and drawn to. Once drawing to
250 PDF has a number of parameters that affect how things are drawn. The
348 stream, but can be transformed and drawn on an existing page. This is
360 drawn as a single operation onto the base layer, we can assume that
455 with an emulated xfer mode, what’s already drawn to the device is
456 called the destination or Dst, and what’s about to be drawn is the
459 of drawn objects, the shape is the same as where alpha is not
484 was just drawn into another form x-object, and then uses the Src form
496 SrcMode is clear plus Src being drawn afterward. DstMode simply omits
502 Dst (or not). SrcIn is SrcMode with Src drawn with Dst as a
[all …]
/external/autotest/client/site_tests/power_Draw/
Dcontrol7 PURPOSE = "Measure how much power is drawn over a given amount of time."
/external/autotest/client/site_tests/suite_HWQual/
Dcontrol.max_power_draw7 PURPOSE = "Measure how much power is drawn over a given amount of time."
/external/mesa3d/docs/
DREADME.CYGWIN162 displayed in the top row (drawn by dithering) should nearly match those
163 in the bottom row (drawn as grays).
173 drawn with glDrawPixels.
/external/llvm/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt54 distinction is drawn, but it does not appear that there is a wonderful
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-06-01-GCCOptimizations.txt54 distinction is drawn, but it does not appear that there is a wonderful
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt85 Each iteration (frame) renders N grids of quads. Each grid, drawn with single
Dstress.long.txt69 is drawn (note that this amount also affects the size of the buffers). This is
/external/skia/site/dev/testing/
Dfonts.md94 first character, usually a space, is drawn instead.
/external/ImageMagick/
DAUTHORS.txt72 Contributed code to support filling drawn objects using a pattern image
/external/libvncserver/
DREADME95 You should make sure that the cursor is not drawn before drawing yourself
111 drawn the cursor everytime an update is sent. LibVNCServer handles
208 describes, which pixels are drawn for the cursor (a cursor needn't be

123