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_MODE
(Results
1 - 21
of
21
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/
H
A
D
FogTest.cpp
40
glGetIntegerv(
GL_FOG_MODE
, &fogMode);
in TEST_P()
45
glGetFloatv(
GL_FOG_MODE
, &fogModeAsFloat);
in TEST_P()
82
glFogf(
GL_FOG_MODE
, 0.0f);
in TEST_P()
94
glFogf(
GL_FOG_MODE
, GL_EXP2);
in TEST_P()
97
glGetFloatv(
GL_FOG_MODE
, fogValue);
in TEST_P()
/third_party/mesa3d/src/mesa/main/
H
A
D
fog.c
59
case
GL_FOG_MODE
:
in _mesa_Fogiv()
89
case
GL_FOG_MODE
:
in _mesa_Fogfv()
H
A
D
es1_conversion.c
114
if (pname !=
GL_FOG_MODE
) {
in _mesa_Fogx()
131
case
GL_FOG_MODE
:
in _mesa_Fogxv()
H
A
D
glthread_marshal.h
199
case
GL_FOG_MODE
:
in _mesa_fog_enum_to_count()
H
A
D
attrib.c
866
TEST_AND_CALL1_SEL(Fog.Mode, Fogi,
GL_FOG_MODE
);
in _mesa_PopAttrib()
H
A
D
dlist.c
2726
case
GL_FOG_MODE
:
in save_Fogiv()
/third_party/mesa3d/src/glx/tests/
H
A
D
enum_sizes.cpp
86
EXPECT_EQ(1, __glFogfv_size(
GL_FOG_MODE
));
in TEST()
100
case
GL_FOG_MODE
:
in TEST()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
Context_gles_1_0.cpp
142
GLfloat paramf = pname ==
GL_FOG_MODE
? ConvertToGLenum(param) : ConvertFixedToFloat(param);
in fogx()
161
pname ==
GL_FOG_MODE
? ConvertToGLenum(params[i]) : ConvertFixedToFloat(params[i]);
in fogxv()
H
A
D
validationES1.cpp
395
case
GL_FOG_MODE
:
in ValidateFogCommon()
841
pname ==
GL_FOG_MODE
? static_cast<GLfloat>(param) : ConvertFixedToFloat(param);
in ValidateFogx()
854
if (pname ==
GL_FOG_MODE
)
in ValidateFogxv()
H
A
D
queryutils.cpp
2556
case
GL_FOG_MODE
:
in SetFogParameters()
2581
case
GL_FOG_MODE
:
in GetFogParameters()
2605
case
GL_FOG_MODE
:
in GetFogParameterCount()
3613
case
GL_FOG_MODE
:
in GetQueryParameterInfo()
H
A
D
State.cpp
2584
case
GL_FOG_MODE
:
/third_party/openGLES/api/GLES/1.0/
H
A
D
gl.h
209
#define
GL_FOG_MODE
0x0B65
macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H
A
D
gl.h
209
#define
GL_FOG_MODE
0x0B65
macro
/third_party/glfw/examples/
H
A
D
particles.c
838
glFogi(
GL_FOG_MODE
, GL_EXP);
in draw_scene()
/third_party/mesa3d/include/GLES/
H
A
D
gl.h
150
#define
GL_FOG_MODE
0x0B65
macro
/third_party/openGLES/api/GLES/
H
A
D
gl.h
131
#define
GL_FOG_MODE
0x0B65
macro
/third_party/skia/third_party/externals/swiftshader/include/GLES/
H
A
D
gl.h
150
#define
GL_FOG_MODE
0x0B65
macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H
A
D
gl.h
150
#define
GL_FOG_MODE
0x0B65
macro
/third_party/skia/third_party/externals/angle2/include/GLES/
H
A
D
gl.h
154
#define
GL_FOG_MODE
0x0B65
macro
/third_party/mesa3d/include/GL/
H
A
D
gl.h
379
#define
GL_FOG_MODE
0x0B65
macro
/third_party/glfw/deps/glad/
H
A
D
gl.h
565
#define
GL_FOG_MODE
0x0B65
macro
Completed in 84 milliseconds