OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchAPIProfile
(Results
1 - 3
of
3
) sorted by null
/external/vulkan-validation-layers/scripts/
reg.py
21
#
matchAPIProfile
- returns whether an API and profile
49
def
matchAPIProfile
(api, profile, elem):
522
if (
matchAPIProfile
(api, profile, feature)):
526
if (
matchAPIProfile
(api, profile, feature)):
533
if (
matchAPIProfile
(api, profile, feature)):
543
if (
matchAPIProfile
(api, profile, feature)):
[
all
...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/
reg.py
20
#
matchAPIProfile
- returns whether an API and profile
48
def
matchAPIProfile
(api, profile, elem):
507
if (
matchAPIProfile
(api, profile, feature)):
511
if (
matchAPIProfile
(api, profile, feature)):
518
if (
matchAPIProfile
(api, profile, feature)):
528
if (
matchAPIProfile
(api, profile, feature)):
[
all
...]
/frameworks/native/opengl/tools/glgen2/registry/
reg.py
42
#
matchAPIProfile
- returns whether an API and profile
70
def
matchAPIProfile
(api, profile, elem):
[
all
...]
Completed in 241 milliseconds