Searched defs:piBase (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp593 DECLINLINE(GLubyte*) crBltVtFillRectIndicies(GLubyte *pIndex, GLubyte *piBase) argument
595 GLubyte iBase = *piBase;
605 *piBase = iBase + 4;
616 DECLINLINE(GLint*) crBltVtRectIT(RTRECT *pRect, uint32_t normalX, uint32_t normalY, GLint* pBuff, GLubyte **ppIndex, GLubyte *piBase, uint32_t height) argument
621 *ppIndex = crBltVtFillRectIndicies(*ppIndex, piBase);
639 static GLfloat* crBltVtRectsITNormalized(const RTRECT *paRects, uint32_t cRects, uint32_t normalX, uint32_t normalY, GLfloat* pBuff, GLubyte **ppIndex, GLubyte *piBase, uint32_t height) argument
654 pIndex = crBltVtFillRectIndicies(pIndex, piBase);

Completed in 49 milliseconds