HomeSort by relevance Sort by last modified time
    Searched refs:SLANG_JB_TARGET_API (Results 1 - 4 of 4) sorted by null

  /frameworks/compile/slang/
slang_version.h 37 SLANG_JB_TARGET_API = 16,
slang_rs_export_foreach.cpp 44 if (Context->getTargetAPI() < SLANG_JB_TARGET_API) {
51 << (SLANG_JB_TARGET_API - 1);
slang_rs_reflection.cpp 309 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
412 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
    [all...]
slang_rs_export_type.cpp 408 if (TargetAPI < SLANG_JB_TARGET_API) {
420 SLANG_JB_TARGET_API);
    [all...]

Completed in 72 milliseconds