Searched defs:maxv (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 879 GLfloat minu, maxu, minv, maxv; in GL_QueueCopy() local 922 GLfloat minu, maxu, minv, maxv; in GL_QueueCopyEx() local 1289 const GLfloat maxv = verts[7]; in GL_RunCommandQueue() local 1313 const GLfloat maxv = verts[7]; in GL_RunCommandQueue() local
|
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 601 GLfloat minu, maxu, minv, maxv; in GLES_QueueCopy() local 653 GLfloat minu, maxu, minv, maxv; in GLES_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/render/direct3d/ |
A D | SDL_render_d3d.c | 886 float minu, maxu, minv, maxv; in D3D_QueueCopy() local 948 float minu, maxu, minv, maxv; in D3D_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/render/direct3d11/ |
A D | SDL_render_d3d11.c | 1676 const float maxv = (float) (srcrect->y + srcrect->h) / texture->h; in D3D11_QueueCopy() local 1742 float minu, maxu, minv, maxv; in D3D11_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 822 GLfloat minu, maxu, minv, maxv; in GLES2_QueueCopy() local 874 GLfloat minu, maxu, minv, maxv; in GLES2_QueueCopyEx() local
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jquant2.c | 300 register INT32 maxv = 0; in find_biggest_volume() local
|
Completed in 24 milliseconds