Home | History | Annotate | Download | only in functional

Lines Matching defs:access

482 	BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access)
487 m_ptr = gl.mapBufferRange(target, offset, size, access);
639 const PixelBufferAccess access = m_type == TEXTURETYPE_BUFFER ? m_texBuffer->getLevel(0)
646 access.setPixel(color, x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
651 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess();
652 return access.getPixel(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);
657 const ConstPixelBufferAccess access = m_type == TEXTURETYPE_CUBE ? getCubeFaceAccess(glslImageFuncZToCubeFace(z)) : getAccess();
658 return access.getPixelInt(x, y, m_type == TEXTURETYPE_CUBE ? 0 : z);