Searched refs:WebGL2RenderingContextImpl (Results 1 – 4 of 4) sorted by relevance
38 void WebGL2RenderingContextImpl::Init() in Init()279 napi_value WebGL2RenderingContextImpl::SamplerParameter( in SamplerParameter()451 napi_value WebGL2RenderingContextImpl::ClientWaitSync( in ClientWaitSync()749 napi_value WebGL2RenderingContextImpl::TexImage3D( in TexImage3D()865 napi_value WebGL2RenderingContextImpl::TexSubImage3D( in TexSubImage3D()1046 napi_value WebGL2RenderingContextImpl::ClearBufferV( in ClearBufferV()1086 napi_value WebGL2RenderingContextImpl::ClearBufferfi( in ClearBufferfi()1308 napi_value WebGL2RenderingContextImpl::DrawRangeElements( in DrawRangeElements()1322 napi_value WebGL2RenderingContextImpl::CopyBufferSubData( in CopyBufferSubData()1362 napi_value WebGL2RenderingContextImpl::GetBufferSubData( in GetBufferSubData()[all …]
36 napi_value WebGL2RenderingContextImpl::GetParameter(napi_env env, GLenum pname) in GetParameter()137 napi_value WebGL2RenderingContextImpl::GetTexParameter(napi_env env, GLenum target, GLenum pname) in GetTexParameter()174 bool WebGL2RenderingContextImpl::CheckGetFrameBufferAttachmentParameter( in CheckGetFrameBufferAttachmentParameter()211 napi_value WebGL2RenderingContextImpl::GetFrameBufferAttachmentParameterForDefault( in GetFrameBufferAttachmentParameterForDefault()260 napi_value WebGL2RenderingContextImpl::HandleFrameBufferPname( in HandleFrameBufferPname()305 napi_value WebGL2RenderingContextImpl::GetFrameBufferAttachmentParameter( in GetFrameBufferAttachmentParameter()342 void WebGL2RenderingContextImpl::DoObjectDelete(int32_t type, WebGLObject *obj) in DoObjectDelete()
33 class WebGL2RenderingContextImpl : public WebGLRenderingContextBaseImpl {35 explicit WebGL2RenderingContextImpl(int32_t version, WebGLRenderingContextBasicBase *base) in WebGL2RenderingContextImpl() function37 ~WebGL2RenderingContextImpl() override {} in ~WebGL2RenderingContextImpl()143 WebGL2RenderingContextImpl(const WebGL2RenderingContextImpl&) = delete;144 WebGL2RenderingContextImpl& operator=(const WebGL2RenderingContextImpl&) = delete;
42 Impl::WebGL2RenderingContextImpl &GetWebGL2RenderingContextImpl() in GetWebGL2RenderingContextImpl()58 Impl::WebGL2RenderingContextImpl contextImpl_;