Searched defs:zOffset (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_texrender.c36 GLuint zOffset; local
46 zOffset = 0;
49 zOffset = att->Zoffset;
55 srb->Buffer = swImage->ImageSlices[zOffset];
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTextureTests.cpp1786 * @param zOffset Texture commitment z offset
1794 GLint zOffset, GLint width, GLint height, GLint depth,
1800 gl.texPageCommitmentARB(target, level, xOffset, yOffset, zOffset, width, height, depth, commit);
2445 * @param zOffset Texture commitment z offset
2453 GLint xOffset, GLint yOffset, GLint zOffset, GLint width,
2458 gl.texturePageCommitmentEXT(texture, level, xOffset, yOffset, zOffset, width, height, depth, commit);
1792 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) argument
2451 texPageCommitment(const glw::Functions& gl, glw::GLint target, glw::GLint format, glw::GLuint& texture, GLint level, GLint xOffset, GLint yOffset, GLint zOffset, GLint width, GLint height, GLint depth, GLboolean commit) argument

Completed in 215 milliseconds