Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h50 VendorID GetVendorID(const FunctionsGL *functions);
Drenderergl_utils.cpp39 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID() function
1315 VendorID vendor = GetVendorID(functions); in GenerateCaps()
1510 VendorID vendor = GetVendorID(functions); in InitializeFeatures()
1704 VendorID vendor = GetVendorID(functions); in InitializeFrontendFeatures()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp292 VendorID vendor = GetVendorID(functionsGL.get()); in initialize()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp289 VendorID vendor = GetVendorID(functionsGL); in initializeImpl()