HomeSort by relevance Sort by last modified time
    Searched full:setpix (Results 1 - 2 of 2) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testgesture.c 88 void setpix(SDL_Surface *screen, float _x, float _y, unsigned int col) function
121 setpix(screen,x1+t*(x0-x1),y1+t*(y0-y1),col);
132 setpix(screen,x+tx,y+ty,c);
136 setpix(screen,x-xr+.5f,y+ty,c);
137 setpix(screen,x+xr-.5f,y+ty,c);
157 setpix(screen,(float)x,(float)y,((x%255)<<16) + ((y%255)<<8) + (x+y)%255);
  /external/deqp/modules/internal/
ditTextureFormatTests.cpp     [all...]

Completed in 206 milliseconds