Searched refs:UnlockTexture (Results 1 – 11 of 11) sorted by relevance
141 void (*UnlockTexture) (SDL_Renderer * renderer, SDL_Texture * texture); member
1840 renderer->UnlockTexture(renderer, texture); in SDL_UnlockTexture()
951 renderer->UnlockTexture = PSP_UnlockTexture; in PSP_CreateRenderer()
837 renderer->UnlockTexture = SW_UnlockTexture; in SW_CreateRendererForSurface()
981 renderer->UnlockTexture = DirectFB_UnlockTexture; in DirectFB_CreateRenderer()
1156 renderer->UnlockTexture = GLES_UnlockTexture; in GLES_CreateRenderer()
1716 renderer->UnlockTexture = D3D_UnlockTexture; in D3D_CreateRenderer()
1599 renderer->UnlockTexture = GL_UnlockTexture; in GL_CreateRenderer()
2096 renderer->UnlockTexture = GLES2_UnlockTexture; in GLES2_CreateRenderer()
2515 renderer->UnlockTexture = D3D11_UnlockTexture; in D3D11_CreateRenderer()
1804 renderer->UnlockTexture = METAL_UnlockTexture;
Completed in 40 milliseconds