Searched refs:externalSurface (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3373 sw::Surface *externalSurface = sw::Surface::create(width, height, 1, gl::ConvertReadFormatType(format, type), pixels, outputPitch, outputPitch * outputHeight); local
3376 device->blit(renderTarget, sliceRect, externalSurface, dstSliceRect, false, false, false);
3377 delete externalSurface;

Completed in 94 milliseconds