Home
last modified time | relevance | path

Searched refs:fullAccess (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/opengl/
DgluTextureUtil.cpp1219 const tcu::PixelBufferAccess& fullAccess = buffer.getFullRefTexture(); local
1221 return tcu::PixelBufferAccess(fullAccess.getFormat(),
1222 tcu::IVec3(de::min(fullAccess.getWidth(), maxTextureBufferSize), 1, 1),
1223 fullAccess.getPitch(),
1224 fullAccess.getDataPtr());