/external/swiftshader/src/OpenGL/libGL/ |
D | main.h | 72 extern sw::FrameBuffer *createFrameBuffer(void *display, NativeWindowType window, int width, int he…
|
D | Surface.cpp | 122 …frameBuffer = ::createFrameBuffer(mDisplay->getNativeDisplay(), mWindow, backBufferWidth, backBuff… in reset()
|
/external/swiftshader/src/OpenGL/libEGL/ |
D | Surface.cpp | 328 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/ |
D | FrameBufferWin.cpp | 75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferAndroid.cpp | 137 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferX11.cpp | 150 sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, int height) in createFrameBuffer() function
|
D | FrameBufferOSX.mm | 85 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType nativeWindow, int width, int … function
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 341 …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/ |
D | libGLES_CM.hpp | 225 …sw::FrameBuffer *(*createFrameBuffer)(void *display, EGLNativeWindowType window, int width, int he… member in LibGLES_CMexports
|
D | main.cpp | 337 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType window, int width, int height… 1600 this->createFrameBuffer = ::createFrameBuffer; in LibGLES_CMexports()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | main.cpp | 1334 sw::FrameBuffer *createFrameBuffer(void *display, EGLNativeWindowType window, int width, int height… 1536 this->createFrameBuffer = ::createFrameBuffer; in LibGLESv2exports()
|
D | libGLESv2.hpp | 247 …sw::FrameBuffer *(*createFrameBuffer)(void *display, EGLNativeWindowType window, int width, int he… member in LibGLESv2exports
|