Searched refs:toColor (Results 1 – 7 of 7) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFuzzyImageCompare.cpp | 68 static inline deUint32 toColor (Vec4 v) in toColor() function 188 writeUnorm8<DstChannels>(tmpAccess, j, i, toColor(sum)); in separableConvolve() 207 writeUnorm8<DstChannels>(dst, i, j, toColor(sum)); in separableConvolve()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | btIDebugDraw.java | 199 public void drawLine(Vector3 from, Vector3 to, Vector3 fromColor, Vector3 toColor) { in drawLine() argument 200 …, fromColor, toColor); else LinearMathJNI.btIDebugDraw_drawLineSwigExplicitbtIDebugDraw__SWIG_1(sw… in drawLine()
|
D | LinearMathJNI.java | 584 …rawLine__SWIG_1(btIDebugDraw jself, Vector3 from, Vector3 to, Vector3 fromColor, Vector3 toColor) { in SwigDirector_btIDebugDraw_drawLine__SWIG_1() argument 585 jself.drawLine(from, to, fromColor, toColor); in SwigDirector_btIDebugDraw_drawLine__SWIG_1()
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/ |
D | linearmath_wrap.h | 23 …(btVector3 const &from, btVector3 const &to, btVector3 const &fromColor, btVector3 const &toColor);
|
D | linearmath_wrap.cpp | 2079 …btVector3 const &from, btVector3 const &to, btVector3 const &fromColor, btVector3 const &toColor) { in drawLine() argument 2089 btIDebugDraw::drawLine(from,to,fromColor,toColor); in drawLine() 2104 gdx_setVector3FrombtVector3(jenv, jtoColor, toColor); in drawLine()
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btIDebugDraw.h | 87 …ne(const btVector3& from,const btVector3& to, const btVector3& fromColor, const btVector3& toColor) in drawLine() argument 89 (void) toColor; in drawLine()
|
/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.cpp | 203 inline tcu::RGBA toColor (tcu::Vec4 rgba) in toColor() function
|