Searched refs:newInterface (Results 1 – 4 of 4) sorted by relevance
25 GrGLInterface* newInterface = GrGLInterface::NewClone(interface); in GrGLInterfaceAddTestDebugMarker() local27 if (!newInterface->fExtensions.has("GL_EXT_debug_marker")) { in GrGLInterfaceAddTestDebugMarker()28 newInterface->fExtensions.add("GL_EXT_debug_marker"); in GrGLInterfaceAddTestDebugMarker()31 newInterface->fFunctions.fInsertEventMarker = insertEventMarkerFn; in GrGLInterfaceAddTestDebugMarker()32 newInterface->fFunctions.fPushGroupMarker = pushGroupMarkerFn; in GrGLInterfaceAddTestDebugMarker()33 newInterface->fFunctions.fPopGroupMarker = popGroupMarkerFn; in GrGLInterfaceAddTestDebugMarker()35 return newInterface; in GrGLInterfaceAddTestDebugMarker()39 GrGLInterface* newInterface = GrGLInterface::NewClone(interface); in GrGLInterfaceRemoveNVPR() local41 newInterface->fExtensions.remove("GL_NV_path_rendering"); in GrGLInterfaceRemoveNVPR()42 newInterface->fExtensions.remove("GL_CHROMIUM_path_rendering"); in GrGLInterfaceRemoveNVPR()[all …]
112 String newInterface = (String)(iter.next()); in diff() local113 int idx = Collections.binarySearch(oldClass.implements_, newInterface); in diff()117 addedInterfaces += newInterface; in diff()
META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...