HomeSort by relevance Sort by last modified time
    Searched full:polys (Results 1 - 15 of 15) sorted by null

  /external/dropbear/libtomcrypt/src/encauth/ocb/
ocb_init.c 24 } polys[] = { variable in typeref:struct:__anon17375
61 /* determine which polys to use */
63 for (poly = 0; poly < (int)(sizeof(polys)/sizeof(polys[0])); poly++) {
64 if (polys[poly].len == ocb->block_len) {
68 if (polys[poly].len != ocb->block_len) {
102 ocb->Ls[x][y] ^= polys[poly].poly_mul[y];
118 ocb->Lr[x] ^= polys[poly].poly_div[x];
  /external/dropbear/libtomcrypt/src/mac/pmac/
pmac_init.c 24 } polys[] = { variable in typeref:struct:__anon17400
59 /* determine which polys to use */
61 for (poly = 0; poly < (int)(sizeof(polys)/sizeof(polys[0])); poly++) {
62 if (polys[poly].len == pmac->block_len) {
66 if (polys[poly].len != pmac->block_len) {
105 pmac->Ls[x][y] ^= polys[poly].poly_mul[y];
121 pmac->Lr[x] ^= polys[poly].poly_div[x];
  /external/chromium_org/content/test/gpu/gpu_tests/
webgl_robustness.py 57 'url': 'file://extra/lots-of-polys-example.html',
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
polygon.c 306 struct array *polys = polyarray->array; local
336 for (i = 0; i < polys->num_elements; ++i) {
337 struct polygon *poly = (((struct polygon**)polys->data)[i]);
path.c 323 struct array *polys = polyarray->array; local
329 assert(polys);
331 if (!polys->num_elements) {
339 polygon_bounding_rect((((struct polygon**)polys->data)[0]), bounds);
344 for (i = 1; i < polys->num_elements; ++i) {
345 struct polygon *p = (((struct polygon**)polys->data)[i]);
1603 struct array *polys = polygon_array->array; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
polygon.c 306 struct array *polys = polyarray->array; local
336 for (i = 0; i < polys->num_elements; ++i) {
337 struct polygon *poly = (((struct polygon**)polys->data)[i]);
path.c 323 struct array *polys = polyarray->array; local
329 assert(polys);
331 if (!polys->num_elements) {
339 polygon_bounding_rect((((struct polygon**)polys->data)[0]), bounds);
344 for (i = 1; i < polys->num_elements; ++i) {
345 struct polygon *p = (((struct polygon**)polys->data)[i]);
1603 struct array *polys = polygon_array->array; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_backend.c 241 * redbook/polys.c
289 * redbook/polys.c
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_backend.c 241 * redbook/polys.c
289 * redbook/polys.c
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gl.py 60 'polys', 'popattributes', 'popmatrix', 'popname', 'popviewport',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gl.py 60 'polys', 'popattributes', 'popmatrix', 'popname', 'popviewport',
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 25 // quadratics are rendered as 5-sided polys in order to bound the
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 25 // quadratics are rendered as 5-sided polys in order to bound the
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_reg.h     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_reg.h     [all...]

Completed in 243 milliseconds