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:mBuftype
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H
A
D
D3DTextureSurfaceWGL.cpp
242
mBuftype
(buftype),
in D3DTextureSurfaceWGL()
301
ANGLE_TRY(GetD3DTextureInfo(
mBuftype
, mClientBuffer, mDisplayD3D11Device, &mWidth, &mHeight,
in initialize()
393
*value = (
mBuftype
== EGL_D3D_TEXTURE_2D_SHARE_HANDLE_ANGLE) ? mClientBuffer : nullptr;
in querySurfacePointerANGLE()
H
A
D
D3DTextureSurfaceWGL.h
73
EGLenum
mBuftype
;
member in rx::D3DTextureSurfaceWGL
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Surface.cpp
72
mBuftype
(buftype),
in Surface()
210
if (
mBuftype
== EGL_IOSURFACE_ANGLE)
in initialize()
224
if (
mBuftype
== EGL_D3D_TEXTURE_ANGLE)
in initialize()
H
A
D
Surface.h
229
EGLenum
mBuftype
;
member in egl::Surface
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H
A
D
SurfaceD3D.h
113
EGLenum
mBuftype
;
member in rx::SurfaceD3D
H
A
D
SurfaceD3D.cpp
52
mBuftype
(buftype)
in SurfaceD3D()
105
if (
mBuftype
== EGL_D3D_TEXTURE_ANGLE)
in initialize()
Completed in 5 milliseconds