Home
last modified time | relevance | path

Searched refs:glCtxHelper (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DGLInterfaceValidationTest.cpp20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType); in DEF_GPUTEST() local
27 REPORTER_ASSERT(reporter, NULL == glCtxHelper); in DEF_GPUTEST()
31 REPORTER_ASSERT(reporter, NULL != glCtxHelper); in DEF_GPUTEST()
32 if (NULL != glCtxHelper) { in DEF_GPUTEST()
33 const GrGLInterface* interface = glCtxHelper->gl(); in DEF_GPUTEST()
/external/chromium_org/third_party/skia/tests/
DGLInterfaceValidationTest.cpp20 SkGLContextHelper* glCtxHelper = factory->getGLContext(glCtxType); in DEF_GPUTEST() local
27 REPORTER_ASSERT(reporter, NULL == glCtxHelper); in DEF_GPUTEST()
31 REPORTER_ASSERT(reporter, NULL != glCtxHelper); in DEF_GPUTEST()
32 if (NULL != glCtxHelper) { in DEF_GPUTEST()
33 const GrGLInterface* interface = glCtxHelper->gl(); in DEF_GPUTEST()