Searched refs:GLshort (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_glfuncs.h | 31 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 c)) 144 SDL_PROC_UNUSED(void,glIndexsv,(const GLshort *c)) 192 SDL_PROC_UNUSED(void,glNormal3s,(GLshort nx, GLshort ny, GLshort nz)) 193 SDL_PROC_UNUSED(void,glNormal3sv,(const GLshort *v)) 224 SDL_PROC_UNUSED(void,glRasterPos2s,(GLshort x, GLshort y)) 225 SDL_PROC_UNUSED(void,glRasterPos2sv,(const GLshort *v)) [all …]
|
/external/qemu/distrib/sdl-1.2.15/include/ |
D | SDL_opengl.h | 3243 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, GLshort, GLshort, GLshort); 3268 GLAPI void APIENTRY glMultiTexCoord4sv (GLenum, const GLshort *); 3290 typedef void (APIENTRYP PFNGLMULTITEXCOORD1SPROC) (GLenum target, GLshort s); 3291 typedef void (APIENTRYP PFNGLMULTITEXCOORD1SVPROC) (GLenum target, const GLshort *v); [all …]
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
D | Context.h | 105 case GL_SHORT: return mSize * sizeof(GLshort); in typeSize()
|
/external/mesa3d/src/mesa/main/ |
D | macros.h | 131 s = ( (GLshort) IROUND( CLAMP((f), -1.0F, 1.0F) * 32767.0F) )
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
D | VertexDataManager.cpp | 290 template <> struct GLToCType<GL_SHORT> { typedef GLshort type; };
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 27 typedef short GLshort; typedef
|
/external/webkit/Source/ThirdParty/ANGLE/include/GLES2/ |
D | gl2.h | 27 typedef short GLshort; typedef
|