HomeSort by relevance Sort by last modified time
    Searched defs:colorArray (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 82 GLubyte *colorArray;
110 free(object->colorArray);
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
136 result->colorArray == NULL ||
152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
307 result->colorArray[i + 3] = 0;
372 result->colorArray[i] = color
    [all...]
  /frameworks/base/opengl/tests/angeles/
demo.c 82 GLubyte *colorArray;
110 free(object->colorArray);
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
136 result->colorArray == NULL ||
152 glColorPointer(4, GL_UNSIGNED_BYTE, 0, object->colorArray);
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
307 result->colorArray[i + 3] = 0;
372 result->colorArray[i] = color
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp 117 static const char16_t colorArray[] =
140 { colorArray, sizeof(colorArray)/2, ResTable_map::TYPE_COLOR,
    [all...]

Completed in 236 milliseconds