Home
last modified time | relevance | path

Searched refs:workerAttribs (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.h65 const native_egl::AttributeVector workerAttribs) override;
DDisplayAndroid.cpp535 const native_egl::AttributeVector workerAttribs) in createWorkerContext() argument
537 EGLContext context = mEGL->createContext(mConfig, sharedContext, workerAttribs.data()); in createWorkerContext()
/external/angle/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.h135 const native_egl::AttributeVector workerAttribs) override;
DDisplayGbm.cpp1029 const native_egl::AttributeVector workerAttribs) in createWorkerContext() argument
1031 EGLContext context = mEGL->createContext(mConfig, sharedContext, workerAttribs.data()); in createWorkerContext()
/external/angle/src/libANGLE/renderer/gl/egl/
DDisplayEGL.h46 const native_egl::AttributeVector workerAttribs);
DDisplayEGL.cpp755 const native_egl::AttributeVector workerAttribs) in createWorkerContext() argument
757 EGLContext context = mEGL->createContext(mConfig, sharedContext, workerAttribs.data()); in createWorkerContext()