Searched refs:TextureStateTimestamp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexobj.c1407 if (ctx->Shared->TextureStateStamp != ctx->TextureStateTimestamp) {
1409 ctx->TextureStateTimestamp = ctx->Shared->TextureStateStamp;
1417 assert(ctx->Shared->TextureStateStamp == ctx->TextureStateTimestamp);
H A Dmtypes.h3567 GLuint TextureStateTimestamp; /**< detect changes to shared state */ member in struct:gl_context
/external/mesa3d/src/mesa/main/
H A Dtexobj.c1407 if (ctx->Shared->TextureStateStamp != ctx->TextureStateTimestamp) {
1409 ctx->TextureStateTimestamp = ctx->Shared->TextureStateStamp;
1417 assert(ctx->Shared->TextureStateStamp == ctx->TextureStateTimestamp);
H A Dmtypes.h3567 GLuint TextureStateTimestamp; /**< detect changes to shared state */ member in struct:gl_context

Completed in 308 milliseconds