Searched refs:Coordinates (Results 1 - 4 of 4) sorted by relevance

/external/eigen/bench/
H A Dsparse_setter.cpp44 typedef std::vector<Vector2i> Coordinates; typedef
47 EIGEN_DONT_INLINE Scalar* setinnerrand_eigen(const Coordinates& coords, const Values& vals);
48 EIGEN_DONT_INLINE Scalar* setrand_eigen_dynamic(const Coordinates& coords, const Values& vals);
49 EIGEN_DONT_INLINE Scalar* setrand_eigen_compact(const Coordinates& coords, const Values& vals);
50 EIGEN_DONT_INLINE Scalar* setrand_eigen_sumeq(const Coordinates& coords, const Values& vals);
51 EIGEN_DONT_INLINE Scalar* setrand_eigen_gnu_hash(const Coordinates& coords, const Values& vals);
52 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_dense(const Coordinates& coords, const Values& vals);
53 EIGEN_DONT_INLINE Scalar* setrand_eigen_google_sparse(const Coordinates& coords, const Values& vals);
54 EIGEN_DONT_INLINE Scalar* setrand_scipy(const Coordinates& coords, const Values& vals);
55 EIGEN_DONT_INLINE Scalar* setrand_ublas_mapped(const Coordinates
[all...]
/external/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.h64 enum Coordinates { enum in class:GrGLSLFPFragmentBuilder
75 * @param Coordinates Coordinate space in which to emit the offset.
79 virtual void appendOffsetToSample(const char* sampleIdx, Coordinates) = 0;
169 void appendOffsetToSample(const char* sampleIdx, Coordinates) override;
H A DGrGLSLFragmentShaderBuilder.cpp20 static const char* sample_offset_array_name(GrGLSLFPFragmentBuilder::Coordinates coords) {
127 void GrGLSLFragmentShaderBuilder::appendOffsetToSample(const char* sampleIdx, Coordinates coords) {
/external/skia/tests/
H A DBitmapCopyTest.cpp29 // struct Coordinates
34 struct Coordinates { struct
39 explicit Coordinates(int _length): length(_length) function in struct:Coordinates
42 ~Coordinates(){

Completed in 121 milliseconds