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

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_glfuncs.h31 SDL_PROC_UNUSED(void,glColor3s,(GLshort,GLshort,GLshort))
32 SDL_PROC_UNUSED(void,glColor3sv,(const GLshort*))
47 SDL_PROC_UNUSED(void,glColor4s,(GLshort,GLshort,GLshort,GLshort))
48 SDL_PROC_UNUSED(void,glColor4sv,(const GLshort*))
143 SDL_PROC_UNUSED(void,glIndexs,(GLshort
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_opengl.h3243 GLAPI void APIENTRY glMultiTexCoord1s (GLenum, GLshort);
3244 GLAPI void APIENTRY glMultiTexCoord1sv (GLenum, const GLshort *);
3251 GLAPI void APIENTRY glMultiTexCoord2s (GLenum, GLshort, GLshort);
3252 GLAPI void APIENTRY glMultiTexCoord2sv (GLenum, const GLshort *);
3259 GLAPI void APIENTRY glMultiTexCoord3s (GLenum, GLshort, GLshort, GLshort);
3260 GLAPI void APIENTRY glMultiTexCoord3sv (GLenum, const GLshort *);
3267 GLAPI void APIENTRY glMultiTexCoord4s (GLenum, GLshort, GLshor
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DContext.h105 case GL_SHORT: return mSize * sizeof(GLshort);
/external/mesa3d/src/mesa/main/
H A Dmacros.h71 /** Convert GLshort in [-32768,32767] to GLfloat in [-1.0,1.0] */
74 /** Convert GLfloat in [-1.0,1.0] to GLshort in [-32768,32767] */
78 /** Convert GLshort in [-32768,32767] to GLfloat in [-1.0,1.0], texture/fb data */
81 /** Convert GLfloat in [-1.0,1.0] to GLshort in [-32768,32767], texture/fb data */
131 s = ( (GLshort) IROUND( CLAMP((f), -1.0F, 1.0F) * 32767.0F) )
/external/mesa3d/include/GLES2/
H A Dgl2.h27 typedef short GLshort; typedef
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
H A Dgl2.h27 typedef short GLshort; typedef
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
H A DVertexDataManager.cpp290 template <> struct GLToCType<GL_SHORT> { typedef GLshort type; };

Completed in 1034 milliseconds