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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 49 const RSContext *mRSContext;
slang_rs_reflection.h 43 const RSContext *mRSContext;
slang.h 162 RSContext *mRSContext;
slang_rs_reflection.cpp 107 genCheck64BitInternal(mRSContext, mState, *mOut, Parens);
116 const RSContext *mRSContext;
440 genCheck64BitInternal(mRSContext, mState, mOut, Parens);
444 if (mRSContext->isCompatLib()) {
457 slangAssert(mRSContext->getTargetAPI() >= SLANG_L_TARGET_API);
500 : mRSContext(Context), mState(RState), mCollecting(RState->isCollecting()),
522 if (mRSContext->getTargetAPI() >= SLANG_JB_TARGET_API) {
528 mState->nextFile(mRSContext, mPackageName, mRSSourceFileName);
543 mState->beginVariables(mRSContext->export_vars_size());
544 for (auto I = mRSContext->export_vars_begin()
    [all...]

Completed in 143 milliseconds