Searched defs:dstBuf (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fBufferCopyTests.cpp85 deUint32 dstBuf = 0; local
103 dstBuf = genBuffer();
104 glBindBuffer(m_dstTarget, dstBuf);
110 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
116 glBindBuffer(m_dstTarget, dstBuf);
122 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
/external/libvncserver/test/
H A Dtjunittest.c238 void compTest(tjhandle handle, unsigned char **dstBuf, argument
252 if(*dstBuf && *dstSize>0) memset(*dstBuf, 0, *dstSize);
256 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp,
263 writeJPEG(*dstBuf, *dstSize, tempStr);
276 unsigned char *dstBuf=NULL; local
294 if((dstBuf=(unsigned char *)malloc(dstSize))==NULL)
296 memset(dstBuf, 0, dstSize);
299 _tj(tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, scaledWidth, 0,
303 if(checkBuf(dstBuf, scaledWidt
340 unsigned char *dstBuf=NULL; local
[all...]
/external/libvncserver/common/
H A Dturbojpeg.c743 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch,
757 if(jpegBuf==NULL || jpegSize<=0 || dstBuf==NULL || width<0 || pitch<0
811 _dstBuf=dstBuf; dstBuf=rgbBuf;
821 row_pointer[i]=&dstBuf[(dinfo->output_height-i-1)*pitch];
822 else row_pointer[i]=&dstBuf[i*pitch];
845 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch,
848 return tjDecompress2(handle, jpegBuf, jpegSize, dstBuf, width, pitch,
742 tjDecompress2(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelFormat, int flags) argument
844 tjDecompress(tjhandle handle, unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch, int height, int pixelSize, int flags) argument

Completed in 89 milliseconds