OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SK_CONF_DECLARE
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/utils/
SkRTConf.h
54
#define
SK_CONF_DECLARE
(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description)
57
#define
SK_CONF_DECLARE
(confType, varName, confName, defaultValue, description) static const confType varName = defaultValue
/external/skia/src/gpu/gl/
GrGLProgram.cpp
26
SK_CONF_DECLARE
(bool, c_PrintShaders, "gpu.printShaders", false, "Print the source code for all shaders generated.");
[
all
...]
Completed in 205 milliseconds