OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:contextFactory
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
GrContextFactoryTest.cpp
15
GrContextFactory
contextFactory
;
19
NULL ==
contextFactory
.getGLContext(GrContextFactory::kNative_GLContextType));
22
contextFactory
.get(GrContextFactory::kNative_GLContextType);
24
contextFactory
.getGLContext(GrContextFactory::kNative_GLContextType) != NULL);
29
NULL ==
contextFactory
.getGLContext(GrContextFactory::kNull_GLContextType));
/frameworks/compile/mclinker/unittests/
UniqueGCFactoryBaseTest.cpp
9
#include <mcld/MC/
ContextFactory
.h>
45
ContextFactory
*
contextFactory
= new
ContextFactory
(10);
46
contextFactory
->produce("/");
47
contextFactory
->produce("ab/c");
48
ASSERT_TRUE( 2 ==
contextFactory
->size());
49
delete
contextFactory
;
53
ContextFactory
*
contextFactory
= new ContextFactory(10);
[
all
...]
Completed in 1784 milliseconds