Home
last modified time | relevance | path

Searched refs:loadProcAddress (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DFunctionsGL.h56 void *loadProcAddress(const std::string &function) const override = 0;
H A DFunctionsGL.cpp96 #define ASSIGN(NAME, FP) FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME))
H A DDispatchTableGL_autogen.h842 virtual void *loadProcAddress(const std::string &function) const = 0;
H A DDispatchTableGL_autogen.cpp23 FP = reinterpret_cast<decltype(FP)>(loadProcAddress(NAME)); \
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/wgl/
H A DDisplayWGL.cpp77 void *loadProcAddress(const std::string &function) const override in loadProcAddress() function in rx::FunctionsGLWindows
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A DFunctionsEGL.cpp600 void *loadProcAddress(const std::string &function) const override in loadProcAddress() function in rx::FunctionsGLEGL
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A DDisplayGLX.cpp60 void *loadProcAddress(const std::string &function) const override in loadProcAddress() function in rx::FunctionsGLGLX
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/cgl/
H A DDisplayCGL.mm143 void *loadProcAddress(const std::string &function) const override