OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skipRows
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/glx/
pixel.c
90
GLint
skipRows
= state->storeUnpack.
skipRows
;
109
start = ((const GLubyte *) userdata) +
skipRows
* rowSize +
173
GLint
skipRows
= state->storeUnpack.
skipRows
;
211
skipRows
* rowSize + skipPixels * groupSize;
278
GLint
skipRows
= state->storePack.
skipRows
;
308
start = ((GLubyte *) userdata) +
skipRows
* rowSize +
400
GLint
skipRows
= state->storePack.skipRows
[
all
...]
glxclient.h
175
GLuint
skipRows
;
/external/eigen/Eigen/src/Core/products/
GeneralMatrixVector.h
370
Index
skipRows
= 0;
381
while (
skipRows
<LhsPacketSize &&
382
alignedStart != ((lhsAlignmentOffset + alignmentStep*
skipRows
)%LhsPacketSize))
383
++
skipRows
;
384
if (
skipRows
==LhsPacketSize)
388
skipRows
= 0;
392
skipRows
= (std::min)(
skipRows
,Index(rows));
397
|| (
skipRows
+ rowsAtOnce >= rows)
399
|| (size_t(lhs+alignedStart+lhsStride*
skipRows
)%sizeof(LhsPacket))==0)
[
all
...]
/external/skia/src/codec/
SkBmpCodec.cpp
588
bool SkBmpCodec::
skipRows
(int count) {
594
return this->
skipRows
(count);
/external/deqp/modules/gles31/functional/
es31fTextureSpecificationTests.cpp
408
int
skipRows
,
417
, m_skipRows (
skipRows
)
495
int
skipRows
,
510
, m_skipRows (
skipRows
)
874
int
skipRows
;
908
parameterCases[ndx].
skipRows
,
[
all
...]
/external/deqp/modules/gles3/functional/
es3fTextureSpecificationTests.cpp
[
all
...]
Completed in 371 milliseconds