OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLANG_JB_TARGET_API
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/slang/
slang_version.h
38
SLANG_JB_TARGET_API
= 16,
slang_rs_export_foreach.cpp
61
if (Context->getTargetAPI() <
SLANG_JB_TARGET_API
) {
68
<< (
SLANG_JB_TARGET_API
- 1);
slang_rs_reflection.cpp
407
if (mRSContext->getTargetAPI() >=
SLANG_JB_TARGET_API
) {
526
if (mRSContext->getTargetAPI() >=
SLANG_JB_TARGET_API
) {
[
all
...]
slang_rs_export_type.cpp
443
if (TargetAPI <
SLANG_JB_TARGET_API
) {
455
SLANG_JB_TARGET_API
);
[
all
...]
Completed in 150 milliseconds