Home
last modified time | relevance | path

Searched refs:GLshort (Results 1 – 25 of 114) sorted by relevance

12345

/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_blit.h41 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,
Dintel_blit.c93 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/
Dintel_blit.h41 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/
Dstw_icd.h67 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/
Dstw_icd.h67 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/
Dapi_loopback.c115 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 …]
Daccum.c155 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 …]
Ddrawtex.h47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
50 _mesa_DrawTexsv(const GLshort *coords);
Drastpos.c88 _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 …]
Ddrawtex.c95 _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/
Dapi_loopback.c115 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 …]
Daccum.c155 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 …]
Ddrawtex.h47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
50 _mesa_DrawTexsv(const GLshort *coords);
Drastpos.c88 _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 …]
Ddrawtex.c95 _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/
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 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/
Dindirect.h85 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/
Dindirect_window_pos.c49 __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/
Dindirect_window_pos.c49 __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/
Dgl.h155 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/
Dgl.h154 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/
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, 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/
Dglapitable.h60 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/
Dintel_blit.c93 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/
Dintel_blit.c93 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()

12345