Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/
DGLTestContext.h63 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(fullname.c_str())); in Ret()
65 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(name)); in Ret()
81 virtual GrGLFuncPtr onPlatformGetProcAddress(const char *) const = 0;
/external/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp34 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
139 GrGLFuncPtr MacGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anona7c8b76d0111::MacGLTestContext
/external/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp46 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
215 GrGLFuncPtr WinGLTestContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress() function in __anone3cf4fa70111::WinGLTestContext
/external/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm36 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
118 GrGLFuncPtr IOSGLTestContext::onPlatformGetProcAddress(const char* procName) const {
/external/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp68 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
375 GrGLFuncPtr GLXGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anonbb1cc9610111::GLXGLTestContext
/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp50 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
350 GrGLFuncPtr EGLGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anon3107e7fb0111::EGLGLTestContext
/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp111 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
496 GrGLFuncPtr ANGLEGLContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress() function in __anonf7a8dcc00111::ANGLEGLContext
/external/skia/modules/canvaskit/
Dgm_bindings.cpp333 GrGLFuncPtr onPlatformGetProcAddress(const char* procName) const override { in onPlatformGetProcAddress() function in __anond25988ab0111::WasmWebGlTestContext