Searched refs:dstImageLevels (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fCopyImageTests.cpp | 1863 vector<ArrayBuffer<deUint8> > dstImageLevels; member 1972 vector<ArrayBuffer<deUint8> >& dstImageLevels = m_state->dstImageLevels; in createImagesIter() local 1978 genImage(gl, rng, *dstImage, dstImageLevels, m_dstImageInfo, moreRestrictiveFormat); in createImagesIter() 1996 m_state->dstImageLevels.clear(); in destroyImagesIter() 2022 vector<ArrayBuffer<deUint8> >& dstImageLevels = m_state->dstImageLevels; in verifyDestinationIter() local 2026 …tRenderContext(), m_state->textureRenderer, results, rng, *dstImage, dstImageLevels, m_dstImageInf… in verifyDestinationIter() 2052 vector<ArrayBuffer<deUint8> >& dstImageLevels = m_state->dstImageLevels; in renderDestinationIter() local 2056 …tRenderContext(), m_state->textureRenderer, results, rng, *dstImage, dstImageLevels, m_dstImageInf… in renderDestinationIter() 2194 vector<ArrayBuffer<deUint8> >& dstImageLevels = m_state->dstImageLevels; in copyImageIter() local 2210 copyImage(gl, *dstImage, dstImageLevels, m_dstImageInfo, copy.dstLevel, copy.dstPos, in copyImageIter()
|