Home
last modified time | relevance | path

Searched refs:getImageCount (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/experimental/wasm-skp-debugger/
H A Dexterns.js45 getImageCount: function() {},
H A Ddebugger_bindings.cpp271 int getImageCount() { in getImageCount() function in SkpDebugPlayer
555 .function("getImageCount", &SkpDebugPlayer::getImageCount) in EMSCRIPTEN_BINDINGS()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.hpp42 uint32_t getImageCount() const;
H A DVkSwapchainKHR.cpp155 uint32_t SwapchainKHR::getImageCount() const in getImageCount() function in vk::SwapchainKHR
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp541 int getImageCount (void) const { return (int)m_images.size(); } in getImageCount() function in deqp::egl::GLES2ThreadTest::EGLResourceManager
2224 while (resourceManager.getImageCount() > 0) in init()
2466 if (resourceManager.getImageCount() > 0) in addRandomOperation()
2783 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1); in addRandomOperation()
2791 int imageNdx = m_random.getInt(0, resourceManager.getImageCount()-1); in addRandomOperation()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp4195 *pSwapchainImageCount = vk::Cast(swapchain)->getImageCount(); in vkGetSwapchainImagesKHR()

Completed in 18 milliseconds