Home
last modified time | relevance | path

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

/reactos/dll/opengl/opengl32/
H A Dicdload.c34 static CUSTOM_DRIVER_STATE CustomDriverState = OGL_CD_NOT_QUERIED; variable
74 if(CustomDriverState == OGL_CD_NOT_QUERIED) in IntGetIcdData()
77 CustomDriverState = OGL_CD_NONE; in IntGetIcdData()
95 CustomDriverState = OGL_CD_ROSSWI; in IntGetIcdData()
114 CustomDriverState = OGL_CD_CUSTOM_ICD; in IntGetIcdData()
126 if(CustomDriverState == OGL_CD_CUSTOM_ICD) in IntGetIcdData()
130 else if(CustomDriverState == OGL_CD_ROSSWI) in IntGetIcdData()