Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.cpp51 GLushort *out = static_cast<GLushort*>(output); in convertIndices()
64 memcpy(output, input, count * sizeof(GLushort)); in convertIndices()
94 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); in computeRange()
110 case GL_UNSIGNED_SHORT: alignedOffset = (offset % sizeof(GLushort) == 0); break; in prepareIndexData()
201 case GL_UNSIGNED_SHORT: return sizeof(GLushort); in typeSize()
203 default: UNREACHABLE(); return sizeof(GLushort); in typeSize()
DVertexDataManager.cpp291 template <> struct GLToCType<GL_UNSIGNED_SHORT> { typedef GLushort type; };
/external/qemu/distrib/sdl-1.2.15/src/video/
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 *values))
160 SDL_PROC_UNUSED(void,glLineStipple,(GLint factor, GLushort pattern))
199 SDL_PROC_UNUSED(void,glPixelMapusv,(GLenum map, GLsizei mapsize, const GLushort *values))
/external/qemu/distrib/sdl-1.2.15/include/
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 *);
3647 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);
3658 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);
3809 GLAPI void APIENTRY glWeightusvARB (GLint, const GLushort *);
3820 typedef void (APIENTRYP PFNGLWEIGHTUSVARBPROC) (GLint size, const GLushort *weights);
[all …]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h106 case GL_UNSIGNED_SHORT: return mSize * sizeof(GLushort); in typeSize()
DContext.cpp2830 first = static_cast<const GLushort*>(indices)[0]; in drawClosingLine()
2831 last = static_cast<const GLushort*>(indices)[count - 1]; in drawClosingLine()
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
Dgl2.h31 typedef unsigned short GLushort; typedef