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

12345

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A 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
[all...]
H A Dintel_blit.c93 GLshort src_pitch,
97 GLshort dst_pitch,
101 GLshort src_x, GLshort src_y,
102 GLshort dst_x, GLshort dst_y,
103 GLshort w, GLshort h,
399 GLshort dst_pitch,
403 GLshort
[all...]
/external/mesa3d/src/mesa/drivers/dri/intel/
H A 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawtex.h47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
50 _mesa_DrawTexsv(const GLshort *coords);
H A Daccum.c155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
162 GLshort *row = (GLshort *) accMap;
210 const GLshort incr = (GLshort) (value * 32767.0f);
214 GLshort *acc = (GLshort *) accMa
[all...]
H A Ddrawtex.c95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
104 _mesa_DrawTexsv(const GLshort *coords)
H A Dapi_loopback.c115 loopback_Color3s_f( GLshort red, GLshort green, GLshort blue )
164 loopback_Color3sv_f( const GLshort *v )
215 loopback_Color4s_f( GLshort red, GLshort green, GLshort blue,
216 GLshort alpha )
267 loopback_Color4sv_f( const GLshort *v)
322 loopback_Indexs( GLshort
[all...]
H A Drastpos.c88 _mesa_RasterPos2s(GLshort x, GLshort y)
112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z)
136 _mesa_RasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w)
160 _mesa_RasterPos2sv(const GLshort *
[all...]
/external/mesa3d/src/mesa/main/
H A Ddrawtex.h47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
50 _mesa_DrawTexsv(const GLshort *coords);
H A Daccum.c155 const GLshort clearR = FLOAT_TO_SHORT(ctx->Accum.ClearColor[0]);
156 const GLshort clearG = FLOAT_TO_SHORT(ctx->Accum.ClearColor[1]);
157 const GLshort clearB = FLOAT_TO_SHORT(ctx->Accum.ClearColor[2]);
158 const GLshort clearA = FLOAT_TO_SHORT(ctx->Accum.ClearColor[3]);
162 GLshort *row = (GLshort *) accMap;
210 const GLshort incr = (GLshort) (value * 32767.0f);
214 GLshort *acc = (GLshort *) accMa
[all...]
H A Ddrawtex.c95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
104 _mesa_DrawTexsv(const GLshort *coords)
H A Dapi_loopback.c115 loopback_Color3s_f( GLshort red, GLshort green, GLshort blue )
164 loopback_Color3sv_f( const GLshort *v )
215 loopback_Color4s_f( GLshort red, GLshort green, GLshort blue,
216 GLshort alpha )
267 loopback_Color4sv_f( const GLshort *v)
322 loopback_Indexs( GLshort
[all...]
H A Drastpos.c88 _mesa_RasterPos2s(GLshort x, GLshort y)
112 _mesa_RasterPos3s(GLshort x, GLshort y, GLshort z)
136 _mesa_RasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w)
160 _mesa_RasterPos2sv(const GLshort *
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dindirect_window_pos.c49 __indirect_glWindowPos2sMESA(GLshort x, GLshort y)
73 __indirect_glWindowPos2svMESA(const GLshort * p)
91 __indirect_glWindowPos3sMESA(GLshort x, GLshort y, GLshort z)
109 __indirect_glWindowPos3svMESA(const GLshort * p)
/external/mesa3d/src/glx/
H A Dindirect_window_pos.c49 __indirect_glWindowPos2sMESA(GLshort x, GLshort y)
73 __indirect_glWindowPos2svMESA(const GLshort * p)
91 __indirect_glWindowPos3sMESA(GLshort x, GLshort y, GLshort z)
109 __indirect_glWindowPos3svMESA(const GLshort * p)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A 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);
[all...]
/external/mesa3d/src/gallium/state_trackers/wgl/
H A 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);
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A 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
[all...]
/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/deqp/framework/opengl/wrapper/
H A DglwDefs.cpp36 DE_STATIC_ASSERT(sizeof(GLshort) == 2);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A 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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_blit.c93 GLshort src_pitch,
97 GLshort dst_pitch,
101 GLshort src_x, GLshort src_y,
102 GLshort dst_x, GLshort dst_y,
103 GLshort w, GLshort h,
399 GLshort dst_pitch,
403 GLshort
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_blit.c93 GLshort src_pitch,
97 GLshort dst_pitch,
101 GLshort src_x, GLshort src_y,
102 GLshort dst_x, GLshort dst_y,
103 GLshort w, GLshort h,
399 GLshort dst_pitch,
403 GLshort
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_blit.c93 GLshort src_pitch,
97 GLshort dst_pitch,
101 GLshort src_x, GLshort src_y,
102 GLshort dst_x, GLshort dst_y,
103 GLshort w, GLshort h,
399 GLshort dst_pitch,
403 GLshort
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_blit.c93 GLshort src_pitch,
97 GLshort dst_pitch,
101 GLshort src_x, GLshort src_y,
102 GLshort dst_x, GLshort dst_y,
103 GLshort w, GLshort h,
399 GLshort dst_pitch,
403 GLshort
[all...]

Completed in 343 milliseconds

12345