Searched defs:asurf (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp231 struct android_surface *asurf = android_surface(nsurf); local
234 for (i = 0; i < Elements(asurf->cache_handles); i++) {
235 asurf->cache_handles[i] = NULL;
236 pipe_resource_reference(&asurf->cache_resources[i], NULL);
239 memset(&asurf->cache_key, 0, sizeof(asurf->cache_key));
246 struct android_surface *asurf = android_surface(nsurf); local
251 if (asurf->cache_key.width != abuf->width ||
252 asurf->cache_key.height != abuf->height ||
253 asurf
323 struct android_surface *asurf = android_surface(nsurf); local
349 struct android_surface *asurf = android_surface(nsurf); local
364 struct android_surface *asurf = android_surface(nsurf); local
397 struct android_surface *asurf = android_surface(nsurf); local
443 struct android_surface *asurf = android_surface(nsurf); local
487 struct android_surface *asurf = android_surface(nsurf); local
509 struct android_surface *asurf; local
[all...]
/external/mesa3d/src/gallium/state_trackers/egl/android/
H A Dnative_android.cpp231 struct android_surface *asurf = android_surface(nsurf); local
234 for (i = 0; i < Elements(asurf->cache_handles); i++) {
235 asurf->cache_handles[i] = NULL;
236 pipe_resource_reference(&asurf->cache_resources[i], NULL);
239 memset(&asurf->cache_key, 0, sizeof(asurf->cache_key));
246 struct android_surface *asurf = android_surface(nsurf); local
251 if (asurf->cache_key.width != abuf->width ||
252 asurf->cache_key.height != abuf->height ||
253 asurf
323 struct android_surface *asurf = android_surface(nsurf); local
349 struct android_surface *asurf = android_surface(nsurf); local
364 struct android_surface *asurf = android_surface(nsurf); local
397 struct android_surface *asurf = android_surface(nsurf); local
443 struct android_surface *asurf = android_surface(nsurf); local
487 struct android_surface *asurf = android_surface(nsurf); local
509 struct android_surface *asurf; local
[all...]

Completed in 32 milliseconds