Searched refs:PCR_GLSL_CACHE (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h73 typedef CR_GLSL_CACHE *PCR_GLSL_CACHE; typedef
76 DECLINLINE(void) CrGlslInit(PCR_GLSL_CACHE pCache, SPUDispatchTable *pDispatch)
88 VBOXBLITTERDECL(bool) CrGlslIsSupported(PCR_GLSL_CACHE pCache);
89 VBOXBLITTERDECL(int) CrGlslProgGenAllNoAlpha(PCR_GLSL_CACHE pCache);
90 VBOXBLITTERDECL(int) CrGlslProgGenNoAlpha(PCR_GLSL_CACHE pCache, GLenum enmTexTarget);
91 VBOXBLITTERDECL(int) CrGlslProgUseGenNoAlpha(PCR_GLSL_CACHE pCache, GLenum enmTexTarget);
95 VBOXBLITTERDECL(void) CrGlslCleanup(PCR_GLSL_CACHE pCache);
96 VBOXBLITTERDECL(void) CrGlslTerm(PCR_GLSL_CACHE pCache);

Completed in 43 milliseconds