Home
last modified time | relevance | path

Searched refs:WebGLRenderingContext (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp325 WebGLRenderingContext* m_context;
359 PassOwnPtr<WebGLRenderingContext> WebGLRenderingContext::create(HTMLCanvasElement* canvas, WebGLCon… in create()
380 WebGLRenderingContext::WebGLRenderingContext(HTMLCanvasElement* passedCanvas, PassRefPtr<GraphicsCo… in WebGLRenderingContext() function in WebCore::WebGLRenderingContext
457 void WebGLRenderingContext::setupFlags() in setupFlags()
473 WebGLRenderingContext::~WebGLRenderingContext() in ~WebGLRenderingContext()
1704 void WebGLRenderingContext::finish() in finish()
1712 void WebGLRenderingContext::flush() in flush()
1946 GC3Denum WebGLRenderingContext::getError() in getError()
2660 bool WebGLRenderingContext::isContextLost() in isContextLost()
3897 void WebGLRenderingContext::onLostContext() in onLostContext()
[all …]
H A DWebGLObject.h36 class WebGLRenderingContext; variable
56 WebGLRenderingContext* context() const { return m_context; } in context()
80 WebGLObject(WebGLRenderingContext*);
90 WebGLRenderingContext* m_context;
H A DWebKitLoseContext.h34 class WebGLRenderingContext; variable
38 static PassOwnPtr<WebKitLoseContext> create(WebGLRenderingContext*);
46 WebKitLoseContext(WebGLRenderingContext*);
H A DWebGLExtension.h45 WebGLRenderingContext* context() { return m_context; } in context()
51 WebGLExtension(WebGLRenderingContext*);
52 WebGLRenderingContext* m_context;
H A DOESVertexArrayObject.h38 class WebGLRenderingContext; variable
43 static PassOwnPtr<OESVertexArrayObject> create(WebGLRenderingContext*);
54 OESVertexArrayObject(WebGLRenderingContext*);
H A DOESTextureFloat.h36 static PassOwnPtr<OESTextureFloat> create(WebGLRenderingContext*);
42 OESTextureFloat(WebGLRenderingContext*);
H A DOESStandardDerivatives.h36 static PassOwnPtr<OESStandardDerivatives> create(WebGLRenderingContext*);
42 OESStandardDerivatives(WebGLRenderingContext*);
H A DOESStandardDerivatives.cpp34 OESStandardDerivatives::OESStandardDerivatives(WebGLRenderingContext* context) in OESStandardDerivatives()
48 PassOwnPtr<OESStandardDerivatives> OESStandardDerivatives::create(WebGLRenderingContext* context) in create()
H A DOESTextureFloat.cpp34 OESTextureFloat::OESTextureFloat(WebGLRenderingContext* context) in OESTextureFloat()
48 PassOwnPtr<OESTextureFloat> OESTextureFloat::create(WebGLRenderingContext* context) in create()
H A DWebKitLoseContext.cpp36 WebKitLoseContext::WebKitLoseContext(WebGLRenderingContext* context) in WebKitLoseContext()
50 PassOwnPtr<WebKitLoseContext> WebKitLoseContext::create(WebGLRenderingContext* context) in create()
H A DWebGLRenderbuffer.cpp36 PassRefPtr<WebGLRenderbuffer> WebGLRenderbuffer::create(WebGLRenderingContext* ctx) in create()
41 WebGLRenderbuffer::WebGLRenderbuffer(WebGLRenderingContext* ctx) in WebGLRenderbuffer()
H A DWebGLShader.cpp36 PassRefPtr<WebGLShader> WebGLShader::create(WebGLRenderingContext* ctx, GC3Denum type) in create()
41 WebGLShader::WebGLShader(WebGLRenderingContext* ctx, GC3Denum type) in WebGLShader()
H A DWebGLShader.h40 static PassRefPtr<WebGLShader> create(WebGLRenderingContext*, GC3Denum);
48 WebGLShader(WebGLRenderingContext*, GC3Denum);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp140 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(obj->impl()); in getObjectParameter()
206 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getAttachedShaders()
231 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getExtension()
250 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getFramebufferAttachmentParameter()
274 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getParameter()
292 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getProgramParameter()
318 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getShaderParameter()
335 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getSupportedExtensions()
356 WebGLRenderingContext* context = static_cast<WebGLRenderingContext*>(impl()); in getUniform()
636 return dataFunctionf(f_uniform1v, exec, static_cast<WebGLRenderingContext*>(impl())); in uniform1fv()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_rendering_context.cc98 CanvasRenderingContext* WebGLRenderingContext::Factory::Create( in Create()
108 WebGLRenderingContext* rendering_context = in Create()
109 MakeGarbageCollected<WebGLRenderingContext>( in Create()
123 void WebGLRenderingContext::Factory::OnError(HTMLCanvasElement* canvas, in OnError()
129 WebGLRenderingContext::WebGLRenderingContext( in WebGLRenderingContext() function in blink::WebGLRenderingContext
140 void WebGLRenderingContext::SetCanvasGetContextResult( in SetCanvasGetContextResult()
145 void WebGLRenderingContext::SetOffscreenCanvasGetContextResult( in SetOffscreenCanvasGetContextResult()
150 ImageBitmap* WebGLRenderingContext::TransferToImageBitmap( in TransferToImageBitmap()
155 void WebGLRenderingContext::RegisterContextExtensions() { in RegisterContextExtensions()
200 void WebGLRenderingContext::Trace(Visitor* visitor) { in Trace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_rendering_context.cc98 CanvasRenderingContext* WebGLRenderingContext::Factory::Create( in Create()
124 WebGLRenderingContext* rendering_context = in Create()
125 MakeGarbageCollected<WebGLRenderingContext>( in Create()
140 void WebGLRenderingContext::Factory::OnError(HTMLCanvasElement* canvas, in OnError()
146 WebGLRenderingContext::WebGLRenderingContext( in WebGLRenderingContext() function in blink::WebGLRenderingContext
157 void WebGLRenderingContext::SetCanvasGetContextResult( in SetCanvasGetContextResult()
162 void WebGLRenderingContext::SetOffscreenCanvasGetContextResult( in SetOffscreenCanvasGetContextResult()
167 ImageBitmap* WebGLRenderingContext::TransferToImageBitmap( in TransferToImageBitmap()
172 void WebGLRenderingContext::RegisterContextExtensions() { in RegisterContextExtensions()
217 void WebGLRenderingContext::Trace(Visitor* visitor) const { in Trace()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DJSWebGLRenderingContext.cpp926 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionActiveTexture()
943 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionAttachShader()
967 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBindAttribLocation()
992 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBindBuffer()
1014 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBindFramebuffer()
1036 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBindRenderbuffer()
1058 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBindTexture()
1080 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBlendColor()
1104 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBlendEquation()
1119 WebGLRenderingContext* imp = static_cast<WebGLRenderingContext*>(castedThis->impl()); in jsWebGLRenderingContextPrototypeFunctionBlendEquationSeparate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/gpu/
H A Ddebugging_gpu_related_code.md37 [4782:4782:1219/141706:INFO:gles2_implementation.cc(1026)] [.WebGLRenderingContext] glUseProgram(3)
44 [4782:4782:1219/141706:INFO:gles2_implementation_impl_autogen.h(135)] [.WebGLRenderingContext] glCl…
153 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kClear
164 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kDrawArrays
176 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBindTexture
182 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBindFramebuf…
200 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBindBuffer
201 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBufferData
202 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: SetToken
205 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kClear
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/gpu/
H A Ddebugging_gpu_related_code.md37 [4782:4782:1219/141706:INFO:gles2_implementation.cc(1026)] [.WebGLRenderingContext] glUseProgram(3)
44 [4782:4782:1219/141706:INFO:gles2_implementation_impl_autogen.h(135)] [.WebGLRenderingContext] glCl…
153 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kClear
164 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kDrawArrays
176 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBindTexture
182 [5497:5497:1219/142413:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBindFramebuf…
200 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBindBuffer
201 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kBufferData
202 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: SetToken
205 [5234:5234:1219/052139:ERROR:gles2_cmd_decoder.cc(3301)] [.WebGLRenderingContext]cmd: kClear
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webgl_extensions/
H A Dwrapper.rs8 use dom::webglrenderingcontext::WebGLRenderingContext;
19 ctx: &WebGLRenderingContext, in instance_or_init() argument
50 ctx: &WebGLRenderingContext, in instance_or_init() argument
H A Dextension.rs9 use dom::webglrenderingcontext::WebGLRenderingContext;
17 fn new(ctx: &WebGLRenderingContext) -> DomRoot<Self::Extension>; in new()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/glyphs/webgl/utils/
H A Dbuffer.d.ts3 readonly gl: WebGLRenderingContext;
8 constructor(gl: WebGLRenderingContext);
H A Dtexture.d.ts3 readonly gl: WebGLRenderingContext;
14 constructor(gl: WebGLRenderingContext);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/webgl_extensions/ext/
H A Doesvertexarrayobject.rs10 use dom::webglrenderingcontext::WebGLRenderingContext;
22 ctx: Dom<WebGLRenderingContext>,
27 fn new_inherited(ctx: &WebGLRenderingContext) -> OESVertexArrayObject { in new_inherited()
135 fn new(ctx: &WebGLRenderingContext) -> DomRoot<OESVertexArrayObject> { in new()
/dports/www/py-bokeh/bokeh-2.3.3/bokeh/server/static/js/types/models/glyphs/webgl/
H A Dbase.d.ts4 readonly gl: WebGLRenderingContext;
10 constructor(gl: WebGLRenderingContext, glyph: GlyphView);

12345678910>>...16