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

/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp247 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 };
250 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.cpp356 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 };
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp625 index = *((GLushort*) indices + i);
744 index = *((GLushort*) indices + i);
/frameworks/native/opengl/libagl/
H A Darray.cpp756 r = *(const GLushort*)p;
757 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.h60 typedef unsigned short GLushort; typedef
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h62 typedef unsigned short GLushort; typedef
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h60 typedef unsigned short GLushort; typedef
H A Dgl31.h60 typedef unsigned short GLushort; typedef

Completed in 125 milliseconds