Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/gl/
DGLTestContext.h66 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(fullname.c_str())); in Ret()
68 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(name)); in Ret()
84 virtual GrGLFuncPtr onPlatformGetProcAddress(const char *) const = 0;
/third_party/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp34 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
147 GrGLFuncPtr MacGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anon56e3d8e90111::MacGLTestContext
/third_party/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp47 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
216 GrGLFuncPtr WinGLTestContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress() function in __anon92ea71230111::WinGLTestContext
/third_party/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm35 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
117 GrGLFuncPtr IOSGLTestContext::onPlatformGetProcAddress(const char* procName) const {
/third_party/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.h48 GrGLFuncPtr onPlatformGetProcAddress(const char *name) const override;
DGLTestContext_command_buffer.cpp392 GrGLFuncPtr CommandBufferGLTestContext::onPlatformGetProcAddress(const char *name) const { in onPlatformGetProcAddress() function in sk_gpu_test::CommandBufferGLTestContext
/third_party/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp67 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
374 GrGLFuncPtr GLXGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anon6a37eadd0111::GLXGLTestContext
/third_party/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp44 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
314 GrGLFuncPtr EGLGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anone02309770111::EGLGLTestContext
/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp107 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
489 GrGLFuncPtr ANGLEGLContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress() function in __anon9798b33c0111::ANGLEGLContext
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp333 GrGLFuncPtr onPlatformGetProcAddress(const char* procName) const override { in onPlatformGetProcAddress() function in __anon5c9143a70111::WasmWebGlTestContext