Home
last modified time | relevance | path

Searched refs:onPlatformGetProcAddress (Results 1 – 19 of 19) 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/flutter/skia/tools/gpu/gl/
DGLTestContext.h68 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(fullname.c_str())); in Ret()
70 *out = reinterpret_cast<Proc>(this->onPlatformGetProcAddress(name)); in Ret()
86 virtual GrGLFuncPtr onPlatformGetProcAddress(const char *) const = 0;
/third_party/flutter/skia/tools/gpu/gl/mac/
DCreatePlatformGLTestContext_mac.cpp34 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
124 GrGLFuncPtr MacGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anon76087b7d0111::MacGLTestContext
/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 __anon40b36c480111::MacGLTestContext
/third_party/flutter/skia/tools/gpu/gl/win/
DCreatePlatformGLTestContext_win.cpp46 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
214 GrGLFuncPtr WinGLTestContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress() function in __anonb20f13b70111::WinGLTestContext
/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 __anon7cba04820111::WinGLTestContext
/third_party/flutter/skia/tools/gpu/gl/iOS/
DCreatePlatformGLTestContext_iOS.mm33 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
113 GrGLFuncPtr IOSGLTestContext::onPlatformGetProcAddress(const char* procName) const {
/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/flutter/skia/tools/gpu/gl/command_buffer/
DGLTestContext_command_buffer.h49 GrGLFuncPtr onPlatformGetProcAddress(const char *name) const override;
DGLTestContext_command_buffer.cpp365 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 __anon54077e3c0111::GLXGLTestContext
/third_party/flutter/skia/tools/gpu/gl/glx/
DCreatePlatformGLTestContext_glx.cpp67 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
368 GrGLFuncPtr GLXGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anon895c8d710111::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 __anonc9f29cd60111::EGLGLTestContext
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp69 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override;
323 GrGLFuncPtr EGLGLTestContext::onPlatformGetProcAddress(const char* procName) const { in onPlatformGetProcAddress() function in __anonff47ac0b0111::EGLGLTestContext
/third_party/flutter/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp107 GrGLFuncPtr onPlatformGetProcAddress(const char* name) const override;
470 GrGLFuncPtr ANGLEGLContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress() function in __anonced14cd00111::ANGLEGLContext
/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 __anond713b3db0111::ANGLEGLContext
/third_party/skia/modules/canvaskit/
Dgm_bindings.cpp333 GrGLFuncPtr onPlatformGetProcAddress(const char* procName) const override { in onPlatformGetProcAddress() function in __anonbfeddd660111::WasmWebGlTestContext