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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c1857 #define SLC_ASSSERT_NULL_PTR(ptr) CRASSERT(!pContext->ptr) macro
2047 SLC_ASSSERT_NULL_PTR(attrib.enableStack[i].clip);
2048 SLC_ASSSERT_NULL_PTR(attrib.enableStack[i].light);
2050 SLC_ASSSERT_NULL_PTR(attrib.lightingStack[i].light);
2051 SLC_ASSSERT_NULL_PTR(attrib.transformStack[i].clip);
2052 SLC_ASSSERT_NULL_PTR(attrib.transformStack[i].clipPlane);
2056 SLC_ASSSERT_NULL_PTR(attrib.evalStack[i].eval1D[j].coeff);
2057 SLC_ASSSERT_NULL_PTR(attrib.evalStack[i].eval2D[j].coeff);

Completed in 38 milliseconds