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

1 2 3 45 6 7 8 91011

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
format_unpack.c 1080 const GLshort *s = (const GLshort *) src;
1223 const GLshort *s = ((const GLshort *) src);
    [all...]
mipmap.c 313 const GLshort(*rowA)[4] = (const GLshort(*)[4]) srcRowA;
314 const GLshort(*rowB)[4] = (const GLshort(*)[4]) srcRowB;
315 GLshort(*dst)[4] = (GLshort(*)[4]) dstRow;
326 const GLshort(*rowA)[3] = (const GLshort(*)[3]) srcRowA;
327 const GLshort(*rowB)[3] = (const GLshort(*)[3]) srcRowB
    [all...]
pack.c 493 #define DST_TYPE GLshort
879 #define DST_TYPE GLshort
    [all...]
format_pack.c     [all...]
glformats.c 85 return sizeof(GLshort);
121 return sizeof(GLshort);
238 return comps * sizeof(GLshort);
    [all...]
  /external/mesa3d/src/mesa/main/
format_unpack.c 1080 const GLshort *s = (const GLshort *) src;
1223 const GLshort *s = ((const GLshort *) src);
    [all...]
mipmap.c 306 const GLshort(*rowA)[4] = (const GLshort(*)[4]) srcRowA;
307 const GLshort(*rowB)[4] = (const GLshort(*)[4]) srcRowB;
308 GLshort(*dst)[4] = (GLshort(*)[4]) dstRow;
319 const GLshort(*rowA)[3] = (const GLshort(*)[3]) srcRowA;
320 const GLshort(*rowB)[3] = (const GLshort(*)[3]) srcRowB
    [all...]
pack.c 493 #define DST_TYPE GLshort
879 #define DST_TYPE GLshort
    [all...]
format_pack.c     [all...]
glformats.c 85 return sizeof(GLshort);
121 return sizeof(GLshort);
238 return comps * sizeof(GLshort);
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect.c 557 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue)
570 void __indirect_glColor3sv(const GLshort * v)
713 void __indirect_glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha)
727 void __indirect_glColor4sv(const GLshort * v)
876 void __indirect_glIndexs(GLshort c
    [all...]
api_exec_es1.c 162 extern void GL_APIENTRY _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort w, GLshort h);
165 extern void GL_APIENTRY _mesa_DrawTexsv(const GLshort * coords);
  /frameworks/native/opengl/include/GLES/
glext.h 563 GL_API void GL_APIENTRY glDrawTexsOES (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
566 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
572 typedef void (GL_APIENTRYP PFNGLDRAWTEXSOESPROC) (GLshort x, GLshort y, GLshort z, GLshort width, GLshort height)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex_copy.c 98 GLshort src_pitch;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 98 GLshort src_pitch;
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_proc.h 177 typedef void (gl_APIENTRY *glDrawTexsOES_client_proc_t) (void * ctx, GLshort, GLshort, GLshort, GLshort, GLshort);
180 typedef void (gl_APIENTRY *glDrawTexsvOES_client_proc_t) (void * ctx, const GLshort*);
gl_enc.h 189 void glDrawTexsOES_enc(void *self , GLshort x, GLshort y, GLshort z, GLshort width, GLshort height);
192 void glDrawTexsvOES_enc(void *self , const GLshort* coords);
  /external/chromium_org/third_party/mesa/src/src/glx/
packsingle.h 126 *p = *(GLshort *)&reply.pad3;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_structs.h 757 GLshort xmin;
758 GLshort ymin;
759 GLshort xmax;
760 GLshort ymax;
    [all...]
  /external/mesa3d/src/glx/
packsingle.h 126 *p = *(GLshort *)&reply.pad3;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_structs.h 757 GLshort xmin;
758 GLshort ymin;
759 GLshort xmax;
760 GLshort ymax;
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 358 /* void glDrawTexsOES ( GLshort x, GLshort y, GLshort z, GLshort width, GLshort height ) */
363 (GLshort)x,
364 (GLshort)y,
365 (GLshort)z,
366 (GLshort)width,
367 (GLshort)heigh
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 118 void GLAPIENTRY dummy_glMultiTexCoord2sv( GLenum target, const GLshort *v ){}
120 void GLAPIENTRY dummy_glMultiTexCoord3sv( GLenum target, const GLshort *v ){}
123 void GLAPIENTRY dummy_glMultiTexCoord4sv( GLenum target, const GLshort *v ){}
127 void GLAPIENTRY dummy_glNormal3sv(const GLshort *v ){}
DummyGLfuncs.h 125 void GLAPIENTRY dummy_glMultiTexCoord2sv( GLenum target, const GLshort *v );
127 void GLAPIENTRY dummy_glMultiTexCoord3sv( GLenum target, const GLshort *v );
130 void GLAPIENTRY dummy_glMultiTexCoord4sv( GLenum target, const GLshort *v );
134 void GLAPIENTRY dummy_glNormal3sv(const GLshort *v );
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLDispatch.h 152 static void (GLAPIENTRY *glMultiTexCoord2sv) ( GLenum target, const GLshort *v );
154 static void (GLAPIENTRY *glMultiTexCoord3sv) ( GLenum target, const GLshort *v );
157 static void (GLAPIENTRY *glMultiTexCoord4sv) ( GLenum target, const GLshort *v );
161 static void (GLAPIENTRY *glNormal3sv) ( const GLshort *v );

Completed in 1324 milliseconds

1 2 3 45 6 7 8 91011