Lines Matching refs:FunctionsEGL
37 struct FunctionsEGL::EGLDispatchTable
151 FunctionsEGL::FunctionsEGL() in FunctionsEGL() function in rx::FunctionsEGL
155 FunctionsEGL::~FunctionsEGL() in ~FunctionsEGL()
160 egl::Error FunctionsEGL::initialize(EGLNativeDisplayType nativeDisplay) in initialize()
287 egl::Error FunctionsEGL::terminate() in terminate()
300 FunctionsGLEGL(const FunctionsEGL &egl) : mEGL(egl) {} in FunctionsGLEGL()
310 const FunctionsEGL &mEGL;
313 FunctionsGL *FunctionsEGL::makeFunctionsGL(void) const in makeFunctionsGL()
318 bool FunctionsEGL::hasExtension(const char *extension) const in hasExtension()
323 EGLDisplay FunctionsEGL::getDisplay() const in getDisplay()
328 EGLint FunctionsEGL::getError() const in getError()
333 EGLBoolean FunctionsEGL::chooseConfig(EGLint const *attribList, in chooseConfig()
341 EGLBoolean FunctionsEGL::getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value) const in getConfigAttrib()
346 EGLSurface FunctionsEGL::getCurrentSurface(EGLint readdraw) const in getCurrentSurface()
351 EGLContext FunctionsEGL::createContext(EGLConfig config, in createContext()
358 EGLSurface FunctionsEGL::createPbufferSurface(EGLConfig config, const EGLint *attrib_list) const in createPbufferSurface()
363 EGLSurface FunctionsEGL::createWindowSurface(EGLConfig config, in createWindowSurface()
370 EGLBoolean FunctionsEGL::destroyContext(EGLContext context) const in destroyContext()
375 EGLBoolean FunctionsEGL::destroySurface(EGLSurface surface) const in destroySurface()
380 EGLBoolean FunctionsEGL::makeCurrent(EGLSurface surface, EGLContext context) const in makeCurrent()
385 char const *FunctionsEGL::queryString(EGLint name) const in queryString()
390 EGLBoolean FunctionsEGL::querySurface(EGLSurface surface, EGLint attribute, EGLint *value) const in querySurface()
395 EGLBoolean FunctionsEGL::swapBuffers(EGLSurface surface) const in swapBuffers()
400 EGLBoolean FunctionsEGL::bindTexImage(EGLSurface surface, EGLint buffer) const in bindTexImage()
405 EGLBoolean FunctionsEGL::releaseTexImage(EGLSurface surface, EGLint buffer) const in releaseTexImage()
410 EGLBoolean FunctionsEGL::surfaceAttrib(EGLSurface surface, EGLint attribute, EGLint value) const in surfaceAttrib()
415 EGLBoolean FunctionsEGL::swapInterval(EGLint interval) const in swapInterval()
420 EGLContext FunctionsEGL::getCurrentContext() const in getCurrentContext()
425 EGLImageKHR FunctionsEGL::createImageKHR(EGLContext context, in createImageKHR()
433 EGLBoolean FunctionsEGL::destroyImageKHR(EGLImageKHR image) const in destroyImageKHR()
438 EGLSyncKHR FunctionsEGL::createSyncKHR(EGLenum type, const EGLint *attrib_list) const in createSyncKHR()
443 EGLBoolean FunctionsEGL::destroySyncKHR(EGLSyncKHR sync) const in destroySyncKHR()
448 EGLint FunctionsEGL::clientWaitSyncKHR(EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) const in clientWaitSyncKHR()
453 EGLBoolean FunctionsEGL::getSyncAttribKHR(EGLSyncKHR sync, EGLint attribute, EGLint *value) const in getSyncAttribKHR()
458 EGLint FunctionsEGL::waitSyncKHR(EGLSyncKHR sync, EGLint flags) const in waitSyncKHR()
463 EGLBoolean FunctionsEGL::swapBuffersWithDamageKHR(EGLSurface surface, in swapBuffersWithDamageKHR()
470 EGLBoolean FunctionsEGL::presentationTimeANDROID(EGLSurface surface, EGLnsecsANDROID time) const in presentationTimeANDROID()
475 void FunctionsEGL::setBlobCacheFuncsANDROID(EGLSetBlobFuncANDROID set, in setBlobCacheFuncsANDROID()
481 EGLBoolean FunctionsEGL::getCompositorTimingSupportedANDROID(EGLSurface surface, EGLint name) const in getCompositorTimingSupportedANDROID()
486 EGLBoolean FunctionsEGL::getCompositorTimingANDROID(EGLSurface surface, in getCompositorTimingANDROID()
495 EGLBoolean FunctionsEGL::getNextFrameIdANDROID(EGLSurface surface, EGLuint64KHR *frameId) const in getNextFrameIdANDROID()
500 EGLBoolean FunctionsEGL::getFrameTimestampSupportedANDROID(EGLSurface surface, in getFrameTimestampSupportedANDROID()
506 EGLBoolean FunctionsEGL::getFrameTimestampsANDROID(EGLSurface surface, in getFrameTimestampsANDROID()
516 EGLint FunctionsEGL::dupNativeFenceFDANDROID(EGLSync sync) const in dupNativeFenceFDANDROID()