Searched refs:instID (Results 1 – 5 of 5) sorted by relevance
/external/OpenCSD/decoder/include/common/ |
D | ocsd_dcd_mngr.h | 52 …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 …]
|
D | ocsd_dcd_mngr_i.h | 56 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
|
/external/OpenCSD/decoder/source/c_api/ |
D | ocsd_c_api_custom_obj.h | 53 …virtual ocsd_err_t createDecoder(const int create_flags, const int instID, const CSConfig *p_confi…
|
D | ocsd_c_api_custom_obj.cpp | 119 ocsd_err_t CustomDcdMngrWrapper::createDecoder(const int create_flags, const int instID, const CSCo… in createDecoder() argument
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_program.c | 230 GLuint instID) in init_machine() argument 246 machine->SystemValues[SYSTEM_VALUE_INSTANCE_ID][0] = (GLfloat) instID; in init_machine()
|