Home
last modified time | relevance | path

Searched defs:baseFunction (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/
H A Dexceptional.py38 def glBegin( baseFunction, mode ): argument
43 def glEnd( baseFunction ): argument
52 def glDeleteTextures( baseFunction, array ): argument
59 def glMap2( baseFunction, arrayType ): argument
88 def glMap1( baseFunction, arrayType ): argument
132 def glCallLists( baseFunction, lists, *args ): argument
165 def glGenTextures( baseFunction, count, textures=None ): argument
229 def glAreTexturesResident( baseFunction, *args ): argument
H A Dimages.py575 def typedImageFunction( suffix, arrayConstant, baseFunction ): argument
592 def _setDataSize( baseFunction, argument='imageSize' ): argument
602 def compressedImageFunction( baseFunction ): argument
H A Dpointers.py101 def wrapPointerFunction( name, baseFunction, glType, arrayType,startArgs, defaultSize ): argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/
H A Dexceptional.py37 def glBegin( baseFunction, mode ): argument
42 def glEnd( baseFunction ): argument
51 def glDeleteTextures( baseFunction, size, array=_NULL ): argument
66 def glMap2( baseFunction, arrayType ): argument
95 def glMap1( baseFunction, arrayType ): argument
139 def glCallLists( baseFunction, lists, *args ): argument
215 def glAreTexturesResident( baseFunction, *args ): argument
H A Dimages.py574 def typedImageFunction( suffix, arrayConstant, baseFunction ): argument
588 def _setDataSize( baseFunction, argument='imageSize' ): argument
595 def compressedImageFunction( baseFunction ): argument
H A Dpointers.py101 def wrapPointerFunction( name, baseFunction, glType, arrayType,startArgs, defaultSize ): argument
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GL/ARB/
H A Dimaging.py135 def glGetConvolutionFilter( baseFunction, target, format, type ): argument
156 def glGetSeparableFilter( baseFunction, target, format, type ): argument
179 def glGetColorTable( baseFunction, target, format, type ): argument
195 def glGetHistogram( baseFunction, target, reset, format, type, values=None): argument
213 def glGetMinmax( baseFunction, target, reset, format, type, values=None): argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GL/ARB/
H A Dimaging.py135 def glGetConvolutionFilter( baseFunction, target, format, type ): argument
156 def glGetSeparableFilter( baseFunction, target, format, type ): argument
179 def glGetColorTable( baseFunction, target, format, type ): argument
195 def glGetHistogram( baseFunction, target, reset, format, type, values=None): argument
213 def glGetMinmax( baseFunction, target, reset, format, type, values=None): argument
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/GLU/
H A Dglunurbs.py163 def gluNewNurbsRenderer( baseFunction ): argument
171 def gluNurbsCallbackData( baseFunction, nurb, userData ): argument
203 def gluNurbsCallbackDataEXT( baseFunction,nurb, userData ): argument
210 def gluNurbsCurve( baseFunction, nurb, knots, control, type ): argument
231 def gluNurbsSurface( baseFunction, nurb, sKnots, tKnots, control, type ): argument
273 def gluPwlCurve( baseFunction, nurb, data, type ): argument
H A Dprojection.py9 def gluProject( baseFunction, objX, objY, objZ, model=None, proj=None, view=None ): argument
38 def gluUnProject( baseFunction, winX, winY, winZ, model=None, proj=None, view=None ): argument
65 baseFunction, argument
H A Dtess.py197 def gluNewTess( baseFunction ): argument
202 def gluGetTessProperty( baseFunction, tess, which, data=None ): argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/GLU/
H A Dglunurbs.py163 def gluNewNurbsRenderer( baseFunction ): argument
171 def gluNurbsCallbackData( baseFunction, nurb, userData ): argument
203 def gluNurbsCallbackDataEXT( baseFunction,nurb, userData ): argument
210 def gluNurbsCurve( baseFunction, nurb, knots, control, type ): argument
231 def gluNurbsSurface( baseFunction, nurb, sKnots, tKnots, control, type ): argument
273 def gluPwlCurve( baseFunction, nurb, data, type ): argument
H A Dprojection.py9 def gluProject( baseFunction, objX, objY, objZ, model=None, proj=None, view=None ): argument
38 def gluUnProject( baseFunction, winX, winY, winZ, model=None, proj=None, view=None ): argument
65 baseFunction, argument
H A Dtess.py197 def gluNewTess( baseFunction ): argument
202 def gluGetTessProperty( baseFunction, tess, which, data=None ): argument
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/
H A Dlatebind.py54 baseFunction = None variable in Curry
55 def __init__( self, wrapperFunction, baseFunction ): argument
H A Dlazywrapper.py8 def lazy( baseFunction ): argument
/dports/graphics/colmap/colmap-3.6/lib/PoissonRecon/
H A DFunctionData.h55 PPolynomial<Degree> baseFunction , leftBaseFunction , rightBaseFunction; variable
58 PPolynomial<Degree> baseFunction; variable
/dports/math/geogram/geogram-1.7.7/src/lib/geogram/third_party/PoissonRecon/
H A DFunctionData.h55 PPolynomial<Degree> baseFunction , leftBaseFunction , rightBaseFunction; variable
58 PPolynomial<Degree> baseFunction; variable
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/meshlabplugins/filter_screened_poisson/Src/
H A DFunctionData.h55 PPolynomial<Degree> baseFunction , leftBaseFunction , rightBaseFunction; variable
58 PPolynomial<Degree> baseFunction; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/include/pcl/surface/3rdparty/poisson4/
H A Dfunction_data.h64 PPolynomial<Degree> baseFunction , leftBaseFunction , rightBaseFunction; variable
67 PPolynomial<Degree> baseFunction; variable
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/
H A Dlatebind.py56 baseFunction = None variable in Curry
57 def __init__( self, wrapperFunction, baseFunction ): argument
H A Dlazywrapper.py8 def lazy( baseFunction ): argument
/dports/lang/solidity/solidity_0.8.11/libsolidity/analysis/
H A DDocStringAnalyser.cpp46 CallableDeclaration const& baseFunction = **_baseFunctions.begin(); in copyMissingTags() local
139 …if (CallableDeclaration const* baseFunction = resolveInheritDoc(_variable.annotation().baseFunctio… in visit() local
174 …if (CallableDeclaration const* baseFunction = resolveInheritDoc(_callable.annotation().baseFunctio… in handleCallable() local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/filter_poisson/src/
H A DFunctionData.h49 PPolynomial<Degree> baseFunction; variable
/dports/graphics/py-PyOpenGL-accelerate/PyOpenGL-accelerate-3.1.5/src/
H A Dlatebind.pyx45 def __init__( self, wrapperFunction, baseFunction ): argument

12