Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:XlibSurfaceKHR
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H
A
D
XlibSurfaceKHR.cpp
15
#include "
XlibSurfaceKHR
.hpp"
22
bool
XlibSurfaceKHR
::isSupported()
in isSupported()
27
XlibSurfaceKHR
::
XlibSurfaceKHR
(const VkXlibSurfaceCreateInfoKHR *pCreateInfo, void *mem)
in XlibSurfaceKHR()
function in vk::XlibSurfaceKHR
42
void
XlibSurfaceKHR
::destroySurface(const VkAllocationCallbacks *pAllocator)
in destroySurface()
46
size_t
XlibSurfaceKHR
::ComputeRequiredAllocationSize(const VkXlibSurfaceCreateInfoKHR *pCreateInfo)
in ComputeRequiredAllocationSize()
51
VkResult
XlibSurfaceKHR
::getSurfaceCapabilities(VkSurfaceCapabilitiesKHR *pSurfaceCapabilities) const
in getSurfaceCapabilities()
65
void
XlibSurfaceKHR
::attachImage(PresentImage *image)
in attachImage()
80
void
XlibSurfaceKHR
::detachImage(PresentImage *image)
in detachImage()
92
VkResult
XlibSurfaceKHR
[all...]
H
A
D
XlibSurfaceKHR.hpp
28
class
XlibSurfaceKHR
: public SurfaceKHR, public ObjectBase<
XlibSurfaceKHR
, VkSurfaceKHR>
class
32
XlibSurfaceKHR
(const VkXlibSurfaceCreateInfoKHR *pCreateInfo, void *mem);
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H
A
D
libVulkan.cpp
63
# include "WSI/
XlibSurfaceKHR
.hpp"
319
{ { VK_KHR_XLIB_SURFACE_EXTENSION_NAME, VK_KHR_XLIB_SURFACE_SPEC_VERSION }, [] { return vk::
XlibSurfaceKHR
::isSupported(); } },
3939
return vk::
XlibSurfaceKHR
::Create(pAllocator, pCreateInfo, pSurface);
in vkCreateXlibSurfaceKHR()
Completed in 12 milliseconds