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

  /external/mesa3d/src/mesa/swrast/
s_texcombine.c 95 float4_array ccolor[4], rgba; local
108 ccolor[i] = (float4_array) malloc(4 * n * sizeof(GLfloat));
109 if (!ccolor[i]) {
111 free(ccolor[i]);
156 float4_array c = ccolor[term];
164 argRGB[term] = ccolor[term];
171 float4_array c = ccolor[term];
175 argRGB[term] = ccolor[term];
180 float4_array c = ccolor[term];
184 argRGB[term] = ccolor[term]
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyHelpers.cpp 167 const btVector3 ccolor=btVector3(1,0,0); local
304 idraw->drawLine(o-x*nscl,o+x*nscl,ccolor);
305 idraw->drawLine(o-y*nscl,o+y*nscl,ccolor);
    [all...]

Completed in 91 milliseconds