Home
last modified time | relevance | path

Searched refs:RState (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang.cpp574 ReflectionState *RState) { in compile() argument
644 ReflectionState::Tentative TentativeRState(RState); in compile()
647 RState->openJava32(IOFiles32.size()); in compile()
650 RState->openJava64(); in compile()
704 RState); in compile()
766 RState->closeJava32(); in compile()
769 RState->closeJava64(); in compile()
Dslang_rs_reflection.h313 ReflectionState *RState);
Dslang_rs_reflection.cpp89 ReflectionState *RState);
499 ReflectionState *RState) in RSReflectionJava() argument
500 : mRSContext(Context), mState(RState), mCollecting(RState->isCollecting()), in RSReflectionJava()
2711 RSReflectionJava *Reflection, ReflectionState *RState) in RSReflectionJavaElementBuilder() argument
2714 mRSContext(RSContext), mReflection(Reflection), mState(RState) { in RSReflectionJavaElementBuilder()