Searched refs:GLushort (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp246 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
249 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices));
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp165 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp355 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp560 index = *((GLushort*) indices + i);
679 index = *((GLushort*) indices + i);
/frameworks/native/opengl/libagl/
H A Darray.cpp752 r = *(const GLushort*)p;
753 p = (const GLushort*)p + 1;
/frameworks/native/opengl/include/GLES/
H A Dgl.h27 typedef unsigned short GLushort; typedef
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h31 typedef unsigned short GLushort; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h62 typedef unsigned short GLushort; typedef

Completed in 115 milliseconds