Searched refs:SDL_GetTextureColorMod (Results 1 – 5 of 5) sorted by relevance
| /third_party/flutter/skia/third_party/externals/sdl/include/ |
| D | SDL_render.h | 306 extern DECLSPEC int SDLCALL SDL_GetTextureColorMod(SDL_Texture * texture,
|
| /third_party/flutter/skia/third_party/externals/sdl/src/dynapi/ |
| D | SDL_dynapi_overrides.h | 316 #define SDL_GetTextureColorMod SDL_GetTextureColorMod_REAL macro
|
| D | SDL_dynapi_procs.h | 345 SDL_DYNAPI_PROC(int,SDL_GetTextureColorMod,(SDL_Texture *a, Uint8 *b, Uint8 *c, Uint8 *d),(a,b,c,d)…
|
| /third_party/flutter/skia/third_party/externals/sdl/test/ |
| D | testautomation_render.c | 927 ret = SDL_GetTextureColorMod( tface, &r, &g, &b ); in _hasTexColor()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/render/ |
| D | SDL_render.c | 638 SDL_GetTextureColorMod(SDL_Texture * texture, Uint8 * r, Uint8 * g, in SDL_GetTextureColorMod() function
|