Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglRobustnessTests.cpp453 class RenderingContext class
456 RenderingContext (const EglTestContext& eglTestCtx,
461 ~RenderingContext (void);
479 RenderingContext (const RenderingContext&);
480 RenderingContext& operator= (const RenderingContext&);
483 RenderingContext::RenderingContext (const EglTestContext& eglTestCtx, in RenderingContext() function in deqp::egl::__anonceeef6ff0111::RenderingContext
499 RenderingContext::~RenderingContext (void) in ~RenderingContext()
504 void RenderingContext::createContext (const EGLConfig& sharedContext) in createContext()
510 void RenderingContext::destroyContext (void) in destroyContext()
518 void RenderingContext::makeCurrent (const EGLSurface& surface) in makeCurrent()
[all …]
/third_party/node/test/fixtures/wpt/interfaces/
Dhtml.idl1173 …r ImageBitmapRenderingContext or WebGLRenderingContext or WebGL2RenderingContext) RenderingContext;
1182 RenderingContext? getContext(DOMString contextId, optional any options = null);
/third_party/typescript/lib/
Dlib.dom.d.ts6508 getContext(contextId: string, options?: any): RenderingContext | null;
20033 type RenderingContext = CanvasRenderingContext2D | ImageBitmapRenderingContext | WebGLRenderingCont…
/third_party/typescript/src/lib/
Ddom.generated.d.ts6488 getContext(contextId: string, options?: any): RenderingContext | null;
20013 type RenderingContext = CanvasRenderingContext2D | ImageBitmapRenderingContext | WebGLRenderingCont…