Home
last modified time | relevance | path

Searched refs:toIntVector (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DAttributeMap.h52 std::vector<EGLint> toIntVector() const;
DAttributeMap.cpp60 std::vector<EGLint> AttributeMap::toIntVector() const in toIntVector() function in egl::AttributeMap
/external/angle/src/libANGLE/renderer/gl/egl/android/
DDisplayAndroid.cpp100 std::vector<EGLint> attribVector = configAttribsWithFormat.toIntVector(); in initialize()
133 mConfigAttribList = baseConfigAttribs.toIntVector(); in initialize()
138 mConfigAttribList = configAttribsWithFormat.toIntVector(); in initialize()