/external/swiftshader/src/WSI/ |
D | FrameBufferOzone.cpp | 51 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void* display, intptr_t window, int width, … in createFrameBuffer() function
|
D | FrameBufferWin.cpp | 75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferAndroid.cpp | 142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferX11.cpp | 189 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, in… in createFrameBuffer() function
|
D | FrameBufferOSX.mm | 85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
|
/external/swiftshader/src/Main/ |
D | FrameBufferOzone.cpp | 51 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void* display, intptr_t window, int width, … in createFrameBuffer() function
|
D | FrameBufferWin.cpp | 75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferAndroid.cpp | 142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferX11.cpp | 189 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, in… in createFrameBuffer() function
|
D | FrameBufferOSX.mm | 85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Surface.cpp | 405 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/ |
D | vktApiImageClearingTests.cpp | 486 …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/ |
D | libGLES_CM.hpp | 226 …sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, … member in LibGLES_CMexports
|
D | main.cpp | 337 sw::FrameBuffer *createFrameBuffer(void *nativeDisplay, EGLNativeWindowType window, int width, int … 1599 this->createFrameBuffer = ::createFrameBuffer; in LibGLES_CMexports()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 1541 sw::FrameBuffer *createFrameBuffer(void *nativeDisplay, EGLNativeWindowType window, int width, int … 1745 this->createFrameBuffer = ::createFrameBuffer; in LibGLESv2exports()
|
D | libGLESv2.hpp | 251 …sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, … member in LibGLESv2exports
|