OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCategoryEnabledFlagFunc
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/angle/src/common/
event_tracer.h
10
typedef const unsigned char* (*
GetCategoryEnabledFlagFunc
)(const char* name);
17
void __stdcall SetTraceFunctionPointers(
GetCategoryEnabledFlagFunc
get_category_enabled_flag,
event_tracer.cpp
10
GetCategoryEnabledFlagFunc
g_getCategoryEnabledFlag;
17
void __stdcall SetTraceFunctionPointers(
GetCategoryEnabledFlagFunc
getCategoryEnabledFlag,
/external/chromium_org/ui/gl/
gl_implementation_win.cc
87
typedef const unsigned char* (*
GetCategoryEnabledFlagFunc
)(const char* name);
98
GetCategoryEnabledFlagFunc
get_category_enabled_flag,
Completed in 461 milliseconds