Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmipmap.c193 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row() local
206 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row() local
218 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row() local
229 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row() local
240 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row() local
253 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row() local
265 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row() local
276 const GLbyte *rowB = (const GLbyte *) srcRowB; in do_row() local
287 const GLushort(*rowB)[4] = (const GLushort(*)[4]) srcRowB; in do_row() local
300 const GLushort(*rowB)[3] = (const GLushort(*)[3]) srcRowB; in do_row() local
[all …]
/third_party/skia/src/core/
DSkAAClip.cpp625 const uint8_t* rowB = nullptr; in operateY() local