Home | History | Annotate | Download | only in glshared

Lines Matching full:newsize

853 	void				resizeInputBuffer	(int newSize);
854 void resizeOutputBuffer (int newSize);
883 void BufferIoExecutor::resizeInputBuffer (int newSize)
887 gl.bufferData(GL_SHADER_STORAGE_BUFFER, newSize
891 void BufferIoExecutor::resizeOutputBuffer (int newSize)
895 gl.bufferData(GL_SHADER_STORAGE_BUFFER, newSize, DE_NULL, GL_STATIC_DRAW);