Searched defs:p_surface (Results 1 – 2 of 2) sorted by relevance
3051 HandleType FrameBuffer::getEmulatedEglWindowSurfaceColorBufferHandle(HandleType p_surface) { in getEmulatedEglWindowSurfaceColorBufferHandle()3109 bool FrameBuffer::setEmulatedEglWindowSurfaceColorBuffer(HandleType p_surface, in setEmulatedEglWindowSurfaceColorBuffer()3259 void FrameBuffer::destroyEmulatedEglWindowSurface(HandleType p_surface) { in destroyEmulatedEglWindowSurface()3267 std::vector<HandleType> FrameBuffer::destroyEmulatedEglWindowSurfaceLocked(HandleType p_surface) { in destroyEmulatedEglWindowSurfaceLocked()3576 bool FrameBuffer::flushEmulatedEglWindowSurfaceColorBuffer(HandleType p_surface) { in flushEmulatedEglWindowSurfaceColorBuffer()
1599 egl_surface_t* p_surface( static_cast<egl_surface_t*>(surface) ); in eglSurfaceAttrib() local