Home
last modified time | relevance | path

Searched refs:ANGLEGLContext (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp91 class ANGLEGLContext : public sk_gpu_test::GLTestContext { class
93 ANGLEGLContext(ANGLEBackend, ANGLEContextVersion, ANGLEGLContext* shareContext, void* display);
94 ~ANGLEGLContext() override;
129 ATOM ANGLEGLContext::gWC = 0;
177 ANGLEGLContext::ANGLEGLContext(ANGLEBackend type, ANGLEContextVersion version, in ANGLEGLContext() function in __anon9798b33c0111::ANGLEGLContext
178 ANGLEGLContext* shareContext, void* display) in ANGLEGLContext()
365 ANGLEGLContext::~ANGLEGLContext() { in ~ANGLEGLContext()
370 GrEGLImage ANGLEGLContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage()
382 void ANGLEGLContext::destroyEGLImage(GrEGLImage image) const { fDestroyImage(fDisplay, image); } in destroyEGLImage()
384 GrGLuint ANGLEGLContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture()
[all …]