HomeSort by relevance Sort by last modified time
    Searched refs:assertMESA (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 195 The following assertMESA prototypes are available.
197 void assertMESA(const bool condition)
198 void assertMESA(const bool condition, const int cookie)
199 void assertMESA(const bool condition, const int cookie,
202 The assertMESA function checks if the argument <condition> is
214 assertMESA (false);
215 assertMESA (false, 0);
216 assertMESA (false, 0, __FILE__, __LINE__);
  /external/mesa3d/docs/
MESA_shader_debug.spec 195 The following assertMESA prototypes are available.
197 void assertMESA(const bool condition)
198 void assertMESA(const bool condition, const int cookie)
199 void assertMESA(const bool condition, const int cookie,
202 The assertMESA function checks if the argument <condition> is
214 assertMESA (false);
215 assertMESA (false, 0);
216 assertMESA (false, 0, __FILE__, __LINE__);

Completed in 42 milliseconds