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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_blitter.h66 typedef struct CR_GLSL_CACHE struct
72 } CR_GLSL_CACHE; typedef in typeref:struct:CR_GLSL_CACHE
73 typedef CR_GLSL_CACHE *PCR_GLSL_CACHE;
74 typedef CR_GLSL_CACHE const *PCCR_GLSL_CACHE;
167 CR_GLSL_CACHE LocalGlslCache;
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp323 bool fCreateNewCtx, bool fForceDrawBlt, const CR_GLSL_CACHE *pShaders,
1143 VBOXBLITTERDECL(bool) CrGlslIsSupported(CR_GLSL_CACHE *pCache)
1182 static const char* crGlslGetFsStringNoAlpha(CR_GLSL_CACHE *pCache, GLenum enmTexTarget)
1215 static int crGlslProgGenNoAlpha(CR_GLSL_CACHE *pCache, GLenum enmTexTarget, GLuint *puiProgram)
1324 DECLINLINE(GLuint) crGlslProgGetNoAlpha(const CR_GLSL_CACHE *pCache, GLenum enmTexTarget)
1338 DECLINLINE(GLuint*) crGlslProgGetNoAlphaPtr(CR_GLSL_CACHE *pCache, GLenum enmTexTarget)
1352 VBOXBLITTERDECL(int) CrGlslProgGenNoAlpha(CR_GLSL_CACHE *pCache, GLenum enmTexTarget)
1364 VBOXBLITTERDECL(int) CrGlslProgGenAllNoAlpha(CR_GLSL_CACHE *pCache)
1383 VBOXBLITTERDECL(void) CrGlslProgClear(const CR_GLSL_CACHE *pCache)
1388 VBOXBLITTERDECL(int) CrGlslProgUseNoAlpha(const CR_GLSL_CACHE *pCach
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.h338 CR_GLSL_CACHE GlobalShaders;

Completed in 54 milliseconds