Home
last modified time | relevance | path

Searched defs:createFrameBuffer (Results 1 – 13 of 13) sorted by relevance

/external/swiftshader/src/WSI/
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
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
/external/swiftshader/src/Main/
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
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
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp226 …sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, … member in LibGLES_CMexports
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp251 …sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, … member in LibGLESv2exports
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp822 Move<VkFramebuffer> ImageClearingTestInstance::createFrameBuffer (VkImageView imageView, VkRenderPa… in createFrameBuffer() function in vkt::api::__anon2ff3f5bb0111::ImageClearingTestInstance