Lines Matching refs:ANGLEGLContext
95 class ANGLEGLContext : public sk_gpu_test::GLTestContext { class
97 ANGLEGLContext(ANGLEBackend, ANGLEContextVersion, ANGLEGLContext* shareContext, void* display);
98 ~ANGLEGLContext() override;
133 ATOM ANGLEGLContext::gWC = 0;
181 ANGLEGLContext::ANGLEGLContext(ANGLEBackend type, ANGLEContextVersion version, in ANGLEGLContext() function in __anon8d1cd28f0111::ANGLEGLContext
182 ANGLEGLContext* shareContext, void* display) in ANGLEGLContext()
372 ANGLEGLContext::~ANGLEGLContext() { in ~ANGLEGLContext()
377 GrEGLImage ANGLEGLContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage()
389 void ANGLEGLContext::destroyEGLImage(GrEGLImage image) const { fDestroyImage(fDisplay, image); } in destroyEGLImage()
391 GrGLuint ANGLEGLContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture()
420 std::unique_ptr<sk_gpu_test::GLTestContext> ANGLEGLContext::makeNew() const { in makeNew()
431 void ANGLEGLContext::destroyGLContext() { in destroyGLContext()
477 void ANGLEGLContext::onPlatformMakeNotCurrent() const { in onPlatformMakeNotCurrent()
483 void ANGLEGLContext::onPlatformMakeCurrent() const { in onPlatformMakeCurrent()
489 std::function<void()> ANGLEGLContext::onPlatformGetAutoContextRestore() const { in onPlatformGetAutoContextRestore()
496 GrGLFuncPtr ANGLEGLContext::onPlatformGetProcAddress(const char* name) const { in onPlatformGetProcAddress()
550 ANGLEGLContext* angleShareContext = reinterpret_cast<ANGLEGLContext*>(shareContext); in MakeANGLETestContext()
551 std::unique_ptr<GLTestContext> ctx(new ANGLEGLContext(type, version, in MakeANGLETestContext()