HomeSort by relevance Sort by last modified time
    Searched refs:tex_timestamp (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_state_derived.c 137 if (llvmpipe->tex_timestamp != lp_screen->timestamp) {
138 llvmpipe->tex_timestamp = lp_screen->timestamp;
lp_context.h 125 unsigned tex_timestamp; member in struct:llvmpipe_context
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_derived.c 137 if (llvmpipe->tex_timestamp != lp_screen->timestamp) {
138 llvmpipe->tex_timestamp = lp_screen->timestamp;
lp_context.h 125 unsigned tex_timestamp; member in struct:llvmpipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_context.h 178 unsigned tex_timestamp; member in struct:softpipe_context
sp_state_derived.c 339 if (softpipe->tex_timestamp != sp_screen->timestamp) {
340 softpipe->tex_timestamp = sp_screen->timestamp;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 178 unsigned tex_timestamp; member in struct:softpipe_context
sp_state_derived.c 339 if (softpipe->tex_timestamp != sp_screen->timestamp) {
340 softpipe->tex_timestamp = sp_screen->timestamp;

Completed in 91 milliseconds