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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DIndexDataManager.cpp51 GLushort *out = static_cast<GLushort*>(output);
64 memcpy(output, input, count * sizeof(GLushort));
94 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
110 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break;
201 case GL_UNSIGNED_SHORT: return sizeof(GLushort);
203 default: UNREACHABLE(); return sizeof(GLushort);
H A DVertexDataManager.cpp291 template <> struct GLToCType<GL_UNSIGNED_SHORT> { typedef GLushort type; };
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h37 SDL_PROC_UNUSED(void,glColor3us,(GLushort,GLushort,GLushort))
38 SDL_PROC_UNUSED(void,glColor3usv,(const GLushort*))
53 SDL_PROC_UNUSED(void,glColor4us,(GLushort red, GLushort green, GLushort blue, GLushort alpha))
54 SDL_PROC_UNUSED(void,glColor4usv,(const GLushort *v))
120 SDL_PROC_UNUSED(void,glGetPixelMapusv,(GLenum map, GLushort *value
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h3359 GLAPI void APIENTRY glSecondaryColor3us (GLushort, GLushort, GLushort);
3360 GLAPI void APIENTRY glSecondaryColor3usv (const GLushort *);
3405 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue);
3406 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVPROC) (const GLushort *v);
3553 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint, const GLushort *);
3564 GLAPI void APIENTRY glVertexAttrib4usv (GLuint, const GLushort *);
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h106 case GL_UNSIGNED_SHORT: return mSize * sizeof(GLushort);
H A DContext.cpp2830 first = static_cast<const GLushort*>(indices)[0];
2831 last = static_cast<const GLushort*>(indices)[count - 1];
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h31 typedef unsigned short GLushort; typedef

Completed in 244 milliseconds