Home | History | Annotate | Download | only in glshared

Lines Matching full:newsize

879 	void				resizeInputBuffer	(int newSize);
880 void resizeOutputBuffer (int newSize);
909 void BufferIoExecutor::resizeInputBuffer (int newSize)
913 gl.bufferData(GL_SHADER_STORAGE_BUFFER, newSize, DE_NULL, GL_STATIC_DRAW);
917 void BufferIoExecutor::resizeOutputBuffer (int newSize)
921 gl.bufferData(GL_SHADER_STORAGE_BUFFER, newSize, DE_NULL, GL_STATIC_DRAW);