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

  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 31 , fPbufferContext(NULL) {
39 SkSafeSetNull(fPbufferContext);
98 fPbufferContext = SkWGLPbufferContext::Create(fDeviceContext, 0, contextType);
103 if (NULL == fPbufferContext) {
117 dc = fPbufferContext->getDC();
118 glrc = fPbufferContext->getGLRC();
141 if (NULL == fPbufferContext) {
145 dc = fPbufferContext->getDC();
146 glrc = fPbufferContext->getGLRC();
157 if (NULL == fPbufferContext) {
    [all...]
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 105 SkWGLPbufferContext* fPbufferContext;

Completed in 2979 milliseconds