Home
last modified time | relevance | path

Searched refs:CALL_PolygonStipple (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c3375 CALL_PolygonStipple(ctx->Exec, ((GLubyte *) pattern)); in save_PolygonStipple()
8178 CALL_PolygonStipple(ctx->Exec, ((GLubyte *) n[1].data)); in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c3375 CALL_PolygonStipple(ctx->Exec, ((GLubyte *) pattern)); in save_PolygonStipple()
8178 CALL_PolygonStipple(ctx->Exec, ((GLubyte *) n[1].data)); in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4101 #define CALL_PolygonStipple(disp, parameters) \ macro