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

  /external/skia/src/gpu/gl/
GrGLRenderTarget.cpp 86 GrGLFramebufferInfo fbi; local
87 fbi.fFBOID = fRTFBOID;
88 fbi.fFormat = this->getGLGpu()->glCaps().configSizedInternalFormat(this->config());
91 this->numStencilSamples(), fbi);
  /external/skqp/src/gpu/gl/
GrGLRenderTarget.cpp 86 GrGLFramebufferInfo fbi; local
87 fbi.fFBOID = fRTFBOID;
88 fbi.fFormat = this->getGLGpu()->glCaps().configSizedInternalFormat(this->config());
91 this->numStencilSamples(), fbi);

Completed in 128 milliseconds