Home
last modified time | relevance | path

Searched defs:toColor (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuFuzzyImageCompare.cpp68 static inline deUint32 toColor (Vec4 v) in toColor() function
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp203 inline tcu::RGBA toColor (tcu::Vec4 rgba) in toColor() function
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtIDebugDraw.h87 …ne(const btVector3& from,const btVector3& to, const btVector3& fromColor, const btVector3& toColor) in drawLine()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtIDebugDraw.java199 public void drawLine(Vector3 from, Vector3 to, Vector3 fromColor, Vector3 toColor) { in drawLine()
DLinearMathJNI.java584 …rawLine__SWIG_1(btIDebugDraw jself, Vector3 from, Vector3 to, Vector3 fromColor, Vector3 toColor) { in SwigDirector_btIDebugDraw_drawLine__SWIG_1()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
Dlinearmath_wrap.cpp2079 …btVector3 const &from, btVector3 const &to, btVector3 const &fromColor, btVector3 const &toColor) { in drawLine()