Searched refs:mapsize (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | LaplaceRelaxation.c | 137 int mapsize, relaxsize; in Draw() local 174 mapsize = picture->w * picture->h; in Draw() 175 relaxsize = mapsize * sizeof(double); in Draw() 176 grayscale = (Uint8 *)malloc(mapsize); in Draw() 177 map = (Uint8 *)malloc(mapsize); in Draw() 185 memset(grayscale, 0, mapsize); in Draw() 186 memset(map, 0, mapsize); in Draw() 222 SDL_imageFilterBinarizeUsingThreshold(grayscale, map, mapsize, threshold); in Draw()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_glfuncs.h | 289 (GLenum map, GLsizei mapsize, const GLfloat * values)) 291 (GLenum map, GLsizei mapsize, const GLuint * values)) 293 (GLenum map, GLsizei mapsize, const GLushort * values))
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl.h | 1254 GLAPI void GLAPIENTRY glPixelMapfv( GLenum map, GLsizei mapsize, 1256 GLAPI void GLAPIENTRY glPixelMapuiv( GLenum map, GLsizei mapsize, 1258 GLAPI void GLAPIENTRY glPixelMapusv( GLenum map, GLsizei mapsize,
|
Completed in 12 milliseconds