Home
last modified time | relevance | path

Searched refs:primitiveTable (Results 1 – 9 of 9) sorted by relevance

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DObjectWrapper.cpp609 IntLookup& primitiveTable = _globalMap["PrimitiveType"]; in ObjectWrapperManager() local
611 primitiveTable.add( "DrawArrays", ID_DRAWARRAYS ); in ObjectWrapperManager()
617 primitiveTable.add( "GL_POINTS", GL_POINTS ); in ObjectWrapperManager()
618 primitiveTable.add( "GL_LINES", GL_LINES ); in ObjectWrapperManager()
619 primitiveTable.add( "GL_LINE_STRIP", GL_LINE_STRIP ); in ObjectWrapperManager()
620 primitiveTable.add( "GL_LINE_LOOP", GL_LINE_LOOP ); in ObjectWrapperManager()
621 primitiveTable.add( "GL_TRIANGLES", GL_TRIANGLES ); in ObjectWrapperManager()
624 primitiveTable.add( "GL_QUADS", GL_QUADS ); in ObjectWrapperManager()
625 primitiveTable.add( "GL_QUAD_STRIP", GL_QUAD_STRIP ); in ObjectWrapperManager()
626 primitiveTable.add( "GL_POLYGON", GL_POLYGON ); in ObjectWrapperManager()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimVpfAnnotationFeatureInfo.cpp516 ossimVpfTable primitiveTable;
537 if(!primitiveTable.openTable(primitiveTableName))
561 if(!primitiveTable.openTable(primitiveTableName))
570 *primitiveTable.getVpfTableData());
619 ossimVpfTable primitiveTable;
673 primitiveTable);
705 ossimVpfTable primitiveTable;
724 if(!primitiveTable.openTable(primitiveTableName))
755 *primitiveTable.getVpfTableData());
803 ossimVpfTable primitiveTable;
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DObjectWrapper.cpp680 IntLookup& primitiveTable = _globalMap["PrimitiveType"]; in ObjectWrapperManager() local
682 primitiveTable.add( "DrawArrays", ID_DRAWARRAYS ); in ObjectWrapperManager()
688 primitiveTable.add( "GL_POINTS", GL_POINTS ); in ObjectWrapperManager()
689 primitiveTable.add( "GL_LINES", GL_LINES ); in ObjectWrapperManager()
690 primitiveTable.add( "GL_LINE_STRIP", GL_LINE_STRIP ); in ObjectWrapperManager()
691 primitiveTable.add( "GL_LINE_LOOP", GL_LINE_LOOP ); in ObjectWrapperManager()
692 primitiveTable.add( "GL_TRIANGLES", GL_TRIANGLES ); in ObjectWrapperManager()
695 primitiveTable.add( "GL_QUADS", GL_QUADS ); in ObjectWrapperManager()
696 primitiveTable.add( "GL_QUAD_STRIP", GL_QUAD_STRIP ); in ObjectWrapperManager()
697 primitiveTable.add( "GL_POLYGON", GL_POLYGON ); in ObjectWrapperManager()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vec/
H A DossimVpfFeatureClassSchema.cpp123 ossimFilename primitiveTable = getColumnValueAsString(row,
125 if(ossimVpfFeatureClass::isPrimitive(primitiveTable))
137 primitiveTable,
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dprimitives.c29 static SHash *primitiveTable = 0; variable
146 if (!primitiveTable) primitiveTable = new_SHash_noob(); in Primitive_lookup()
148 p = (Primitive*)SHash_find(primitiveTable,name); in Primitive_lookup()
151 SHash_insert(primitiveTable,name,p); in Primitive_lookup()
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/vec/
H A DossimVpfFeatureClassSchema.h33 const ossimFilename& primitiveTable=ossimFilename(""),
37 thePrimitiveTable(primitiveTable), in theTable()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/misc/
H A DVMM38b4-64bit-vm1-ikp.1.cs3969 ^primitiveTable at: primIdx! !
4020 ifFalse: [primPtr _ primitiveTable at: localPrimIndex].
6690 ifTrue: [primitiveTable at: primIndex + 1]! !
7229 primitiveTable _ self class primitiveTable.
8216 var: #primitiveTable
8302 table := self primitiveTable.
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/vm/
H A Dinterp.c936 void *primitiveTable[577] = { variable
1721 primitiveFunctionPointer = primitiveTable[foo->primitiveIndex]; in addNewMethodToCache()
17557 primitiveFunctionPointer = primitiveTable[foo->primitiveIndex]; in primitiveExecuteMethodArgsArray()
22656 dispatchFunctionPointerOnin(primIdx, primitiveTable); in primitiveResponse()
27310 primPtr = primitiveTable[localPrimIndex]; in rewriteMethodCacheSelclassprimIndex()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A DChangeLog6007 * libgst/interp.h: Made the primitiveTable `const'
6067 * libgst/interp-bc.inl: Use primitiveTable instead of