/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_blit.h | 41 GLshort src_pitch, 45 GLshort dst_pitch, 49 GLshort srcx, GLshort srcy, 50 GLshort dstx, GLshort dsty, 51 GLshort w, GLshort h, 59 GLshort dst_pitch, 63 GLshort x, GLshort y, 64 GLshort w, GLshort h,
|
D | intel_blit.c | 93 GLshort src_pitch, in intelEmitCopyBlit() 97 GLshort dst_pitch, in intelEmitCopyBlit() 101 GLshort src_x, GLshort src_y, in intelEmitCopyBlit() 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() 103 GLshort w, GLshort h, in intelEmitCopyBlit() 399 GLshort dst_pitch, in intelEmitImmediateColorExpandBlit() 403 GLshort x, GLshort y, in intelEmitImmediateColorExpandBlit() 404 GLshort w, GLshort h, in intelEmitImmediateColorExpandBlit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
D | intel_blit.h | 41 GLshort src_pitch, 45 GLshort dst_pitch, 49 GLshort srcx, GLshort srcy, 50 GLshort dstx, GLshort dsty, 51 GLshort w, GLshort h, 59 GLshort dst_pitch, 63 GLshort x, GLshort y, 64 GLshort w, GLshort h,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 67 void (GLAPIENTRY * Color3s)(GLshort, GLshort, GLshort); 68 void (GLAPIENTRY * Color3sv)(const GLshort *); 83 void (GLAPIENTRY * Color4s)(GLshort, GLshort, GLshort, GLshort); 84 void (GLAPIENTRY * Color4sv)(const GLshort *); 100 void (GLAPIENTRY * Indexs)(GLshort); 101 void (GLAPIENTRY * Indexsv)(const GLshort *); 110 void (GLAPIENTRY * Normal3s)(GLshort, GLshort, GLshort); 111 void (GLAPIENTRY * Normal3sv)(const GLshort *); 118 void (GLAPIENTRY * RasterPos2s)(GLshort, GLshort); 119 void (GLAPIENTRY * RasterPos2sv)(const GLshort *); [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 67 void (GLAPIENTRY * Color3s)(GLshort, GLshort, GLshort); 68 void (GLAPIENTRY * Color3sv)(const GLshort *); 83 void (GLAPIENTRY * Color4s)(GLshort, GLshort, GLshort, GLshort); 84 void (GLAPIENTRY * Color4sv)(const GLshort *); 100 void (GLAPIENTRY * Indexs)(GLshort); 101 void (GLAPIENTRY * Indexsv)(const GLshort *); 110 void (GLAPIENTRY * Normal3s)(GLshort, GLshort, GLshort); 111 void (GLAPIENTRY * Normal3sv)(const GLshort *); 118 void (GLAPIENTRY * RasterPos2s)(GLshort, GLshort); 119 void (GLAPIENTRY * RasterPos2sv)(const GLshort *); [all …]
|
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 115 loopback_Color3s_f( GLshort red, GLshort green, GLshort blue ) in loopback_Color3s_f() 164 loopback_Color3sv_f( const GLshort *v ) in loopback_Color3sv_f() 215 loopback_Color4s_f( GLshort red, GLshort green, GLshort blue, in loopback_Color4s_f() 216 GLshort alpha ) in loopback_Color4s_f() 267 loopback_Color4sv_f( const GLshort *v) in loopback_Color4sv_f() 322 loopback_Indexs( GLshort c ) in loopback_Indexs() 346 loopback_Indexsv( const GLshort *c ) in loopback_Indexsv() 384 loopback_Normal3s( GLshort nx, GLshort ny, GLshort nz ) in loopback_Normal3s() 408 loopback_Normal3sv( const GLshort *v ) in loopback_Normal3sv() 426 loopback_TexCoord1s( GLshort s ) in loopback_TexCoord1s() [all …]
|
D | accum.c | 155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]); in _mesa_clear_accum_buffer() 156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]); in _mesa_clear_accum_buffer() 157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]); in _mesa_clear_accum_buffer() 158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]); in _mesa_clear_accum_buffer() 162 GLshort *row = (GLshort *) accMap; in _mesa_clear_accum_buffer() 210 const GLshort incr = (GLshort) (value * 32767.0f); in accum_scale_or_bias() 214 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() 224 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() 226 acc[i] = (GLshort) (acc[i] * value); in accum_scale_or_bias() 295 GLshort *acc = (GLshort *) accMap; in accum_or_load() [all …]
|
D | drawtex.h | 47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 50 _mesa_DrawTexsv(const GLshort *coords);
|
D | rastpos.c | 88 _mesa_RasterPos2s(GLshort x, GLshort y) in _mesa_RasterPos2s() 112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z) in _mesa_RasterPos3s() 136 _mesa_RasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_RasterPos4s() 160 _mesa_RasterPos2sv(const GLshort *v) in _mesa_RasterPos2sv() 184 _mesa_RasterPos3sv(const GLshort *v) in _mesa_RasterPos3sv() 210 _mesa_RasterPos4sv(const GLshort *v) in _mesa_RasterPos4sv() 313 _mesa_WindowPos2sMESA(GLshort x, GLshort y) in _mesa_WindowPos2sMESA() 337 _mesa_WindowPos3sMESA(GLshort x, GLshort y, GLshort z) in _mesa_WindowPos3sMESA() 361 _mesa_WindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_WindowPos4sMESA() 385 _mesa_WindowPos2svMESA(const GLshort *v) in _mesa_WindowPos2svMESA() [all …]
|
D | drawtex.c | 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexs() 104 _mesa_DrawTexsv(const GLshort *coords) in _mesa_DrawTexsv()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | api_loopback.c | 115 loopback_Color3s_f( GLshort red, GLshort green, GLshort blue ) in loopback_Color3s_f() 164 loopback_Color3sv_f( const GLshort *v ) in loopback_Color3sv_f() 215 loopback_Color4s_f( GLshort red, GLshort green, GLshort blue, in loopback_Color4s_f() 216 GLshort alpha ) in loopback_Color4s_f() 267 loopback_Color4sv_f( const GLshort *v) in loopback_Color4sv_f() 322 loopback_Indexs( GLshort c ) in loopback_Indexs() 346 loopback_Indexsv( const GLshort *c ) in loopback_Indexsv() 384 loopback_Normal3s( GLshort nx, GLshort ny, GLshort nz ) in loopback_Normal3s() 408 loopback_Normal3sv( const GLshort *v ) in loopback_Normal3sv() 426 loopback_TexCoord1s( GLshort s ) in loopback_TexCoord1s() [all …]
|
D | accum.c | 155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]); in _mesa_clear_accum_buffer() 156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]); in _mesa_clear_accum_buffer() 157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]); in _mesa_clear_accum_buffer() 158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]); in _mesa_clear_accum_buffer() 162 GLshort *row = (GLshort *) accMap; in _mesa_clear_accum_buffer() 210 const GLshort incr = (GLshort) (value * 32767.0f); in accum_scale_or_bias() 214 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() 224 GLshort *acc = (GLshort *) accMap; in accum_scale_or_bias() 226 acc[i] = (GLshort) (acc[i] * value); in accum_scale_or_bias() 295 GLshort *acc = (GLshort *) accMap; in accum_or_load() [all …]
|
D | drawtex.h | 47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 50 _mesa_DrawTexsv(const GLshort *coords);
|
D | rastpos.c | 88 _mesa_RasterPos2s(GLshort x, GLshort y) in _mesa_RasterPos2s() 112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z) in _mesa_RasterPos3s() 136 _mesa_RasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_RasterPos4s() 160 _mesa_RasterPos2sv(const GLshort *v) in _mesa_RasterPos2sv() 184 _mesa_RasterPos3sv(const GLshort *v) in _mesa_RasterPos3sv() 210 _mesa_RasterPos4sv(const GLshort *v) in _mesa_RasterPos4sv() 313 _mesa_WindowPos2sMESA(GLshort x, GLshort y) in _mesa_WindowPos2sMESA() 337 _mesa_WindowPos3sMESA(GLshort x, GLshort y, GLshort z) in _mesa_WindowPos3sMESA() 361 _mesa_WindowPos4sMESA(GLshort x, GLshort y, GLshort z, GLshort w) in _mesa_WindowPos4sMESA() 385 _mesa_WindowPos2svMESA(const GLshort *v) in _mesa_WindowPos2svMESA() [all …]
|
D | drawtex.c | 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexs() 104 _mesa_DrawTexsv(const GLshort *coords) in _mesa_DrawTexsv()
|
/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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/ |
D | indirect.h | 85 extern _X_HIDDEN void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue); 86 extern _X_HIDDEN void __indirect_glColor3sv(const GLshort * v); 101 extern _X_HIDDEN void __indirect_glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha); 102 extern _X_HIDDEN void __indirect_glColor4sv(const GLshort * v); 118 extern _X_HIDDEN void __indirect_glIndexs(GLshort c); 119 extern _X_HIDDEN void __indirect_glIndexsv(const GLshort * c); 128 extern _X_HIDDEN void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz); 129 extern _X_HIDDEN void __indirect_glNormal3sv(const GLshort * v); 136 extern _X_HIDDEN void __indirect_glRasterPos2s(GLshort x, GLshort y); 137 extern _X_HIDDEN void __indirect_glRasterPos2sv(const GLshort * v); [all …]
|
/external/mesa3d/src/glx/ |
D | indirect_window_pos.c | 49 __indirect_glWindowPos2sMESA(GLshort x, GLshort y) in __indirect_glWindowPos2sMESA() 73 __indirect_glWindowPos2svMESA(const GLshort * p) in __indirect_glWindowPos2svMESA() 91 __indirect_glWindowPos3sMESA(GLshort x, GLshort y, GLshort z) in __indirect_glWindowPos3sMESA() 109 __indirect_glWindowPos3svMESA(const GLshort * p) in __indirect_glWindowPos3svMESA()
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
D | indirect_window_pos.c | 49 __indirect_glWindowPos2sMESA(GLshort x, GLshort y) in __indirect_glWindowPos2sMESA() 73 __indirect_glWindowPos2svMESA(const GLshort * p) in __indirect_glWindowPos2svMESA() 91 __indirect_glWindowPos3sMESA(GLshort x, GLshort y, GLshort z) in __indirect_glWindowPos3sMESA() 109 __indirect_glWindowPos3svMESA(const GLshort * p) in __indirect_glWindowPos3svMESA()
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl.h | 155 typedef short GLshort; /* 2-byte signed */ typedef 966 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y ); 971 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z ); 976 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w ); 981 GLAPI void GLAPIENTRY glVertex2sv( const GLshort *v ); 986 GLAPI void GLAPIENTRY glVertex3sv( const GLshort *v ); 991 GLAPI void GLAPIENTRY glVertex4sv( const GLshort *v ); 998 GLAPI void GLAPIENTRY glNormal3s( GLshort nx, GLshort ny, GLshort nz ); 1004 GLAPI void GLAPIENTRY glNormal3sv( const GLshort *v ); 1010 GLAPI void GLAPIENTRY glIndexs( GLshort c ); [all …]
|
/external/mesa3d/include/GL/ |
D | gl.h | 154 typedef short GLshort; /* 2-byte signed */ typedef 965 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y ); 970 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z ); 975 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w ); 980 GLAPI void GLAPIENTRY glVertex2sv( const GLshort *v ); 985 GLAPI void GLAPIENTRY glVertex3sv( const GLshort *v ); 990 GLAPI void GLAPIENTRY glVertex4sv( const GLshort *v ); 997 GLAPI void GLAPIENTRY glNormal3s( GLshort nx, GLshort ny, GLshort nz ); 1003 GLAPI void GLAPIENTRY glNormal3sv( const GLshort *v ); 1009 GLAPI void GLAPIENTRY glIndexs( GLshort c ); [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/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/ |
D | glapitable.h | 60 void (GLAPIENTRYP Color3s)(GLshort red, GLshort green, GLshort blue); /* 17 */ 61 void (GLAPIENTRYP Color3sv)(const GLshort * v); /* 18 */ 76 void (GLAPIENTRYP Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha); /* 33 */ 77 void (GLAPIENTRYP Color4sv)(const GLshort * v); /* 34 */ 93 void (GLAPIENTRYP Indexs)(GLshort c); /* 50 */ 94 void (GLAPIENTRYP Indexsv)(const GLshort * c); /* 51 */ 103 void (GLAPIENTRYP Normal3s)(GLshort nx, GLshort ny, GLshort nz); /* 60 */ 104 void (GLAPIENTRYP Normal3sv)(const GLshort * v); /* 61 */ 111 void (GLAPIENTRYP RasterPos2s)(GLshort x, GLshort y); /* 68 */ 112 void (GLAPIENTRYP RasterPos2sv)(const GLshort * v); /* 69 */ [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_blit.c | 93 GLshort src_pitch, in intelEmitCopyBlit() 97 GLshort dst_pitch, in intelEmitCopyBlit() 101 GLshort src_x, GLshort src_y, in intelEmitCopyBlit() 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() 103 GLshort w, GLshort h, in intelEmitCopyBlit() 399 GLshort dst_pitch, in intelEmitImmediateColorExpandBlit() 403 GLshort x, GLshort y, in intelEmitImmediateColorExpandBlit() 404 GLshort w, GLshort h, in intelEmitImmediateColorExpandBlit()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | intel_blit.c | 93 GLshort src_pitch, in intelEmitCopyBlit() 97 GLshort dst_pitch, in intelEmitCopyBlit() 101 GLshort src_x, GLshort src_y, in intelEmitCopyBlit() 102 GLshort dst_x, GLshort dst_y, in intelEmitCopyBlit() 103 GLshort w, GLshort h, in intelEmitCopyBlit() 399 GLshort dst_pitch, in intelEmitImmediateColorExpandBlit() 403 GLshort x, GLshort y, in intelEmitImmediateColorExpandBlit() 404 GLshort w, GLshort h, in intelEmitImmediateColorExpandBlit()
|