Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:m_wrapper
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/
H
A
D
sglrGLContext.cpp
52
,
m_wrapper
(DE_NULL)
in GLContext()
57
m_wrapper
= new glu::CallLogWrapper(gl, log);
in GLContext()
58
m_wrapper
->enableLogging((logFlags & GLCONTEXT_LOG_CALLS) != 0);
in GLContext()
113
delete
m_wrapper
;
in ~GLContext()
119
m_wrapper
->enableLogging((logFlags & GLCONTEXT_LOG_CALLS) != 0);
in enableLogging()
150
m_wrapper
->glActiveTexture(texture);
in activeTexture()
155
m_wrapper
->glTexParameteri(target, pname, value);
in texParameteri()
160
return
m_wrapper
->glCheckFramebufferStatus(target);
in checkFramebufferStatus()
177
m_wrapper
->glBindTexture(target, texture);
in bindTexture()
182
m_wrapper
in genTextures()
[all...]
H
A
D
sglrGLContext.hpp
237
glu::CallLogWrapper*
m_wrapper
;
member in sglr::GLContext
/third_party/node/deps/v8/src/inspector/
H
A
D
injected-script.cc
95
v8::Local<v8::Value> wrapper = handler->
m_wrapper
.Get(inspector->isolate());
in add()
156
m_wrapper
(m_inspector->isolate(),
in ProtocolPromiseHandler()
158
m_wrapper
.SetWeak(this, cleanup, v8::WeakCallbackType::kParameter);
in ProtocolPromiseHandler()
168
if (!data.GetParameter()->
m_wrapper
.IsEmpty()) {
in cleanup()
169
data.GetParameter()->
m_wrapper
.Reset();
in cleanup()
337
v8::Global<v8::External>
m_wrapper
;
member in v8_inspector::InjectedScript::ProtocolPromiseHandler
Completed in 5 milliseconds