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:GR_GL_VERSION
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/src/gpu/gl/
H
A
D
GrGLAssembleInterface.cpp
21
const char* verStr = reinterpret_cast<const char*>(GetString(
GR_GL_VERSION
));
in GrGLMakeAssembledInterface()
H
A
D
GrGLExtensions.cpp
79
const GrGLubyte* verString = getString(
GR_GL_VERSION
);
in init()
H
A
D
GrGLAssembleWebGLInterfaceAutogen.cpp
46
const char* verStr = reinterpret_cast<const char*>(emscripten_glGetString(
GR_GL_VERSION
));
in GrGLMakeAssembledWebGLInterface()
H
A
D
GrGLUtil.cpp
108
GR_GL_CALL_RET(gl, v, GetString(
GR_GL_VERSION
));
in GrGLGetVersion()
672
const char* const version = getString(
GR_GL_VERSION
);
in GrGLGetDriverInfo()
H
A
D
GrGLAssembleGLESInterfaceAutogen.cpp
33
const char* verStr = reinterpret_cast<const char*>(GetString(
GR_GL_VERSION
));
in GrGLMakeAssembledGLESInterface()
H
A
D
GrGLAssembleGLInterfaceAutogen.cpp
37
const char* versionString = (const char*) GetString(
GR_GL_VERSION
);
in GrGLMakeAssembledGLInterface()
H
A
D
GrGLDefines.h
597
#define
GR_GL_VERSION
0x1F02
macro
H
A
D
GrGLGpu.cpp
4149
GL_CALL_RET(str, GetString(
GR_GL_VERSION
));
in onDumpJSON()
/third_party/skia/tests/
H
A
D
GrGLExtensionsTest.cpp
17
return (const GrGLubyte*)(name ==
GR_GL_VERSION
? "3.0" : "");
in simpleGetString()
/third_party/skia/src/gpu/gl/win/
H
A
D
GrGLMakeNativeInterface_win.cpp
56
const char* verStr = reinterpret_cast<const char*>(getString(
GR_GL_VERSION
));
in GrGLMakeNativeInterface()
/third_party/skia/tools/gpu/gl/
H
A
D
GLTestContext.cpp
239
if (name ==
GR_GL_VERSION
) {
in overrideVersion()
/third_party/skia/tools/gpu/gl/command_buffer/
H
A
D
GLTestContext_command_buffer.cpp
321
const char* versionString = (const char*)gl->fFunctions.fGetString(
GR_GL_VERSION
);
/third_party/skia/fuzz/
H
A
D
FuzzCanvas.cpp
1635
GR_GL_CALL_RET(gl, output, GetString(
GR_GL_VERSION
));
Completed in 17 milliseconds