Lines Matching defs:target
527 BufferMemMap (const glw::Functions& gl, deUint32 target, int offset, int size, deUint32 access)
529 , m_target (target)
532 m_ptr = gl.mapBufferRange(target, offset, size, access);
845 static void setTexParameteri (glu::CallLogWrapper& glLog, deUint32 target)
847 if (target != GL_TEXTURE_BUFFER)
849 glLog.glTexParameteri(target, GL_TEXTURE_MIN_FILTER, GL_NEAREST);
850 glLog.glTexParameteri(target, GL_TEXTURE_MAG_FILTER, GL_NEAREST);
2003 log << TestLog::Message << "// Created a texture (name " << *endResultTexture << ") to act as the target of atomic operations" << TestLog::EndMessage;
2418 log << TestLog::Message << "// Created a texture (name " << *endResultTexture << ") to act as the target of atomic operations" << TestLog::EndMessage;
3013 throw tcu::NotSupportedError("Render target must have at least " + toString(RENDER_SIZE) + " width and height");