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

1 2

  /external/skia/third_party/glu/
sk_glu.h 117 GLdouble value);
120 GLdouble *value);
122 GLdouble x,
123 GLdouble y,
124 GLdouble z);
129 GLdouble coords[3],
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_glfuncs.h 22 SDL_PROC_UNUSED(void,glClipPlane,(GLenum,const GLdouble*))
25 SDL_PROC_UNUSED(void,glColor3d,(GLdouble,GLdouble,GLdouble))
26 SDL_PROC_UNUSED(void,glColor3dv,(const GLdouble*))
41 SDL_PROC_UNUSED(void,glColor4d,(GLdouble,GLdouble,GLdouble,GLdouble))
42 SDL_PROC_UNUSED(void,glColor4dv,(const GLdouble*))
    [all...]
  /external/skia/third_party/glu/libtess/
geom.c 54 GLdouble __gl_edgeEval( GLUvertex *u, GLUvertex *v, GLUvertex *w )
66 GLdouble gapL, gapR;
84 GLdouble __gl_edgeSign( GLUvertex *u, GLUvertex *v, GLUvertex *w )
90 GLdouble gapL, gapR;
109 GLdouble __gl_transEval( GLUvertex *u, GLUvertex *v, GLUvertex *w )
121 GLdouble gapL, gapR;
139 GLdouble __gl_transSign( GLUvertex *u, GLUvertex *v, GLUvertex *w )
145 GLdouble gapL, gapR;
195 GLdouble Interpolate( GLdouble a, GLdouble x, GLdouble b, GLdouble y
    [all...]
tess.h 62 GLdouble coords[3];
80 GLdouble normal[3]; /* user-specified normal (if provided) */
81 GLdouble sUnit[3]; /* unit vector in s-direction (debugging) */
82 GLdouble tUnit[3]; /* unit vector in t-direction (debugging) */
86 GLdouble relTolerance; /* tolerance for merging features */
94 void (GLAPIENTRY *callCombine)( GLdouble coords[3], void *data[4],
124 void (GLAPIENTRY *callCombineData)( GLdouble coords[3], void *data[4],
138 void GLAPIENTRY __gl_noCombineData( GLdouble coords[3], void *data[4],
geom.h 81 GLdouble __gl_edgeEval( GLUvertex *u, GLUvertex *v, GLUvertex *w );
82 GLdouble __gl_edgeSign( GLUvertex *u, GLUvertex *v, GLUvertex *w );
83 GLdouble __gl_transEval( GLUvertex *u, GLUvertex *v, GLUvertex *w );
84 GLdouble __gl_transSign( GLUvertex *u, GLUvertex *v, GLUvertex *w );
normal.c 55 static void Normalize( GLdouble v[3] )
57 GLdouble len = v[0]*v[0] + v[1]*v[1] + v[2]*v[2];
69 static int LongAxis( GLdouble v[3] )
78 static void ComputeNormal( GLUtesselator *tess, GLdouble norm[3] )
81 GLdouble c, tLen2, maxLen2;
82 GLdouble maxVal[3], minVal[3], d1[3], d2[3], tNorm[3];
145 GLdouble area;
203 GLdouble norm[3];
204 GLdouble *sUnit, *tUnit;
tess.c 65 /*ARGSUSED*/ static void GLAPIENTRY noCombine( GLdouble coords[3], void *data[4],
79 /*ARGSUSED*/ void GLAPIENTRY __gl_noCombineData( GLdouble coords[3],
205 gluTessProperty( GLUtesselator *tess, GLenum which, GLdouble value )
244 gluGetTessProperty( GLUtesselator *tess, GLenum which, GLdouble *value )
272 gluTessNormal( GLUtesselator *tess, GLdouble x, GLdouble y, GLdouble z )
330 (void (GLAPIENTRY *)(GLdouble [3],void *[4], GLfloat [4], void ** )) fn;
334 (void (GLAPIENTRY *)(GLdouble [3],
349 static int AddVertex( GLUtesselator *tess, GLdouble coords[3], void *data
    [all...]
mesh.h 128 GLdouble coords[3]; /* vertex location in 3D */
129 GLdouble s, t; /* projection onto the sweep plane */
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 25 typedef double GLdouble; /* double precision float */
47 void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
48 void (GLAPIENTRY *glColor4d) (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
77 void (GLAPIENTRY *glFrustum) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 160 typedef double GLdouble; /* double precision float */
814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
816 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
836 GLAPI void GLAPIENTRY glGetDoublev( GLenum pname, GLdouble *params );
894 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
895 GLdouble bottom, GLdouble top,
896 GLdouble near_val, GLdouble far_val )
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 160 typedef double GLdouble; /* double precision float */
814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
816 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
836 GLAPI void GLAPIENTRY glGetDoublev( GLenum pname, GLdouble *params );
894 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
895 GLdouble bottom, GLdouble top,
896 GLdouble near_val, GLdouble far_val )
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 160 typedef double GLdouble; /* double precision float */
814 GLAPI void GLAPIENTRY glClipPlane( GLenum plane, const GLdouble *equation );
816 GLAPI void GLAPIENTRY glGetClipPlane( GLenum plane, GLdouble *equation );
836 GLAPI void GLAPIENTRY glGetDoublev( GLenum pname, GLdouble *params );
894 GLAPI void GLAPIENTRY glOrtho( GLdouble left, GLdouble right,
895 GLdouble bottom, GLdouble top,
896 GLdouble near_val, GLdouble far_val )
    [all...]
glext.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
gldefs.h 18 typedef double GLdouble; /* double precision float */
GLDispatch.h 122 static void (GLAPIENTRY *glClipPlane) (GLenum plane, const GLdouble *equation);
123 static void (GLAPIENTRY *glColor4d) (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
134 static void (GLAPIENTRY *glFrustum) (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
DummyGLfuncs.cpp 88 void GLAPIENTRY dummy_glClipPlane(GLenum plane, const GLdouble *equation){}
89 void GLAPIENTRY dummy_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha){}
100 void GLAPIENTRY dummy_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar){
    [all...]
DummyGLfuncs.h 95 void GLAPIENTRY dummy_glClipPlane(GLenum plane, const GLdouble *equation);
96 void GLAPIENTRY dummy_glColor4d(GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha);
107 void GLAPIENTRY dummy_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar)
    [all...]
  /external/mesa3d/src/mesa/main/
glheader.h 61 typedef double GLdouble;
64 typedef GLdouble GLclampd;

Completed in 666 milliseconds

1 2