HomeSort by relevance Sort by last modified time
    Searched refs:GLdouble (Results 26 - 50 of 80) sorted by null

12 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /external/mesa3d/src/glx/
eval.c 60 const GLdouble * points, GLubyte * pc)
104 const GLdouble * points, GLdouble * data)
indirect_vertex_program.c 99 GLdouble * params)
115 GLdouble * params)
264 GLdouble * params)
279 *params = (GLdouble) data;
283 (void) memcpy(params, &reply.pad3, sizeof(GLdouble));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glext.h     [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengl.h     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_opengl.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_cpx.h 11 inline void glGetDoublev(GLenum a0,GLdouble * a1) { *a1 = 0.0; };
  /external/deqp/framework/opengl/wrapper/
glwApi.inl     [all...]
glwFunctionTypes.inl 61 typedef GLW_APICALL void (GLW_APIENTRY* glClearDepthFunc) (GLdouble depth);
127 typedef GLW_APICALL void (GLW_APIENTRY* glDepthRangeFunc) (GLdouble near, GLdouble far);
128 typedef GLW_APICALL void (GLW_APIENTRY* glDepthRangeArrayvFunc) (GLuint first, GLsizei count, const GLdouble *v);
129 typedef GLW_APICALL void (GLW_APIENTRY* glDepthRangeIndexedFunc) (GLuint index, GLdouble n, GLdouble f);
213 typedef GLW_APICALL void (GLW_APIENTRY* glGetDoublei_vFunc) (GLenum target, GLuint index, GLdouble *data);
214 typedef GLW_APICALL void (GLW_APIENTRY* glGetDoublevFunc) (GLenum pname, GLdouble *data);
    [all...]
glwTypes.inl 61 typedef double GLdouble;
glwImpl.inl 447 void glwClearDepth (GLdouble depth)
975 void glwDepthRange (GLdouble near, GLdouble far)
983 void glwDepthRangeArrayv (GLuint first, GLsizei count, const GLdouble *v)
991 void glwDepthRangeIndexed (GLuint index, GLdouble n, GLdouble f)
    [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/GL/
glew.h 261 typedef double GLdouble;
834 GLAPI void GLAPIENTRY glClipPlane (GLenum plane, const GLdouble *equation);
837 GLAPI void GLAPIENTRY glColor3d (GLdouble red, GLdouble green, GLdouble blue);
838 GLAPI void GLAPIENTRY glColor3dv (const GLdouble *v);
853 GLAPI void GLAPIENTRY glColor4d (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha)
    [all...]
glext.h     [all...]
  /external/mesa3d/src/mesa/main/
arbprogram.c 418 GLdouble x, GLdouble y, GLdouble z, GLdouble w)
433 const GLdouble *params)
531 GLdouble *params)
637 GLdouble x, GLdouble y,
638 GLdouble z, GLdouble w
    [all...]
get.h 42 _mesa_GetDoublev( GLenum pname, GLdouble *params );
pixeltransfer.c 146 const GLdouble max = (double) 0xffffffff;
147 const GLdouble scale = ctx->Pixel.DepthScale;
148 const GLdouble bias = ctx->Pixel.DepthBias * max;
151 GLdouble d = (GLdouble) depthValues[i] * scale + bias;
nvprogram.c 212 GLenum pname, GLdouble *params)
357 _mesa_GetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble *params)
686 GLsizei num, const GLdouble *params)
855 GLdouble x, GLdouble y, GLdouble z, GLdouble w)
912 GLdouble *params)
texgen.c 210 _mesa_TexGend(GLenum coord, GLenum pname, GLdouble param )
259 _mesa_TexGendv(GLenum coord, GLenum pname, const GLdouble *params )
297 _mesa_GetTexGendv( GLenum coord, GLenum pname, GLdouble *params )
format_pack.c     [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.h 162 _math_transposed( GLdouble to[16], const GLdouble from[16] );
165 _math_transposefd( GLfloat to[16], const GLdouble from[16] );
  /external/deqp/framework/opengl/
gluCallLogWrapperApi.inl 61 void glClearDepth (glw::GLdouble depth);
127 void glDepthRange (glw::GLdouble near, glw::GLdouble far);
128 void glDepthRangeArrayv (glw::GLuint first, glw::GLsizei count, const glw::GLdouble *v);
129 void glDepthRangeIndexed (glw::GLuint index, glw::GLdouble n, glw::GLdouble f);
213 void glGetDoublei_v (glw::GLenum target, glw::GLuint index, glw::GLdouble *data);
214 void glGetDoublev (glw::GLenum pname, glw::GLdouble *data);
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl 447 GLW_APICALL void GLW_APIENTRY glClearDepth (GLdouble depth)
1049 GLW_APICALL void GLW_APIENTRY glDepthRange (GLdouble near, GLdouble far)
1056 GLW_APICALL void GLW_APIENTRY glDepthRangeArrayv (GLuint first, GLsizei count, const GLdouble *v)
1064 GLW_APICALL void GLW_APIENTRY glDepthRangeIndexed (GLuint index, GLdouble n, GLdouble f)
    [all...]

Completed in 2252 milliseconds

12 3 4