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

  /external/skia/src/gpu/gl/
GrGLTexture.h 25 , fOwnsID(ownsID) {
29 if (0 != fTexID && fOwnsID) {
40 bool fOwnsID;
67 bool fOwnsID;
GrGLTexture.cpp 37 textureDesc.fOwnsID);
GrGpuGL.cpp 493 glTexDesc.fOwnsID = false;
    [all...]

Completed in 187 milliseconds