Lines Matching defs:access
266 tcu::ConstPixelBufferAccess access = referenceTexture.getLevel(levelNdx);
267 DE_ASSERT(access.getRowPitch() == access.getFormat().getPixelSize() * access.getWidth());
268 DE_ASSERT(access.getSlicePitch() == access.getFormat().getPixelSize() * access.getWidth() * access.getHeight());
269 callTexImage3D(GL_TEXTURE_3D, levelNdx, transferFormat.format, access.getWidth(), access.getHeight(),
270 access.getDepth(), 0 /* border */, transferFormat.format, transferFormat.dataType,
271 access.getDataPtr());