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:GL_FOG
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H
A
D
FogTest.cpp
36
EXPECT_GL_FALSE(glIsEnabled(
GL_FOG
));
in TEST_P()
/third_party/glfw/examples/
H
A
D
particles.c
837
glEnable(
GL_FOG
);
in draw_scene()
851
glDisable(
GL_FOG
);
in draw_scene()
/third_party/openGLES/api/GLES/1.0/
H
A
D
gl.h
157
#define
GL_FOG
0x0B60
macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H
A
D
gl.h
157
#define
GL_FOG
0x0B60
macro
/third_party/mesa3d/src/mesa/main/
H
A
D
attrib.c
375
TEST_AND_UPDATE(ctx->Fog.Enabled, enable->Fog,
GL_FOG
);
in pop_enable_group()
860
TEST_AND_UPDATE(ctx->Fog.Enabled, attr->Fog.Enabled,
GL_FOG
);
in _mesa_PopAttrib()
H
A
D
enable.c
525
case
GL_FOG
:
in _mesa_set_enable()
1579
case
GL_FOG
:
in _mesa_IsEnabled()
/third_party/mesa3d/include/GLES/
H
A
D
gl.h
114
#define
GL_FOG
0x0B60
macro
/third_party/openGLES/api/GLES/
H
A
D
gl.h
95
#define
GL_FOG
0x0B60
macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H
A
D
gl.h
114
#define
GL_FOG
0x0B60
macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H
A
D
gl.h
114
#define
GL_FOG
0x0B60
macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
GLES1Renderer.cpp
175
mShaderState.mGLES1StateEnabled[GLES1StateEnables::Fog] = glState->getEnableFeature(
GL_FOG
);
in prepareForDraw()
H
A
D
State.cpp
1384
case
GL_FOG
:
1529
case
GL_FOG
:
in getEnableFeature()
H
A
D
validationES2.cpp
662
case
GL_FOG
:
in ValidCap()
/third_party/skia/third_party/externals/angle2/include/GLES/
H
A
D
gl.h
118
#define
GL_FOG
0x0B60
macro
/third_party/mesa3d/include/GL/
H
A
D
gl.h
378
#define
GL_FOG
0x0B60
macro
/third_party/glfw/deps/glad/
H
A
D
gl.h
544
#define
GL_FOG
0x0B60
macro
Completed in 64 milliseconds