Searched refs:GLushort (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 247 const GLushort quadIndices[] = { 0, 1, 2, 0, 2, 3 }; in render() 250 GLushort* indices = (GLushort*)malloc(quads*sizeof(quadIndices)); in render()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 165 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 | 356 const GLushort indices[] = { 0, 1, 2, 0, 2, 3 }; in render()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 625 index = *((GLushort*) indices + i); in findMinAndMaxIndices() 744 index = *((GLushort*) indices + i); in fixup_glDrawElements()
|
/frameworks/native/opengl/libs/GLES_trace/ |
D | gltrace.proto | 816 INT = 4; // GLbitfield, GLshort, GLint, GLsizei, GLushort, GLuint, GLfixed
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 62 typedef unsigned short GLushort; typedef
|
/frameworks/native/opengl/libagl/ |
D | array.cpp | 756 r = *(const GLushort*)p; in read_index() 757 p = (const GLushort*)p + 1; in read_index()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 60 typedef unsigned short GLushort; typedef
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 27 typedef unsigned short GLushort; typedef
|
/frameworks/native/opengl/include/GLES3/ |
D | gl3.h | 60 typedef unsigned short GLushort; typedef
|
D | gl31.h | 60 typedef unsigned short GLushort; typedef
|