/external/deqp/doc/testspecs/GLES31/ |
D | functional.separate_shader.txt | 50 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.
|
D | functional.tessellation.txt | 89 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.
|
D | functional.geometry_shading.txt | 102 drawn around each input primitive instance.
|
D | functional.shaders.sample_variables.txt | 46 sample_id.* cases verify gl_SampleID values. A quad is drawn with a shader
|
/external/deqp/doc/testspecs/GLES3/ |
D | stress.occlusion_query.txt | 25 + 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
|
D | functional.occlusion_query.txt | 39 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
|
D | functional.instanced.txt | 37 For each instance a rectangle-shaped grid of triangles is drawn. Instanced 39 chosen such that the rectangles are drawn next to each other.
|
D | functional.rasterizer_discard.txt | 42 afterwards. For depth and stencil clears, series of primitives are drawn
|
D | performance.txt | 85 Each iteration (frame) renders N grids of quads. Each grid, drawn with single
|
/external/skia/site/user/api/ |
D | index.md | 6 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
|
D | skrect.md | 9 drawn using canvas.drawRect(), but it is also used to return the 49 In Skia, rectangle coordinates describe the boundary of what is drawn,
|
D | skpaint.md | 51 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 …
|
D | skcanvas.md | 31 what color and style the rect will be drawn in is described by the
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.c | 690 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/ |
D | pdftheory.md | 45 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/ |
D | control | 7 PURPOSE = "Measure how much power is drawn over a given amount of time."
|
/external/autotest/client/site_tests/suite_HWQual/ |
D | control.max_power_draw | 7 PURPOSE = "Measure how much power is drawn over a given amount of time."
|
/external/mesa3d/docs/ |
D | README.CYGWIN | 162 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/ |
D | 2001-06-01-GCCOptimizations.txt | 54 distinction is drawn, but it does not appear that there is a wonderful
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-06-01-GCCOptimizations.txt | 54 distinction is drawn, but it does not appear that there is a wonderful
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.txt | 85 Each iteration (frame) renders N grids of quads. Each grid, drawn with single
|
D | stress.long.txt | 69 is drawn (note that this amount also affects the size of the buffers). This is
|
/external/skia/site/dev/testing/ |
D | fonts.md | 94 first character, usually a space, is drawn instead.
|
/external/ImageMagick/ |
D | AUTHORS.txt | 72 Contributed code to support filling drawn objects using a pattern image
|
/external/libvncserver/ |
D | README | 95 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
|