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

  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 95 bool Display::IsValidSurface(EGLSurface surface) {
198 DCHECK(IsValidSurface(surface));
210 DCHECK(IsValidSurface(surface));
264 DCHECK(IsValidSurface(draw));
265 DCHECK(IsValidSurface(read));
display.h 61 bool IsValidSurface(EGLSurface surface);
egl.cc 68 if (!display->IsValidSurface(surface))

Completed in 100 milliseconds