Home
last modified time | relevance | path

Searched refs:SDL_TEXTUREACCESS_STREAMING (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dteststreaming.c167 …exture = SDL_CreateTexture(renderer, SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, MOOSEP… in main()
Dtestoverlay2.c444 …MooseTexture = SDL_CreateTexture(renderer, pixel_format, SDL_TEXTUREACCESS_STREAMING, MOOSEPIC_W, … in main()
/third_party/flutter/skia/third_party/externals/sdl/src/render/
DSDL_render.c490 } else if (access == SDL_TEXTUREACCESS_STREAMING) { in SDL_CreateTexture()
735 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in SDL_UpdateTextureYUV()
770 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in SDL_UpdateTextureNative()
856 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in SDL_UpdateTextureYUVPlanar()
969 if (texture->access != SDL_TEXTUREACCESS_STREAMING) { in SDL_LockTexture()
1040 if (texture->access != SDL_TEXTUREACCESS_STREAMING) { in SDL_UnlockTexture()
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_render.h94 SDL_TEXTUREACCESS_STREAMING, /**< Changes frequently, lockable */ enumerator
/third_party/ffmpeg/libavdevice/
Dsdl2.c222 sdl->texture = SDL_CreateTexture(sdl->renderer, sdl->texture_fmt, SDL_TEXTUREACCESS_STREAMING, in sdl2_write_header()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengl/
DSDL_render_gl.c680 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in GL_CreateTexture()
764 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in GL_CreateTexture()
771 if (texture->access == SDL_TEXTUREACCESS_STREAMING in GL_CreateTexture()
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_render.c559 if (texture->access == SDL_TEXTUREACCESS_STREAMING) in DirectFB_CreateTexture()
591 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in DirectFB_CreateTexture()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles/
DSDL_render_gles.c484 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in GLES_CreateTexture()
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/
DSDL_render_gles2.c554 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in GLES2_CreateTexture()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/
DSDL_render_d3d11.c1742 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in D3D11_CreateTexture()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_video.c330 SDL_TEXTUREACCESS_STREAMING, in SDL_CreateWindowTexture()
/third_party/ffmpeg/fftools/
Dffplay.c848 …if (!(*texture = SDL_CreateTexture(renderer, new_format, SDL_TEXTUREACCESS_STREAMING, new_width, n… in realloc_texture()