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:fGLSLGeneration
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/src/gpu/gl/
H
A
D
GrGLContext.cpp
31
if (!GrGLGetGLSLGeneration(args.fDriverInfo, &args.
fGLSLGeneration
)) {
in Make()
50
args.
fGLSLGeneration
= k110_GrGLSLGeneration;
in Make()
64
args.
fGLSLGeneration
>= k330_GrGLSLGeneration &&
in Make()
67
args.
fGLSLGeneration
= k110_GrGLSLGeneration;
in Make()
101
fGLSLGeneration
= args.
fGLSLGeneration
;
in GrGLContextInfo()
H
A
D
GrGLContext.h
33
GrGLSLGeneration glslGeneration() const { return
fGLSLGeneration
; }
in glslGeneration()
68
GrGLSLGeneration
fGLSLGeneration
;
member
76
GrGLSLGeneration
fGLSLGeneration
;
member in GrGLContextInfo
H
A
D
GrGLCaps.cpp
871
shaderCaps->
fGLSLGeneration
= ctxInfo.glslGeneration();
in initGLSL()
963
shaderCaps->
fGLSLGeneration
,
in initGLSL()
967
if (k110_GrGLSLGeneration == shaderCaps->
fGLSLGeneration
) {
in initGLSL()
/third_party/skia/src/gpu/
H
A
D
GrShaderCaps.h
107
fGLSLGeneration
>= k330_GrGLSLGeneration;
in supportsSkSLES3()
121
bool mustDeclareFragmentShaderOutput() const { return
fGLSLGeneration
> k110_GrGLSLGeneration; }
in mustDeclareFragmentShaderOutput()
266
GrGLSLGeneration generation() const { return
fGLSLGeneration
; }
in generation()
271
GrGLSLGeneration
fGLSLGeneration
;
member in GrShaderCaps
H
A
D
GrShaderCaps.cpp
16
fGLSLGeneration
= k330_GrGLSLGeneration;
in GrShaderCaps()
/third_party/skia/src/sksl/
H
A
D
SkSLUtil.h
53
GrGLSLGeneration
fGLSLGeneration
= k400_GrGLSLGeneration;
member in SkSL::StandaloneShaderCaps
55
return
fGLSLGeneration
;
in generation()
89
return
fGLSLGeneration
> k110_GrGLSLGeneration;
in mustDeclareFragmentShaderOutput()
444
result->
fGLSLGeneration
= GrGLSLGeneration::k110_GrGLSLGeneration;
in Version110()
Completed in 12 milliseconds