OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchAPIProfile
(Results
1 - 2
of
2
) sorted by null
/external/vulkan-validation-layers/
reg.py
27
#
matchAPIProfile
- returns whether an API and profile
55
def
matchAPIProfile
(api, profile, elem):
480
if (
matchAPIProfile
(api, profile, feature)):
484
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 450 milliseconds