OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkGetLastErrorString
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkError.h
84
const char *
SkGetLastErrorString
();
/external/skia/include/core/
SkError.h
84
const char *
SkGetLastErrorString
();
/external/skia/tests/
ErrorTest.cpp
17
SkDebugf("Last error string: %s\n",
SkGetLastErrorString
()); \
23
SkDebugf("CB (0x%x): %s\n", *context_ptr,
SkGetLastErrorString
());
PictureTest.cpp
391
SkGetLastErrorString
());
/external/chromium_org/third_party/skia/src/core/
SkError.cpp
68
const char *
SkGetLastErrorString
() {
84
SkDebugf("Skia Error: %s\n",
SkGetLastErrorString
());
/external/skia/src/core/
SkError.cpp
68
const char *
SkGetLastErrorString
() {
84
SkDebugf("Skia Error: %s\n",
SkGetLastErrorString
());
Completed in 153 milliseconds