Home | History | Annotate | Download | only in glshared

Lines Matching refs:dstElemPtr

1280 		deUint8*		dstElemPtr	= dstBasePtr + elementNdx*dstEntry.arrayStride;
1292 deUint8* dstCompPtr = dstElemPtr + (dstEntry.isRowMajor ? rowNdx*dstEntry.matrixStride + colNdx*compSize
1301 deMemcpy(dstElemPtr, srcElemPtr, scalarSize*compSize);