OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matrixSideLength
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cvaux/src/
cvtexture.cpp
58
int
matrixSideLength
;
186
newGLCM->
matrixSideLength
= newGLCM->numLookupTableElements;
196
newGLCM->
matrixSideLength
= maxNumGreyLevels8u*2;
280
int
matrixSideLength
= destGLCM->
matrixSideLength
;
291
CV_CALL( matrices[stepLoop] = (double**)cvAlloc( sizeof(matrices[0])*
matrixSideLength
));
293
matrixSideLength
*
matrixSideLength
));
295
memset( matrices[stepLoop][0], 0,
matrixSideLength
*
matrixSideLength
*
[
all
...]
/frameworks/native/opengl/libs/EGL/
trace.cpp
174
static void TraceUniformMatrix(int
matrixSideLength
,
176
TraceValue(
matrixSideLength
, 'f', count,
matrixSideLength
, value);
177
ALOGD("glUniformMatrix%dfv(%u, %u, %s, value);",
matrixSideLength
, location, count,
221
int
matrixSideLength
= name[15] - '0'; // 2..4
231
TraceUniformMatrix(
matrixSideLength
, location, count, transpose, value);
Completed in 43 milliseconds