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

  /external/skia/src/gpu/gl/
GrGLRenderTarget.h 25 // set fTexFBOID to this value to indicate that it is multisampled but
32 GrGLuint fTexFBOID;
51 GrGLuint textureFBOID() const { return fTexFBOID; }
55 if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID == fTexFBOID) {
58 } else if (kUnresolvableFBOID == fTexFBOID) {
103 GrGLuint fTexFBOID;
  /external/skqp/src/gpu/gl/
GrGLRenderTarget.h 25 // set fTexFBOID to this value to indicate that it is multisampled but
32 GrGLuint fTexFBOID;
51 GrGLuint textureFBOID() const { return fTexFBOID; }
55 if (GrFSAAType::kUnifiedMSAA != this->fsaaType() || fRTFBOID == fTexFBOID) {
58 } else if (kUnresolvableFBOID == fTexFBOID) {
103 GrGLuint fTexFBOID;

Completed in 3288 milliseconds