Home | History | Annotate | Download | only in egl

Lines Matching refs:setStorage

370 	colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
375 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
381 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);