Searched defs:getFunction (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSScriptGroupFusion.cpp44 Function* func = newModule->getFunction(functionName);
52 getFunction(Module* mergedModule, const Source* source, const int slot, function in namespace:bcc::__anon1382
73 const Function* function = mergedModule->getFunction(functionName);
144 const Function* firstF = getFunction(M, sources.front(), slots.front(), nullptr);
165 const Function* lastF = getFunction(M, sources.back(), slots.back(), nullptr);
232 getFunction(mergedModule, source, slot, &inputFunctionSignature);
/frameworks/rs/script_api/
H A DSpecification.h410 Function* getFunction() const { return mFunction; } function in class:FunctionSpecification
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp97 getFunction(HWC2_FUNCTION_REGISTER_CALLBACK));
113 getFunction(HWC2_FUNCTION_GET_DISPLAY_TYPE));
144 getFunction(HWC2_FUNCTION_CREATE_LAYER));
164 getFunction(HWC2_FUNCTION_DESTROY_LAYER));
185 getFunction(HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE));
204 getFunction(HWC2_FUNCTION_GET_DISPLAY_CONFIGS));
231 getFunction(HWC2_FUNCTION_GET_ACTIVE_CONFIG));
248 getFunction(HWC2_FUNCTION_SET_ACTIVE_CONFIG));
264 getFunction(HWC2_FUNCTION_GET_DOZE_SUPPORT));
281 getFunction(HWC2_FUNCTION_SET_POWER_MOD
1081 hwc2_function_pointer_t getFunction(hwc2_function_descriptor_t descriptor) function in class:Hwc2Test
[all...]

Completed in 100 milliseconds