Home
last modified time | relevance | path

Searched refs:getImageCreationAttributes (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/egl/
DExternalImageSiblingEGL.h25 virtual void getImageCreationAttributes(std::vector<EGLint> *outAttributes) const {} in getImageCreationAttributes() function
DDmaBufImageSiblingEGL.h36 void getImageCreationAttributes(std::vector<EGLint> *outAttributes) const override;
DDmaBufImageSiblingEGL.cpp131 void DmaBufImageSiblingEGL::getImageCreationAttributes(std::vector<EGLint> *outAttributes) const in getImageCreationAttributes() function in rx::DmaBufImageSiblingEGL
DImageEGL.cpp83 externalImageSibling->getImageCreationAttributes(&attributes); in initialize()