Home
last modified time | relevance | path

Searched refs:SDL_GetTextureColorMod (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_render.h306 extern DECLSPEC int SDLCALL SDL_GetTextureColorMod(SDL_Texture * texture,
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h316 #define SDL_GetTextureColorMod SDL_GetTextureColorMod_REAL macro
DSDL_dynapi_procs.h345 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/
Dtestautomation_render.c927 ret = SDL_GetTextureColorMod( tface, &r, &g, &b ); in _hasTexColor()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c638 SDL_GetTextureColorMod(SDL_Texture * texture, Uint8 * r, Uint8 * g, in SDL_GetTextureColorMod() function