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:frontBuffer
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Main/
H
A
D
FrameBufferDD.cpp
38
frontBuffer
= 0;
in FrameBufferDD()
72
if(
frontBuffer
)
in createSurfaces()
74
frontBuffer
->Release();
in createSurfaces()
75
frontBuffer
= 0;
in createSurfaces()
85
directDraw->CreateSurface(&surfaceDescription, &
frontBuffer
, 0);
in createSurfaces()
87
if(
frontBuffer
)
in createSurfaces()
91
frontBuffer
->GetAttachedSurface(&surfaceCapabilties, &backBuffer);
in createSurfaces()
104
long result = directDraw->CreateSurface(&ddsd, &
frontBuffer
, 0);
in createSurfaces()
130
frontBuffer
->SetClipper(clipper);
in createSurfaces()
138
if(!
frontBuffer
|| !backBuffe
in readySurfaces()
[all...]
H
A
D
FrameBufferDD.hpp
64
IDirectDrawSurface *
frontBuffer
;
member in sw::FrameBufferDD
/third_party/backends/backend/
H
A
D
epsonds.c
3362
SANE_Byte*
frontBuffer
= s->frontJpegBuf + s->frontJpegBufLen ;
in acquire_jpeg_data()
local
3363
memcpy(
frontBuffer
, s->buf, read);
in acquire_jpeg_data()
Completed in 7 milliseconds