Home | History | Annotate | Download | only in glshared

Lines Matching defs:tmpBuf

780 		tcu::TextureLevel	tmpBuf;
795 tmpBuf.setStorage(readFormat, framebufferW, framebufferH);
800 glu::readPixels(m_renderCtx, 0, 0, tmpBuf.getAccess());
804 deMemcpy(dstPtrBase, tmpBuf.getAccess().getDataPtr(), numValues*outVecSize*sizeof(deUint32));
809 const deUint32* srcPtr = (const deUint32*)tmpBuf.getAccess().getDataPtr() + valNdx*4;