Searched defs:readSurface (Results 1 - 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
H A Dmain.h39 Surface *readSurface; member in struct:egl::Current
H A DlibEGL.cpp776 egl::Surface *readSurface = static_cast<egl::Surface*>(read); local
797 (read != EGL_NO_SURFACE && !validateSurface(display, readSurface)))
814 egl::setCurrentReadSurface(readSurface);
/external/swiftshader/src/OpenGL/libGL/
H A Dmain.h37 Surface *readSurface; member in struct:gl::Current
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawImageObjectUtil.cpp164 tcu::ConstPixelBufferAccess Image::readSurface (vk::VkQueue queue, function in class:vkt::Draw::Image
/external/deqp/modules/egl/
H A DteglResizeTests.cpp304 Surface readSurface (const glw::Functions& gl, IVec2 size) function in namespace:deqp::egl
402 const Surface oldSurface = readSurface(m_gl, oldEglSize);
411 const Surface newSurface = readSurface(m_gl, newEglSize);

Completed in 531 milliseconds