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.h65 VendorID GetVendorID(const FunctionsGL *functions);
Drenderergl_utils.cpp202 VendorID GetVendorID(const FunctionsGL *functions) in GetVendorID() function
1549 VendorID vendor = GetVendorID(functions); in GenerateCaps()
1826 *outVendor = GetVendorID(functions); in GetSystemInfoVendorIDAndDeviceID()
2180 VendorID vendor = GetVendorID(functions); in InitializeFrontendFeatures()
/external/angle/src/libANGLE/renderer/gl/wgl/
DDisplayWGL.cpp289 VendorID vendor = GetVendorID(functionsGL); in initializeImpl()
/external/angle/src/libANGLE/renderer/gl/glx/
DDisplayGLX.cpp307 VendorID vendor = GetVendorID(functionsGL.get()); in initialize()