Searched refs:GLushort (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 243 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 }; in render() 246 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices)); in render()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 170 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 }; in Java_com_android_gljni_GLJNILib_step()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 384 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; in render()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 62 typedef unsigned short GLushort; typedef
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 754 r = *(const GLushort*)p; in read_index() 755 p = (const GLushort*)p + 1; in read_index()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 64 typedef unsigned short GLushort; typedef
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 66 typedef unsigned short GLushort; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 66 typedef unsigned short GLushort; typedef
|
D | gl31.h | 68 typedef unsigned short GLushort; typedef
|
D | gl32.h | 68 typedef unsigned short GLushort; typedef
|