Home
last modified time | relevance | path

Searched refs:matrixIndex (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
DGrProcessorStage.h133 bool isPerspectiveCoordTransform(int matrixIndex, bool useExplicitLocalCoords) const { in isPerspectiveCoordTransform() argument
134 const GrCoordTransform& coordTransform = this->getProcessor()->coordTransform(matrixIndex); in isPerspectiveCoordTransform()
/external/opencv/cvaux/src/
Dcvtexture.cpp78 icvCreateGLCMDescriptors_AllowDoubleNest( CvGLCM* destGLCM, int matrixIndex );
424 icvCreateGLCMDescriptors_AllowDoubleNest( CvGLCM* destGLCM, int matrixIndex ) in icvCreateGLCMDescriptors_AllowDoubleNest() argument
429 double** matrix = destGLCM->matrices[ matrixIndex ]; in icvCreateGLCMDescriptors_AllowDoubleNest()
430 double* descriptors = destGLCM->descriptors[ matrixIndex ]; in icvCreateGLCMDescriptors_AllowDoubleNest()