HomeSort by relevance Sort by last modified time
    Searched refs:glCtxHelper (Results 1 - 2 of 2) sorted by null

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

Completed in 170 milliseconds