/third_party/skia/tools/gpu/gl/ |
D | GLTestContext.h | 66 *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/ |
D | CreatePlatformGLTestContext_mac.cpp | 34 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/ |
D | CreatePlatformGLTestContext_win.cpp | 47 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/ |
D | CreatePlatformGLTestContext_iOS.mm | 35 GrGLFuncPtr onPlatformGetProcAddress(const char*) const override; 117 GrGLFuncPtr IOSGLTestContext::onPlatformGetProcAddress(const char* procName) const {
|
/third_party/skia/tools/gpu/gl/command_buffer/ |
D | GLTestContext_command_buffer.h | 48 GrGLFuncPtr onPlatformGetProcAddress(const char *name) const override;
|
D | GLTestContext_command_buffer.cpp | 392 GrGLFuncPtr CommandBufferGLTestContext::onPlatformGetProcAddress(const char *name) const { in onPlatformGetProcAddress() function in sk_gpu_test::CommandBufferGLTestContext
|
/third_party/skia/tools/gpu/gl/glx/ |
D | CreatePlatformGLTestContext_glx.cpp | 67 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/ |
D | CreatePlatformGLTestContext_egl.cpp | 44 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/ |
D | GLTestContext_angle.cpp | 107 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/ |
D | gm_bindings.cpp | 333 GrGLFuncPtr onPlatformGetProcAddress(const char* procName) const override { in onPlatformGetProcAddress() function in __anon5c9143a70111::WasmWebGlTestContext
|