HomeSort by relevance Sort by last modified time
    Searched defs:fIsWrapped (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.h 23 bool fIsWrapped;
GrGLRenderTarget.h 31 bool fIsWrapped;
GrGLTexture.h 25 , fIsWrapped(isWrapped) {
29 if (0 != fTexID && !fIsWrapped) {
40 bool fIsWrapped;
62 bool fIsWrapped;
  /external/skia/src/gpu/gl/
GrGLBufferImpl.h 23 bool fIsWrapped;
GrGLRenderTarget.h 31 bool fIsWrapped;
GrGLTexture.h 25 , fIsWrapped(isWrapped) {
29 if (0 != fTexID && !fIsWrapped) {
40 bool fIsWrapped;
62 bool fIsWrapped;

Completed in 809 milliseconds