Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/angle/
DGLTestContext_angle.cpp76 class ANGLEGLContext : public sk_gpu_test::GLTestContext { class
78 ANGLEGLContext(ANGLEBackend, ANGLEContextVersion, ANGLEGLContext* shareContext, void* display);
79 ~ANGLEGLContext() override;
107 ATOM ANGLEGLContext::gWC = 0;
110 ANGLEGLContext::ANGLEGLContext(ANGLEBackend type, ANGLEContextVersion version, in ANGLEGLContext() function in __anon3e5f26090111::ANGLEGLContext
111 ANGLEGLContext* shareContext, void* display) in ANGLEGLContext()
256 ANGLEGLContext::~ANGLEGLContext() { in ~ANGLEGLContext()
261 GrEGLImage ANGLEGLContext::texture2DToEGLImage(GrGLuint texID) const { in texture2DToEGLImage()
277 void ANGLEGLContext::destroyEGLImage(GrEGLImage image) const { in destroyEGLImage()
281 GrGLuint ANGLEGLContext::eglImageToExternalTexture(GrEGLImage image) const { in eglImageToExternalTexture()
[all …]