Home
last modified time | relevance | path

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

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