Home
last modified time | relevance | path

Searched refs:instID (Results 1 – 5 of 5) sorted by relevance

/external/OpenCSD/decoder/include/common/
Docsd_dcd_mngr.h52 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
77 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) = 0;
78 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) { return 0; }; in createPktDecode() argument
96 ocsd_err_t DecoderMngrBase<P,Pt,Pc>::createDecoder(const int create_flags, const int instID, const… in createDecoder() argument
114 pkt_proc = createPktProc(bUseInstID, instID); in createDecoder()
135 pkt_dcd = createPktDecode(bUseInstID, instID); in createDecoder()
339 virtual TraceComponent *createPktProc(const bool useInstID, const int instID) in createPktProc() argument
343 pComp = new (std::nothrow) PktProc(instID); in createPktProc()
349 virtual TraceComponent *createPktDecode(const bool useInstID, const int instID) in createPktDecode() argument
353 pComp = new (std::nothrow)PktDcd(instID); in createPktDecode()
[all …]
Docsd_dcd_mngr_i.h56 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.h53 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
Docsd_c_api_custom_obj.cpp119 ocsd_err_t CustomDcdMngrWrapper::createDecoder(const int create_flags, const int instID, const CSCo… in createDecoder() argument
/external/mesa3d/src/mesa/tnl/
Dt_vb_program.c230 GLuint instID) in init_machine() argument
246 machine->SystemValues[SYSTEM_VALUE_INSTANCE_ID][0] = (GLfloat) instID; in init_machine()