OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compilerInitialized
(Results
1 - 4
of
4
) sorted by null
/external/swiftshader/src/OpenGL/libGL/
Shader.cpp
28
bool Shader::
compilerInitialized
= false;
158
if(!
compilerInitialized
)
161
compilerInitialized
= true;
269
compilerInitialized
= false;
Shader.h
75
static bool
compilerInitialized
;
/external/swiftshader/src/OpenGL/libGLESv2/
Shader.cpp
29
bool Shader::
compilerInitialized
= false;
159
if(!
compilerInitialized
)
162
compilerInitialized
= true;
292
compilerInitialized
= false;
Shader.h
72
static bool
compilerInitialized
;
Completed in 239 milliseconds