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:renderbuffer_id
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/src/gpu/gl/
H
A
D
GrGLAttachment.cpp
142
SkString
renderbuffer_id
;
in setMemoryBacking()
local
143
renderbuffer_id
.appendU32(this->renderbufferID());
in setMemoryBacking()
144
traceMemoryDump->setMemoryBacking(dumpName.c_str(), "gl_renderbuffer",
renderbuffer_id
.c_str());
in setMemoryBacking()
H
A
D
GrGLRenderTarget.cpp
351
SkString
renderbuffer_id
;
in dumpMemoryStatistics()
local
352
renderbuffer_id
.appendU32(fMSColorRenderbufferID);
in dumpMemoryStatistics()
354
renderbuffer_id
.c_str());
in dumpMemoryStatistics()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fIntegerStateQueryTests.cpp
2615
GLuint
renderbuffer_id
= 0;
in test()
local
2616
glGenRenderbuffers(1, &
renderbuffer_id
);
in test()
2619
glBindRenderbuffer(GL_RENDERBUFFER,
renderbuffer_id
);
in test()
2628
glFramebufferRenderbuffer(GL_READ_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_RENDERBUFFER,
renderbuffer_id
);
in test()
2634
glDeleteRenderbuffers(1, &
renderbuffer_id
);
in test()
Completed in 9 milliseconds