Searched defs:polygonData (Results 1 - 3 of 3) sorted by relevance
/external/skia/third_party/glu/libtess/ |
H A D | 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 */ member in struct:GLUtesselator 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...] |
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
H A D | LoopBlinnPathProcessor.cpp | 1149 void* polygonData) 1153 TessellationState* state = static_cast<TessellationState*>(polygonData); 1147 combineCallback(GLdouble coords[3], void* vertexData[4], GLfloat weight[4], void** outData, void* polygonData) argument
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
H A D | GLES2Canvas.cpp | 604 PolygonData* polygonData = static_cast<PolygonData*>(data); local 605 int index = polygonData->m_vertices->size(); 606 polygonData->m_vertices->append(FloatPoint(static_cast<float>(coords[0]), static_cast<float>(coords[1])));
|
Completed in 279 milliseconds