Home
last modified time | relevance | path

Searched refs:UnlockTexture (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/SDL2/src/render/
A DSDL_sysrender.h141 void (*UnlockTexture) (SDL_Renderer * renderer, SDL_Texture * texture); member
A DSDL_render.c1840 renderer->UnlockTexture(renderer, texture); in SDL_UnlockTexture()
/AliOS-Things-master/components/SDL2/src/render/psp/
A DSDL_render_psp.c951 renderer->UnlockTexture = PSP_UnlockTexture; in PSP_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_render_sw.c837 renderer->UnlockTexture = SW_UnlockTexture; in SW_CreateRendererForSurface()
/AliOS-Things-master/components/SDL2/src/video/directfb/
A DSDL_DirectFB_render.c981 renderer->UnlockTexture = DirectFB_UnlockTexture; in DirectFB_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/opengles/
A DSDL_render_gles.c1156 renderer->UnlockTexture = GLES_UnlockTexture; in GLES_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c1716 renderer->UnlockTexture = D3D_UnlockTexture; in D3D_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c1599 renderer->UnlockTexture = GL_UnlockTexture; in GL_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/opengles2/
A DSDL_render_gles2.c2096 renderer->UnlockTexture = GLES2_UnlockTexture; in GLES2_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_render_d3d11.c2515 renderer->UnlockTexture = D3D11_UnlockTexture; in D3D11_CreateRenderer()
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m1804 renderer->UnlockTexture = METAL_UnlockTexture;

Completed in 40 milliseconds