HomeSort by relevance Sort by last modified time
    Searched defs:transformations (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_program.c 40 * transformations in order.
41 * 3. If one of the transformations returns GL_TRUE, assume that it
46 * instructions emitted by transformations are not transformed.
55 struct radeon_program_transformation *transformations = local
65 for(i = 0; transformations[i].function; ++i) {
66 struct radeon_program_transformation* t = transformations + i;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_program.c 40 * transformations in order.
41 * 3. If one of the transformations returns GL_TRUE, assume that it
46 * instructions emitted by transformations are not transformed.
55 struct radeon_program_transformation *transformations = local
65 for(i = 0; transformations[i].function; ++i) {
66 struct radeon_program_transformation* t = transformations + i;
  /external/pixman/test/
gradient-crash-test.c 46 pixman_transform_t transformations[] = { local
139 for (k = 0; k < ARRAY_LENGTH (transformations); ++k)
141 pixman_image_set_transform (src_img, &transformations[k]);
  /external/eigen/test/
geo_transformations.cpp 86 template<typename Scalar, int Mode, int Options> void transformations() function
463 CALL_SUBTEST_1(( transformations<double,Affine,AutoAlign>() ));
466 CALL_SUBTEST_2(( transformations<float,AffineCompact,AutoAlign>() ));
470 CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
471 CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
474 CALL_SUBTEST_4(( transformations<float,Affine,RowMajor|AutoAlign>() ));
477 CALL_SUBTEST_5(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
480 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|AutoAlign>() ));
481 CALL_SUBTEST_6(( transformations<double,Projective,RowMajor|DontAlign>() ));
  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 541 if (png_ptr->transformations & PNG_PACKSWAP)
599 if (png_ptr->transformations & PNG_PACKSWAP)
654 if (png_ptr->transformations & PNG_PACKSWAP)
1013 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
pnggccrd.c 2056 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
pngrutil.c 2799 png_uint_32 transformations = png_ptr->transformations; local
3531 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
png.h 1151 png_uint_32 transformations; \/* which transformations to perform *\/ member in struct:png_struct_def
    [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h 64 png_uint_32 transformations; /* which transformations to perform */ member in struct:png_struct_def
  /external/chromium_org/third_party/libpng/
pngrutil.c 2725 png_uint_32 transformations = png_ptr->transformations; local
    [all...]
  /external/libpng/
pngrutil.c 2741 png_uint_32 transformations = png_ptr->transformations; local
    [all...]

Completed in 378 milliseconds