Lines Matching defs:buffer
889 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to allocate input buffer");
897 GLU_EXPECT_NO_ERROR(gl.getError(), "Failed to allocate output buffer");
1026 const deUint32 buffer = *m_inputBuffer;
1033 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, buffer);
1062 const deUint32 buffer = *m_outputBuffer;
1069 gl.bindBuffer(GL_SHADER_STORAGE_BUFFER, buffer);
1118 src << "layout(binding = " << int(INPUT_BUFFER_BINDING) << ", std430) buffer InBuffer\n"
1124 src << "layout(binding = " << int(OUTPUT_BUFFER_BINDING) << ", std430) buffer OutBuffer\n"
1216 // Setup input buffer & copy data
1371 // Setup input buffer & copy data
1494 // Setup input buffer & copy data
1497 // \todo [2014-06-26 pyry] Duplicate last value in the buffer to prevent infinite loops for example?