OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:colorArray
(Results
1 - 10
of
10
) 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
...]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c
89
GLubyte *
colorArray
;
127
free(object->
colorArray
);
149
result->
colorArray
= malloc(result->colorArraySize);
154
result->
colorArray
= NULL;
171
(useColorArray && result->
colorArray
== NULL) ||
196
if (object->
colorArray
)
198
object->colorArraySize, object->
colorArray
);
205
free(object->
colorArray
);
206
object->
colorArray
= NULL;
440
result->
colorArray
[i] = (GLubyte)color[0]
[
all
...]
/frameworks/native/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/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
509
float[]
colorArray
= getColor(color);
510
boolean blendingEnabled = (
colorArray
[3] < 1f);
513
GLES20.glBlendColor(
colorArray
[0],
colorArray
[1],
colorArray
[2],
colorArray
[3]);
517
GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1,
colorArray
, 0);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
509
float[]
colorArray
= getColor(color);
510
boolean blendingEnabled = (
colorArray
[3] < 1f);
513
GLES20.glBlendColor(
colorArray
[0],
colorArray
[1],
colorArray
[2],
colorArray
[3]);
517
GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1,
colorArray
, 0);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
507
float[]
colorArray
= getColor(color);
508
boolean blendingEnabled = (
colorArray
[3] < 1f);
511
GLES20.glBlendColor(
colorArray
[0],
colorArray
[1],
colorArray
[2],
colorArray
[3]);
515
GLES20.glUniform4fv(mDrawParameters[INDEX_COLOR].handle, 1,
colorArray
, 0);
[
all
...]
/frameworks/base/tools/aapt/
ResourceTable.cpp
157
static const char16_t
colorArray
[] =
180
{
colorArray
, sizeof(
colorArray
)/2, ResTable_map::TYPE_COLOR,
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 544 milliseconds