Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
Dmain.h72 extern sw::FrameBuffer *createFrameBuffer(void *display, NativeWindowType window, int width, int he…
DSurface.cpp122 …frameBuffer = ::createFrameBuffer(mDisplay->getNativeDisplay(), mWindow, backBufferWidth, backBuff… in reset()
/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp328 frameBuffer = libGLES_CM->createFrameBuffer(display->getNativeDisplay(), window, width, height); in reset()
332 frameBuffer = libGLESv2->createFrameBuffer(display->getNativeDisplay(), window, width, height); in reset()
/external/swiftshader/src/Main/
DFrameBufferWin.cpp75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() function
DFrameBufferAndroid.cpp137 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer() function
DFrameBufferX11.cpp150 sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, int height) in createFrameBuffer() function
DFrameBufferOSX.mm85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp341 …Move<VkFramebuffer> createFrameBuffer (VkImageView imageView, VkRenderPass renderPass, deUi…
417 …, m_frameBuffer (m_isAttachmentFormat ? createFrameBuffer(*m_imageView, *m_renderPass, params.i… in ImageClearingTestInstance()
673 Move<VkFramebuffer> ImageClearingTestInstance::createFrameBuffer (VkImageView imageView, VkRenderPa… in createFrameBuffer() function in vkt::api::__anon89afa4720111::ImageClearingTestInstance
/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp225 …sw::FrameBuffer *(*createFrameBuffer)(void *display, EGLNativeWindowType window, int width, int he… member in LibGLES_CMexports
Dmain.cpp337 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType window, int width, int height…
1600 this->createFrameBuffer = ::createFrameBuffer; in LibGLES_CMexports()
/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp1334 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType window, int width, int height…
1536 this->createFrameBuffer = ::createFrameBuffer; in LibGLESv2exports()
DlibGLESv2.hpp247 …sw::FrameBuffer *(*createFrameBuffer)(void *display, EGLNativeWindowType window, int width, int he… member in LibGLESv2exports