Lines Matching refs:window
28 bool isValid(EGLNativeWindowType window);
31 void acquire(EGLNativeWindowType window);
32 void release(EGLNativeWindowType window);
37 int getConsumerUsage(EGLNativeWindowType window, int* usage);
38 void setUsage(EGLNativeWindowType window, int usage);
40 int getWidth(EGLNativeWindowType window);
41 int getHeight(EGLNativeWindowType window);
48 void setSwapInterval(EGLNativeWindowType window, int interval);
50 int queueBuffer(EGLNativeWindowType window, EGLClientBuffer buffer, int fence);
51 int dequeueBuffer(EGLNativeWindowType window, EGLClientBuffer* buffer, int* fence);
52 int cancelBuffer(EGLNativeWindowType window, EGLClientBuffer buffer);