Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c166 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row() local
179 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row() local
191 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row() local
202 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row() local
213 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row() local
226 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row() local
238 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row() local
249 const GLbyte *rowB = (const GLbyte *) srcRowB; in do_row() local
260 const GLushort(*rowB)[4] = (const GLushort(*)[4]) srcRowB; in do_row() local
273 const GLushort(*rowB)[3] = (const GLushort(*)[3]) srcRowB; in do_row() local
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB; in do_row() local
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB; in do_row() local
211 const ubyte(*rowB)[2] = (const ubyte(*)[2]) srcRowB; in do_row() local
222 const ubyte *rowB = (const ubyte *) srcRowB; in do_row() local
233 const ushort(*rowB)[4] = (const ushort(*)[4]) srcRowB; in do_row() local
246 const ushort(*rowB)[3] = (const ushort(*)[3]) srcRowB; in do_row() local
258 const ushort(*rowB)[2] = (const ushort(*)[2]) srcRowB; in do_row() local
269 const ushort *rowB = (const ushort *) srcRowB; in do_row() local
280 const float(*rowB)[4] = (const float(*)[4]) srcRowB; in do_row() local
297 const float(*rowB)[3] = (const float(*)[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.cpp1612 const uint8_t* rowB = nullptr; in operateY() local