HomeSort by relevance Sort by last modified time
    Searched refs:GLshort (Results 1 - 25 of 252) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
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
    [all...]
intel_blit.c 93 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 x, GLshort y
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
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
    [all...]
intel_blit.c 93 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 x, GLshort y
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
drawtex.h 47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
50 _mesa_DrawTexsv(const GLshort *coords);
accum.c 155 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 *) accMap
    [all...]
drawtex.c 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
104 _mesa_DrawTexsv(const GLshort *coords)
api_loopback.c 115 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 c
    [all...]
rastpos.c 88 _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 *v
    [all...]
  /external/mesa3d/src/mesa/main/
drawtex.h 47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
50 _mesa_DrawTexsv(const GLshort *coords);
accum.c 155 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 *) accMap
    [all...]
drawtex.c 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
104 _mesa_DrawTexsv(const GLshort *coords)
api_loopback.c 115 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 c
    [all...]
rastpos.c 88 _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 *v
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_window_pos.c 49 __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/
indirect_window_pos.c 49 __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/
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);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
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);
    [all...]
  /sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h 78 static void s_glDrawTexsOES(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h);
82 static void s_glDrawTexsvOES(const GLshort *coords);
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
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)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
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)
    [all...]
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 35 typedef short GLshort;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 35 typedef short GLshort;
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
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 *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 152 typedef short GLshort; /* 2-byte signed */
963 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
968 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
973 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]

Completed in 915 milliseconds

1 2 3 4 5 6 7 8 91011