Home
last modified time | relevance | path

Searched refs:onPlatformGetProcAddress (Results 1 - 9 of 9) sorted by relevance

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

Completed in 5 milliseconds