Home
last modified time | relevance | path

Searched defs:readSurface (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
Dmain.h40 Surface *readSurface; member
DlibEGL.cpp909 egl::Surface *readSurface = static_cast<egl::Surface*>(read); in MakeCurrent() local
/external/deqp/modules/egl/
DteglResizeTests.cpp304 Surface readSurface (const glw::Functions& gl, IVec2 size) in readSurface() function
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.cpp167 tcu::ConstPixelBufferAccess Image::readSurface (vk::VkQueue queue, in readSurface() function in vkt::Draw::Image