Searched defs:texh (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/SDL2/src/render/opengles/ |
A D | SDL_render_gles.c | 108 GLfloat texh; member 1074 …atic int GLES_BindTexture (SDL_Renderer * renderer, SDL_Texture *texture, float *texw, float *texh) in GLES_BindTexture()
|
/AliOS-Things-master/components/SDL2/src/render/opengl/ |
A D | SDL_render_gl.c | 125 GLfloat texh; member 1495 GL_BindTexture (SDL_Renderer * renderer, SDL_Texture *texture, float *texw, float *texh) in GL_BindTexture()
|
/AliOS-Things-master/components/SDL2/src/render/opengles2/ |
A D | SDL_render_gles2.c | 1903 …tic int GLES2_BindTexture (SDL_Renderer * renderer, SDL_Texture *texture, float *texw, float *texh) in GLES2_BindTexture()
|
/AliOS-Things-master/components/SDL2/src/render/ |
A D | SDL_render.c | 3256 int SDL_GL_BindTexture(SDL_Texture *texture, float *texw, float *texh) in SDL_GL_BindTexture()
|
Completed in 19 milliseconds