Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DFrameBufferOzone.cpp51 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void* display, intptr_t window, int width, … in createFrameBuffer() function
DFrameBufferWin.cpp75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() function
DFrameBufferAndroid.cpp142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer() function
DFrameBufferX11.cpp189 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, in… in createFrameBuffer() function
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
/external/swiftshader/src/Main/
DFrameBufferOzone.cpp51 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void* display, intptr_t window, int width, … in createFrameBuffer() function
DFrameBufferWin.cpp75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() function
DFrameBufferAndroid.cpp142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer() function
DFrameBufferX11.cpp189 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, in… in createFrameBuffer() function
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp405 frameBuffer = libGLESv2->createFrameBuffer(display->getNativeDisplay(), window, width, height); in reset()
409 frameBuffer = libGLES_CM->createFrameBuffer(display->getNativeDisplay(), window, width, height); in reset()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp486 …Move<VkFramebuffer> createFrameBuffer (VkImageView imageView, VkRenderPass renderPass, deUi…
570 …, m_frameBuffer (m_isAttachmentFormat ? createFrameBuffer(*m_imageView, *m_renderPass, params.i… in ImageClearingTestInstance()
822 Move<VkFramebuffer> ImageClearingTestInstance::createFrameBuffer (VkImageView imageView, VkRenderPa… in createFrameBuffer() function in vkt::api::__anon89afa4720111::ImageClearingTestInstance
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp226 …sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, … member in LibGLES_CMexports
Dmain.cpp337 sw::FrameBuffer *createFrameBuffer(void *nativeDisplay, EGLNativeWindowType window, int width, int …
1599 this->createFrameBuffer = ::createFrameBuffer; in LibGLES_CMexports()
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp1541 sw::FrameBuffer *createFrameBuffer(void *nativeDisplay, EGLNativeWindowType window, int width, int …
1745 this->createFrameBuffer = ::createFrameBuffer; in LibGLESv2exports()
DlibGLESv2.hpp251 …sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, … member in LibGLESv2exports