Home
last modified time | relevance | path

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

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