Home
last modified time | relevance | path

Searched defs:rowB (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dmipmap.c167 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row() local
180 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row() local
192 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row() local
203 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row() local
214 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row() local
227 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row() local
239 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row() local
250 const GLbyte *rowB = (const GLbyte *) srcRowB; in do_row() local
261 const GLushort(*rowB)[4] = (const GLushort(*)[4]) srcRowB; in do_row() local
274 const GLushort(*rowB)[3] = (const GLushort(*)[3]) srcRowB; in do_row() local
[all …]
/external/eigen/unsupported/Eigen/src/Polynomials/
DCompanion.h143 bool& isBalanced, Scalar& colB, Scalar& rowB ) in balanced()
186 bool& isBalanced, Scalar& colB, Scalar& rowB ) in balancedR()
223 Scalar colB,rowB; in balance() local
/external/skia/src/core/
DSkAAClip.cpp1639 const uint8_t* rowB = nullptr; in operateY() local