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:api_prefix
(Results
1 - 10
of
10
) sorted by relevance
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H
A
D
conventions.py
267
Implemented in terms of
api_prefix
."""
269
self._command_prefix = self.
api_prefix
[:].replace('_', '').lower()
276
Implemented in terms of command_prefix (and in turn,
api_prefix
)."""
284
def
api_prefix
(self):
member in ConventionsBase
298
Assumed to be the same as
api_prefix
, but some APIs use different
301
return self.
api_prefix
332
Implemented in terms of
api_prefix
.
335
return self.
api_prefix
+ 'VERSION_'
341
Implemented in terms of
api_prefix
.
344
return self.
api_prefix
[all...]
H
A
D
consistency_tools.py
473
error_prefix = self.conventions.
api_prefix
+ "ERROR"
/third_party/vulkan-headers/registry/spec_tools/
H
A
D
conventions.py
267
Implemented in terms of
api_prefix
."""
269
self._command_prefix = self.
api_prefix
[:].replace('_', '').lower()
276
Implemented in terms of command_prefix (and in turn,
api_prefix
)."""
284
def
api_prefix
(self):
member in ConventionsBase
298
Assumed to be the same as
api_prefix
, but some APIs use different
301
return self.
api_prefix
332
Implemented in terms of
api_prefix
.
335
return self.
api_prefix
+ 'VERSION_'
341
Implemented in terms of
api_prefix
.
344
return self.
api_prefix
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H
A
D
conventions.py
193
Implemented in terms of
api_prefix
."""
195
self._command_prefix = self.
api_prefix
[:].replace('_', '').lower()
202
Implemented in terms of command_prefix (and in turn,
api_prefix
)."""
209
def
api_prefix
(self):
member in ConventionsBase
221
Implemented in terms of
api_prefix
.
224
return self.
api_prefix
+ 'VERSION_'
230
Implemented in terms of
api_prefix
.
233
return self.
api_prefix
+ 'KHR_'
239
Implemented in terms of
api_prefix
.
242
return self.
api_prefix
[all...]
H
A
D
vkconventions.py
157
def
api_prefix
(self):
member in VulkanConventions
H
A
D
cgenerator.py
245
is_core = self.featureName and self.featureName.startswith(self.conventions.
api_prefix
+ 'VERSION_')
H
A
D
docgenerator.py
252
elif basename.startswith(self.conventions.
api_prefix
):
H
A
D
validitygenerator.py
373
optional_val = 'dlink:' + self.conventions.
api_prefix
+ 'NULL_HANDLE'
570
entry += 'or dlink:' + self.conventions.
api_prefix
+ 'NULL_HANDLE '
/third_party/vulkan-headers/registry/
H
A
D
vkconventions.py
157
def
api_prefix
(self):
member in VulkanConventions
H
A
D
cgenerator.py
245
is_core = self.featureName and self.featureName.startswith(self.conventions.
api_prefix
+ 'VERSION_')
Completed in 10 milliseconds