HomeSort by relevance Sort by last modified time
    Searched defs:createFrameBuffer (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/src/Main/
FrameBufferOzone.cpp 51 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void* display, intptr_t window, int width, int height)
FrameBufferWin.cpp 75 sw::FrameBuffer *createFrameBuffer(void *display, HWND window, int width, int height)
FrameBufferAndroid.cpp 142 sw::FrameBuffer *createFrameBuffer(void *display, ANativeWindow* window, int width, int height)
FrameBufferX11.cpp 146 NO_SANITIZE_FUNCTION sw::FrameBuffer *createFrameBuffer(void *display, Window window, int width, int height)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 91 mFramebuffer = createFrameBuffer(gl, mFramebufferWidth, mFramebufferHeight, mTargetTexture);
194 private int createFrameBuffer(GL10 gl, int width, int height, int targetTextureId) {
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 482 Move<VkFramebuffer> createFrameBuffer (VkImageView imageView, VkRenderPass renderPass, deUint32 imageWidth, deUint32 imageHeight, deUint32 imageLayersCount) const;
565 , m_frameBuffer (m_isAttachmentFormat ? createFrameBuffer(*m_imageView, *m_renderPass, params.imageExtent.width, params.imageExtent.height, params.imageViewLayerRange.layerCount) : vk::Move<vk::VkFramebuffer>())
815 Move<VkFramebuffer> ImageClearingTestInstance::createFrameBuffer (VkImageView imageView, VkRenderPass renderPass, deUint32 imageWidth, deUint32 imageHeight, deUint32 imageLayersCount) const
835 return createFramebuffer(m_vkd, m_device, &framebufferCreateInfo, DE_NULL);
    [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
libGLES_CM.hpp 226 sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, int height);
  /external/swiftshader/src/OpenGL/libGLESv2/
libGLESv2.hpp 249 sw::FrameBuffer *(*createFrameBuffer)(void *nativeDisplay, EGLNativeWindowType window, int width, int height);

Completed in 226 milliseconds