/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | 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*)) 82 SDL_PROC_UNUSED(void,glEvalCoord1d,(GLdouble u)) 83 SDL_PROC_UNUSED(void,glEvalCoord1dv,(const GLdouble *u)) 86 SDL_PROC_UNUSED(void,glEvalCoord2d,(GLdouble u, GLdouble v)) 87 SDL_PROC_UNUSED(void,glEvalCoord2dv,(const GLdouble *u)) 102 SDL_PROC_UNUSED(void,glFrustum,(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdou… [all …]
|
D | SDL_video.c | 1642 this->glOrtho(0.0, (GLdouble) this->screen->w, (GLdouble) this->screen->h, 0.0, 0.0, 1.0); in SDL_GL_Lock()
|
/external/qemu/distrib/sdl-1.2.12/include/ |
D | SDL_opengl.h | 3219 GLAPI void APIENTRY glMultiTexCoord1d (GLenum, GLdouble); 3220 GLAPI void APIENTRY glMultiTexCoord1dv (GLenum, const GLdouble *); 3227 GLAPI void APIENTRY glMultiTexCoord2d (GLenum, GLdouble, GLdouble); 3228 GLAPI void APIENTRY glMultiTexCoord2dv (GLenum, const GLdouble *); 3235 GLAPI void APIENTRY glMultiTexCoord3d (GLenum, GLdouble, GLdouble, GLdouble); 3236 GLAPI void APIENTRY glMultiTexCoord3dv (GLenum, const GLdouble *); 3243 GLAPI void APIENTRY glMultiTexCoord4d (GLenum, GLdouble, GLdouble, GLdouble, GLdouble); 3244 GLAPI void APIENTRY glMultiTexCoord4dv (GLenum, const GLdouble *); 3252 GLAPI void APIENTRY glLoadTransposeMatrixd (const GLdouble *); 3254 GLAPI void APIENTRY glMultTransposeMatrixd (const GLdouble *); [all …]
|
/external/skia/third_party/glu/libtess/ |
D | geom.c | 54 GLdouble __gl_edgeEval( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_edgeEval() 66 GLdouble gapL, gapR; in __gl_edgeEval() 84 GLdouble __gl_edgeSign( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_edgeSign() 90 GLdouble gapL, gapR; in __gl_edgeSign() 109 GLdouble __gl_transEval( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_transEval() 121 GLdouble gapL, gapR; in __gl_transEval() 139 GLdouble __gl_transSign( GLUvertex *u, GLUvertex *v, GLUvertex *w ) in __gl_transSign() 145 GLdouble gapL, gapR; in __gl_transSign() 195 GLdouble Interpolate( GLdouble a, GLdouble x, GLdouble b, GLdouble y) in Interpolate() 218 GLdouble z1, z2; in __gl_edgeIntersect()
|
D | 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],
|
D | normal.c | 55 static void Normalize( GLdouble v[3] ) in Normalize() 57 GLdouble len = v[0]*v[0] + v[1]*v[1] + v[2]*v[2]; in Normalize() 69 static int LongAxis( GLdouble v[3] ) in LongAxis() 78 static void ComputeNormal( GLUtesselator *tess, GLdouble norm[3] ) in ComputeNormal() 81 GLdouble c, tLen2, maxLen2; in ComputeNormal() 82 GLdouble maxVal[3], minVal[3], d1[3], d2[3], tNorm[3]; in ComputeNormal() 145 GLdouble area; in CheckOrientation() 203 GLdouble norm[3]; in __gl_projectPolygon() 204 GLdouble *sUnit, *tUnit; in __gl_projectPolygon()
|
D | tess.c | 65 /*ARGSUSED*/ static void GLAPIENTRY noCombine( GLdouble coords[3], void *data[4], in noCombine() 79 /*ARGSUSED*/ void GLAPIENTRY __gl_noCombineData( GLdouble coords[3], in __gl_noCombineData() 205 gluTessProperty( GLUtesselator *tess, GLenum which, GLdouble value ) in gluTessProperty() 244 gluGetTessProperty( GLUtesselator *tess, GLenum which, GLdouble *value ) in gluGetTessProperty() 272 gluTessNormal( GLUtesselator *tess, GLdouble x, GLdouble y, GLdouble z ) in gluTessNormal() 330 (void (GLAPIENTRY *)(GLdouble [3],void *[4], GLfloat [4], void ** )) fn; in gluTessCallback() 334 (void (GLAPIENTRY *)(GLdouble [3], in gluTessCallback() 349 static int AddVertex( GLUtesselator *tess, GLdouble coords[3], void *data ) in AddVertex() 388 static void CacheVertex( GLUtesselator *tess, GLdouble coords[3], void *data ) in CacheVertex() 419 gluTessVertex( GLUtesselator *tess, GLdouble coords[3], void *data ) in gluTessVertex() [all …]
|
D | 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 );
|
D | mesh.h | 128 GLdouble coords[3]; /* vertex location in 3D */ 129 GLdouble s, t; /* projection onto the sweep plane */
|
D | render.c | 365 static int ComputeNormal( GLUtesselator *tess, GLdouble norm[3], int check ) in ComputeNormal() 378 GLdouble dot, xc, yc, zc, xp, yp, zp, n[3]; in ComputeNormal() 449 GLdouble norm[3]; in __gl_renderCache()
|
D | sweep.c | 124 GLdouble t1, t2; in EdgeLeq() 416 GLdouble coords[3]; in CallCombine() 465 GLdouble t1 = VertL1dist( org, isect ); in VertexWeights() 466 GLdouble t2 = VertL1dist( dst, isect ); in VertexWeights() 625 GLdouble tMinUp, tMaxLo; in CheckForIntersect() 1129 static void AddSentinel( GLUtesselator *tess, GLdouble t ) in AddSentinel()
|
/external/skia/third_party/glu/ |
D | sk_glu.h | 117 GLdouble value); 120 GLdouble *value); 122 GLdouble x, 123 GLdouble y, 124 GLdouble z); 129 GLdouble coords[3],
|
D | gluos.h | 40 typedef double GLdouble; typedef
|
/external/mesa3d/src/mesa/main/ |
D | glheader.h | 61 typedef double GLdouble; typedef 64 typedef GLdouble GLclampd;
|
D | get.h | 42 _mesa_GetDoublev( GLenum pname, GLdouble *params );
|
D | macros.h | 718 #define ENUM_TO_DOUBLE(E) ((GLdouble)(GLint)(E))
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnPathProcessor.cpp | 1142 GLdouble* location = static_cast<GLdouble*>(vertexData); in vertexCallback() 1147 static void combineCallback(GLdouble coords[3], void* vertexData[4], in combineCallback() 1154 GLdouble* outVertex = static_cast<GLdouble*>(fastMalloc(3 * sizeof(GLdouble))); in combineCallback() 1175 Vector<GLdouble> vertexData; in tessellateInterior() 1216 GLdouble* base = vertexData.data(); in tessellateInterior()
|
/external/quake/quake/src/QW/client/ |
D | gl_rmain.c | 925 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() 926 GLdouble zNear, GLdouble zFar ) in MYgluPerspective() 928 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective()
|
/external/skia/src/gpu/ |
D | GrTesselatedPathRenderer.cpp | 97 virtual int combine(GLdouble coords[3], int vertexIndices[4], 111 static void combineCB(GLdouble coords[3], void* vertexData[4], in combineCB() 145 virtual int combine(GLdouble coords[3], int vertexIndices[4], in combine() 245 virtual int combine(GLdouble coords[3], int vertexIndices[4], in combine()
|
/external/quake/quake/src/WinQuake/ |
D | gl_rmain.cpp | 1024 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() 1025 GLdouble zNear, GLdouble zFar ) in MYgluPerspective() 1027 GLdouble xmin, xmax, ymin, ymax; in MYgluPerspective()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | GLES2Canvas.cpp | 601 static void combineData(GLdouble coords[3], void* vertexData[4], in combineData()
|