Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/render/
A DSDL_sysrender.h55 SDL_Rect locked_rect; member
A DSDL_render.c1694 texture->locked_rect = *rect; in SDL_LockTextureNative()
1808 const SDL_Rect *rect = &texture->locked_rect; in SDL_UnlockTextureNative()
/AliOS-Things-master/components/SDL2/src/render/direct3d/
A DSDL_render_d3d.c106 SDL_Rect locked_rect; member
654 texturedata->locked_rect = *rect; in D3D_LockTexture()
704 const SDL_Rect *rect = &texturedata->locked_rect; in D3D_UnlockTexture()
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_render_gl.c130 SDL_Rect locked_rect; member
738 data->locked_rect = *rect; in GL_LockTexture()
753 rect = &data->locked_rect; in GL_UnlockTexture()
/AliOS-Things-master/components/SDL2/src/render/direct3d11/
A DSDL_render_d3d11.c102 SDL_Rect locked_rect; member
1425 textureData->locked_rect = *rect; in D3D11_LockTexture()
1500 const SDL_Rect *rect = &textureData->locked_rect; in D3D11_UnlockTexture()

Completed in 28 milliseconds