Searched refs:ANGLEGLContext (Results 1 – 1 of 1) sorted by relevance
95 class ANGLEGLContext : public sk_gpu_test::GLTestContext { class97 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::ANGLEGLContext182 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()[all …]