OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:texture_timestamp
(Results
1 - 5
of
5
) sorted by null
/external/mesa3d/src/gallium/drivers/svga/
svga_screen.h
62
unsigned
texture_timestamp
;
member in struct:svga_screen
svga_state.c
199
if (svga->state.
texture_timestamp
!= screen->
texture_timestamp
) {
200
svga->state.
texture_timestamp
= screen->
texture_timestamp
;
svga_context.h
347
unsigned
texture_timestamp
;
member in struct:svga_context::__anon27492
svga_resource_texture.c
222
ss->
texture_timestamp
++;
376
ss->
texture_timestamp
++;
svga_surface.c
371
ss->
texture_timestamp
++;
Completed in 372 milliseconds