Searched defs:rowA (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DDrawingBuffer.cpp1034 uint8* rowA = framebuffer + i * rowBytes; local
1037 memcpy(rowB, rowA, rowBytes);
1038 memcpy(rowA, scanline, rowBytes);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c80 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
87 const t *rowA = (const t *) srcRowA; \
102 dst[i][e] = FILTER_SUM_3D(rowA[j][e], rowA[k][e], \
117 dst[i][e] = FILTER_SUM_3D_SIGNED(rowA[j][e], rowA[k][e], \
125 dst[i][e] = (rowA[j][e] + rowA[k][e] \
133 const GLfloat aj = _mesa_half_to_float(rowA[j][e]); \
134 const GLfloat ak = _mesa_half_to_float(rowA[
208 const GLubyte *rowA = (const GLubyte *) srcRowA; local
255 const GLbyte *rowA = (const GLbyte *) srcRowA; local
302 const GLushort *rowA = (const GLushort *) srcRowA; local
349 const GLshort *rowA = (const GLshort *) srcRowA; local
405 const GLfloat *rowA = (const GLfloat *) srcRowA; local
467 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA; local
483 const GLuint *rowA = (const GLuint *) srcRowA; local
494 const GLushort *rowA = (const GLushort *) srcRowA; local
519 const GLushort *rowA = (const GLushort *) srcRowA; local
549 const GLushort *rowA = (const GLushort *) srcRowA; local
579 const GLushort *rowA = (const GLushort *) srcRowA; local
610 const GLubyte *rowA = (const GLubyte *) srcRowA; local
636 const GLubyte *rowA = (const GLubyte *) srcRowA; local
657 const GLuint *rowA = (const GLuint *) srcRowA; local
688 const GLuint *rowA = (const GLuint*) srcRowA; local
707 const GLuint *rowA = (const GLuint*) srcRowA; local
726 const GLfloat *rowA = (const GLfloat *) srcRowA; local
737 const GLuint *rowA = (const GLuint *) srcRowA; local
752 const GLuint *rowA = (const GLuint *) srcRowA; local
1030 const GLuint *rowA = (const GLuint *) srcRowA; local
[all...]
/external/mesa3d/src/mesa/main/
H A Dmipmap.c73 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
80 const t *rowA = (const t *) srcRowA; \
95 dst[i][e] = FILTER_SUM_3D(rowA[j][e], rowA[k][e], \
110 dst[i][e] = FILTER_SUM_3D_SIGNED(rowA[j][e], rowA[k][e], \
118 dst[i][e] = (rowA[j][e] + rowA[k][e] \
126 const GLfloat aj = _mesa_half_to_float(rowA[j][e]); \
127 const GLfloat ak = _mesa_half_to_float(rowA[
201 const GLubyte *rowA = (const GLubyte *) srcRowA; local
248 const GLbyte *rowA = (const GLbyte *) srcRowA; local
295 const GLushort *rowA = (const GLushort *) srcRowA; local
342 const GLshort *rowA = (const GLshort *) srcRowA; local
398 const GLfloat *rowA = (const GLfloat *) srcRowA; local
460 const GLhalfARB *rowA = (const GLhalfARB *) srcRowA; local
476 const GLuint *rowA = (const GLuint *) srcRowA; local
487 const GLushort *rowA = (const GLushort *) srcRowA; local
512 const GLushort *rowA = (const GLushort *) srcRowA; local
542 const GLushort *rowA = (const GLushort *) srcRowA; local
572 const GLushort *rowA = (const GLushort *) srcRowA; local
603 const GLubyte *rowA = (const GLubyte *) srcRowA; local
629 const GLubyte *rowA = (const GLubyte *) srcRowA; local
650 const GLuint *rowA = (const GLuint *) srcRowA; local
681 const GLuint *rowA = (const GLuint*) srcRowA; local
700 const GLuint *rowA = (const GLuint*) srcRowA; local
719 const GLfloat *rowA = (const GLfloat *) srcRowA; local
730 const GLuint *rowA = (const GLuint *) srcRowA; local
745 const GLuint *rowA = (const GLuint *) srcRowA; local
1023 const GLuint *rowA = (const GLuint *) srcRowA; local
[all...]
/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c1167 uint16 bbs_matTrans( int16 *xA, int16 rowA, int16 colA, int16 *rA ) argument
1175 for( jL = rowA; jL--; )
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c108 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
115 const t *rowA = (const t *) srcRowA; \
130 dst[i][e] = FILTER_SUM_3D(rowA[j][e], rowA[k][e], \
138 dst[i][e] = (rowA[j][e] + rowA[k][e] \
146 const float aj = util_half_to_float(rowA[j][e]); \
147 const float ak = util_half_to_float(rowA[k][e]); \
185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA;
190 dst[i][0] = (rowA[
221 const ubyte *rowA = (const ubyte *) srcRowA; local
268 const ushort *rowA = (const ushort *) srcRowA; local
324 const float *rowA = (const float *) srcRowA; local
386 const half_float *rowA = (const half_float *) srcRowA; local
402 const uint *rowA = (const uint *) srcRowA; local
413 const ushort *rowA = (const ushort *) srcRowA; local
438 const ushort *rowA = (const ushort *) srcRowA; local
468 const ushort *rowA = (const ushort *) srcRowA; local
498 const ubyte *rowA = (const ubyte *) srcRowA; local
710 const uint *rowA = (const uint *) srcRowA; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c108 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
115 const t *rowA = (const t *) srcRowA; \
130 dst[i][e] = FILTER_SUM_3D(rowA[j][e], rowA[k][e], \
138 dst[i][e] = (rowA[j][e] + rowA[k][e] \
146 const float aj = util_half_to_float(rowA[j][e]); \
147 const float ak = util_half_to_float(rowA[k][e]); \
185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA;
190 dst[i][0] = (rowA[
221 const ubyte *rowA = (const ubyte *) srcRowA; local
268 const ushort *rowA = (const ushort *) srcRowA; local
324 const float *rowA = (const float *) srcRowA; local
386 const half_float *rowA = (const half_float *) srcRowA; local
402 const uint *rowA = (const uint *) srcRowA; local
413 const ushort *rowA = (const ushort *) srcRowA; local
438 const ushort *rowA = (const ushort *) srcRowA; local
468 const ushort *rowA = (const ushort *) srcRowA; local
498 const ubyte *rowA = (const ubyte *) srcRowA; local
710 const uint *rowA = (const uint *) srcRowA; local
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1345 const uint8_t* rowA, const SkIRect& rectA,
1543 const uint8_t* rowA = NULL; local
1549 rowA = iterA.data();
1567 rowA = iterA.data();
1580 if (!rowA && !rowB) {
1584 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
2008 unsigned rowA = row[1]; local
2009 if (0xFF == rowA) {
2011 } else if (0 == rowA) {
[all...]
/external/skia/src/core/
H A DSkAAClip.cpp1345 const uint8_t* rowA, const SkIRect& rectA,
1543 const uint8_t* rowA = NULL; local
1549 rowA = iterA.data();
1567 rowA = iterA.data();
1580 if (!rowA && !rowB) {
1584 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
2008 unsigned rowA = row[1]; local
2009 if (0xFF == rowA) {
2011 } else if (0 == rowA) {
[all...]

Completed in 241 milliseconds