HomeSort by relevance Sort by last modified time
    Searched refs:polygonData (Results 1 - 4 of 4) sorted by null

  /external/skia/third_party/glu/libtess/
tess.h 118 void (GLAPIENTRY *callBeginData)( GLenum type, void *polygonData );
120 void *polygonData );
121 void (GLAPIENTRY *callVertexData)( void *data, void *polygonData );
122 void (GLAPIENTRY *callEndData)( void *polygonData );
123 void (GLAPIENTRY *callErrorData)( GLenum errnum, void *polygonData );
126 void *polygonData );
130 void *polygonData; /* client data for current polygon */
133 void GLAPIENTRY __gl_noBeginData( GLenum type, void *polygonData );
134 void GLAPIENTRY __gl_noEdgeFlagData( GLboolean boundaryEdge, void *polygonData );
135 void GLAPIENTRY __gl_noVertexData( void *data, void *polygonData );
    [all...]
tess.c 71 void *polygonData ) {}
73 void *polygonData ) {}
75 void *polygonData ) {}
76 /*ARGSUSED*/ void GLAPIENTRY __gl_noEndData( void *polygonData ) {}
78 void *polygonData ) {}
83 void *polygonData ) {}
137 tess->polygonData= NULL;
475 tess->polygonData= data;
526 tess->polygonData= NULL;
589 tess->polygonData= NULL
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 573 struct PolygonData {
574 PolygonData(FloatPointVector* vertices, WTF::Vector<short>* indices)
594 static_cast<PolygonData*>(data)->m_indices->append(reinterpret_cast<long>(vertexData));
604 PolygonData* polygonData = static_cast<PolygonData*>(data);
605 int index = polygonData->m_vertices->size();
606 polygonData->m_vertices->append(FloatPoint(static_cast<float>(coords[0]), static_cast<float>(coords[1])));
679 PolygonData data(&vertices, &indices);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp     [all...]

Completed in 162 milliseconds