Searched refs:tris (Results 1 - 9 of 9) sorted by relevance

/external/pixman/demos/
H A Dtri-test.c17 pixman_triangle_t tris[4] = local
40 ARRAY_LENGTH (tris), tris);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py33 PRIMS=('tris',
143 def tris(intype, outtype): function
144 preamble(intype, outtype, prim='tris')
195 tris(intype, outtype)
H A Du_indices_gen.py38 'tris',
198 def tris(intype, outtype, inpv, outpv): function
199 preamble(intype, outtype, inpv, outpv, prim='tris')
262 tris(intype, outtype, inpv, outpv)
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py33 PRIMS=('tris',
143 def tris(intype, outtype): function
144 preamble(intype, outtype, prim='tris')
195 tris(intype, outtype)
H A Du_indices_gen.py38 'tris',
198 def tris(intype, outtype, inpv, outpv): function
199 preamble(intype, outtype, inpv, outpv, prim='tris')
262 tris(intype, outtype, inpv, outpv)
/external/pixman/pixman/
H A Dpixman-trap.c653 convert_triangles (int n_tris, const pixman_triangle_t *tris) argument
666 triangle_to_trapezoids (&(tris[i]), traps + 2 * i);
681 const pixman_triangle_t * tris)
685 if ((traps = convert_triangles (n_tris, tris)))
700 const pixman_triangle_t *tris)
704 if ((traps = convert_triangles (n_tris, tris)))
672 pixman_composite_triangles(pixman_op_t op, pixman_image_t * src, pixman_image_t * dst, pixman_format_code_t mask_format, int x_src, int y_src, int x_dst, int y_dst, int n_tris, const pixman_triangle_t * tris) argument
696 pixman_add_triangles(pixman_image_t *image, int32_t x_off, int32_t y_off, int n_tris, const pixman_triangle_t *tris) argument
H A Dpixman.h1102 const pixman_triangle_t * tris);
1107 const pixman_triangle_t *tris);
/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp122 1 /* draw calls per iteration */, 50000 /* tris per call */,
190 1 /* draw calls per iteration */, 10000 /* tris per call */,
209 Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Probs& probs_ = Probs()) argument
210 : name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) {}
277 1 /* draw calls per iteration */, 10000 /* tris per call */,
308 1 /* draw calls per iteration */, 10000 /* tris per call */,
331 1 /* draw calls per iteration */, 10000 /* tris per call */,
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp122 1 /* draw calls per iteration */, 50000 /* tris per call */,
190 1 /* draw calls per iteration */, 10000 /* tris per call */,
209 Case (const char* const name_, const char* const desc_, const int calls, const int tris, const Probs& probs_ = Probs()) argument
210 : name(name_), desc(desc_), drawCallsPerIteration(calls), numTrisPerDrawCall(tris), probs(probs_) {}
277 1 /* draw calls per iteration */, 10000 /* tris per call */,
308 1 /* draw calls per iteration */, 10000 /* tris per call */,
331 1 /* draw calls per iteration */, 10000 /* tris per call */,

Completed in 1234 milliseconds