Searched refs:SDL_TEXTUREACCESS_STREAMING (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | teststreaming.c | 167 …exture = SDL_CreateTexture(renderer, SDL_PIXELFORMAT_ARGB8888, SDL_TEXTUREACCESS_STREAMING, MOOSEP… in main()
|
D | testoverlay2.c | 444 …MooseTexture = SDL_CreateTexture(renderer, pixel_format, SDL_TEXTUREACCESS_STREAMING, MOOSEPIC_W, … in main()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/ |
D | SDL_render.c | 490 } 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/ |
D | SDL_render.h | 94 SDL_TEXTUREACCESS_STREAMING, /**< Changes frequently, lockable */ enumerator
|
/third_party/ffmpeg/libavdevice/ |
D | sdl2.c | 222 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/ |
D | SDL_render_gl.c | 680 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/ |
D | SDL_DirectFB_render.c | 559 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/ |
D | SDL_render_gles.c | 484 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in GLES_CreateTexture()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/opengles2/ |
D | SDL_render_gles2.c | 554 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in GLES2_CreateTexture()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d11/ |
D | SDL_render_d3d11.c | 1742 if (texture->access == SDL_TEXTUREACCESS_STREAMING) { in D3D11_CreateTexture()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/ |
D | SDL_video.c | 330 SDL_TEXTUREACCESS_STREAMING, in SDL_CreateWindowTexture()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 848 …if (!(*texture = SDL_CreateTexture(renderer, new_format, SDL_TEXTUREACCESS_STREAMING, new_width, n… in realloc_texture()
|