Home
last modified time | relevance | path

Searched refs:copypix (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2105 struct copypix_state *copypix = &ctx->Meta->CopyPix; in _mesa_meta_CopyPixels() local
2135 if (copypix->ArrayObj == 0) { in _mesa_meta_CopyPixels()
2139 _mesa_GenVertexArrays(1, &copypix->ArrayObj); in _mesa_meta_CopyPixels()
2140 _mesa_BindVertexArray(copypix->ArrayObj); in _mesa_meta_CopyPixels()
2143 _mesa_GenBuffersARB(1, &copypix->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()