Home
last modified time | relevance | path

Searched refs:active_programs (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLSLProgram.cpp13 static std::set<GLSLProgram *> active_programs;
47 active_programs.insert(program);
67 active_programs.insert(program);
235 active_programs.erase(program); in End()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLSLProgram.cpp13 static std::set<GLSLProgram *> active_programs; variable
47 active_programs.insert(program); in glsl_create()
67 active_programs.insert(program); in glsl_create_source()
235 active_programs.erase(program); in glsl_destroy()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/GPU/OpenGL/
H A DGLSLProgram.cpp13 static std::set<GLSLProgram *> active_programs; variable
47 active_programs.insert(program); in glsl_create()
67 active_programs.insert(program); in glsl_create_source()
235 active_programs.erase(program); in glsl_destroy()
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/descrambler/
H A Ddvbcam.c48 int active_programs; member
183 if (ac->active_programs++) in dvbcam_pmt_data()
255 ac2->active_programs--; in dvbcam_service_stop()