Searched refs:copypix (Results 1 – 1 of 1) sorted by relevance
2105 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local2135 if (copypix->ArrayObj == 0) { in _mesa_meta_CopyPixels()2139 _mesa_GenVertexArrays(1, ©pix->ArrayObj); in _mesa_meta_CopyPixels()2140 _mesa_BindVertexArray(copypix->ArrayObj); in _mesa_meta_CopyPixels()2143 _mesa_GenBuffersARB(1, ©pix->VBO); in _mesa_meta_CopyPixels()2144 _mesa_BindBufferARB(GL_ARRAY_BUFFER_ARB, copypix->VBO); in _mesa_meta_CopyPixels()2155 _mesa_BindVertexArray(copypix->ArrayObj); in _mesa_meta_CopyPixels()2156 _mesa_BindBufferARB(GL_ARRAY_BUFFER_ARB, copypix->VBO); in _mesa_meta_CopyPixels()